-
Notifications
You must be signed in to change notification settings - Fork 49
Configure codespell
pre-commit hook for spell checking
#152
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7d3088d
to
37d104d
Compare
codespell
hookcodespell
pre-commit hook for spell checking
I had to make the initial pass in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @arjxn-py for looking into this!
Left a small comment, looks good otherwise,
Since it doesn't work with pre-commit, should i try creating a custom workflow instead? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Small comment / question: I guess contributors to this site will need to install pre-commit
locally now? Maybe we should add it to the README?
Yes, it'd be nice to add a note for the same. Happy to do so. Thanks :) |
Done @jtpio |
Hi @jtpio, just a gentle ping. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@arjxn-py Thanks for your PR |
This PR introduces the codespell pre-commit hook to automatically check and fix spelling mistakes across the codebase. It also includes custom configurations for word corrections and exclusions.
Discussed in #147
cc: @jtpio