style: normalise blank lines between definitions

- two between top-level definitions, one between methods, none doubled inside a body
This commit is contained in:
Yijia-Xiao
2026-09-24 05:00:36 +00:00
parent 91c4319147
commit 8efb702871
15 changed files with 13 additions and 11 deletions
-1
View File
@@ -182,7 +182,6 @@ def test_existing_key_file_is_tightened_before_writing(monkeypatch, prompts, tmp
assert "OTHER=1" in env.read_text()
@pytest.mark.skipif(os.name == "nt", reason="POSIX file modes")
def test_read_only_key_file_is_still_updated(monkeypatch, prompts, tmp_path):
env = tmp_path / ".env"