Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 1, 2023
1 parent 30d1ba1 commit acc19bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codespell_lib/tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_word_parsing(
with fname.open("a") as f:

Check failure on line 166 in codespell_lib/tests/test_basic.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (F821)

codespell_lib/tests/test_basic.py:166:10: F821 Undefined name `fname`
f.write("`abandonned`\n")
assert cs.main(fname) == 1, "bad"

Check failure on line 168 in codespell_lib/tests/test_basic.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (F821)

codespell_lib/tests/test_basic.py:168:20: F821 Undefined name `fname`


def test_bad_glob(
tmp_path: Path,
Expand Down

0 comments on commit acc19bd

Please sign in to comment.