-
Notifications
You must be signed in to change notification settings - Fork 122
Add codespell to pre-commit configuration #1001
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
Conversation
c08d0fa
to
0b0dee0
Compare
PR Change SummaryIntegrated codespell into the pre-commit configuration to prevent future typos and made several updates to the documentation and release notes.
Modified Files
How can I customize these reviews?Check out the Hyperlint AI Reviewer docs for more information on how to customize the review. If you just want to ignore it on this PR, you can add the Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add |
0b0dee0
to
47c06de
Compare
Integrate codespell to prevent future typos.
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
I tried this locally and got this:
These are all false positives. @Kludex WDYT? We already have hyperlint, I'm not really keen for this. |
Thanks for the PR @karta9821 , but I don't think this is necessary in this project. As @alexmojaki said, we have hyperlint already, but more than that, I prefer to keep the minimal set of tools in the repository. |
Integrate codespell to prevent future typos.