Skip to content

Update and adjust pre-commit hooks #1953

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Aug 17, 2024
Prev Previous commit
Next Next commit
Have codespell ignore words that cause new false positives
  • Loading branch information
EliahKagan committed Aug 15, 2024
commit 016fa44a64ac244de2335b00338af67e3f8585ee
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
Loading