-
Notifications
You must be signed in to change notification settings - Fork 472
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 doesn't identify issues in docstrings and markdown #2411
Comments
Feel free to submit further typos to the dictionary as a PR, but I suspect you shouldn't just steal what intellij found... |
Issue is not about dictionary words, it's about typos not being identified in various places. This indicates a parsing bug imo. |
The regex can be customised on the command line, PRs welcome for one that improves on this. I think there was one to handle snake case for your arbitrary example. |
Hi there,
So I am running codespell using pre-commit and it doesn't identify errors inside docstrings and markdown files. See for example this commit in Starlite --> litestar-org/litestar@26afa44, I fixed typos in it using intellij code inspection, all of which were not identified by codespell at all.
The text was updated successfully, but these errors were encountered: