-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Automatically check for typos using codespell + pre-commit #7689
Comments
Some targets for this check would be:
What needs investigation is how often we'll get false positives and what the remediation is, but the best way to do that is to add it to the list of checks and submit a PR. |
Bonus points for integrating sphinx-spellcheck too. |
There is some more recent discussion about Codespell in #10569. |
I guess, that'll do. Though per my testing, it's not as good with markup like rst for some reason. |
Originally posted by @chrahunt in #7642 (comment)
Looks like https://github.com/codespell-project/codespell has a pre-commit hook configuration. The configuration change would be to add the following to our
.pre-commit-config.yaml
file.The text was updated successfully, but these errors were encountered: