Skip to content
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

Codespell ignore list for uppercase words does not work #1912

Closed
nikosavola opened this issue Jul 26, 2023 · 0 comments · Fixed by #1913
Closed

Codespell ignore list for uppercase words does not work #1912

nikosavola opened this issue Jul 26, 2023 · 0 comments · Fixed by #1913
Labels
bug Something isn't working

Comments

@nikosavola
Copy link
Member

Describe the bug
I tried adding an uppercase word to the codespell ignore list in the pre-commit hook config

To Reproduce
Add an ALLCAPS word close to a typo in the ignore list and somewhere in the code. The pre-commit hook will fail.

Expected behavior
Ignore list works

Suggested fix
This appears to be caused by codespell-project/codespell#2375.
In the meanwhile, the current ignored words should be removed of uppercases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant