-
-
Notifications
You must be signed in to change notification settings - Fork 757
👷 Add codespell workflow + fix some typos #588
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
base: main
Are you sure you want to change the base?
Conversation
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
📝 Docs preview for commit 06d7b3e at: https://b634b38c.sqlmodel.pages.dev Modified Pages |
📝 Docs preview for commit 21c0ad6 at: https://edde2077.sqlmodel.pages.dev Modified Pages |
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.
@yarikoptic, thanks!
LGTM
I liked this tool!
We may probably want to add it to requirements and add/document a script to run check locally
to automate anything about commit -- might look into https://github.com/pre-commit/pre-commit . codespell works ok with it ;-) see e.g. our https://github.com/dandi/dandi-cli/blob/master/.pre-commit-config.yaml |
Set up a CI workflow to check for common misspellings in project files.
https://github.com/codespell-project/codespell