Skip to content

Commit

Permalink
Have codespell ignore words that cause new false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Aug 15, 2024
1 parent d1582d1 commit 016fa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ lint.unfixable = [


[tool.codespell]
ignore-words-list="gud,doesnt"
ignore-words-list="afile,assertIn,doesnt,gud,uptodate"
#count = true
quiet-level = 3

0 comments on commit 016fa44

Please sign in to comment.