Skip to content

Commit f4e0cc9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d2eeeee commit f4e0cc9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

codespell_lib/tests/test_basic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def test_basic(
168168
(tmp_path / "empty").mkdir()
169169
assert cs.main(tmp_path) == 0
170170

171+
171172
def test_write_changes_lists_changes(
172173
tmp_path: Path,
173174
capsys: pytest.CaptureFixture[str],
@@ -192,6 +193,7 @@ def test_write_changes_lists_changes(
192193
corrected = fname.read_text()
193194
assert corrected == "This is abandoned\nAnd this is occurred\nAlso the typo\n"
194195

196+
195197
def test_default_word_parsing(
196198
tmp_path: Path,
197199
capsys: pytest.CaptureFixture[str],

0 commit comments

Comments
 (0)