Skip to content

Conversation

@henryiii
Copy link
Contributor

This is a Rust spell checker with the same basic idea as codespell, but it supports CamelCase / snake_case, and has a more flexible configuraiton (not perfect). I've found it catches some things codespell doesn't, and it's fast (though codespell is pretty fast too). It's got more stars on github than codespell, and has been around for a while, and seems well maintained. I haven't been actively trying it out that long, though (since the Python Bytes mention).

See scientific-python/cookie#724 and scikit-build/scikit-build-core#1192 for a couple of other conversions, both found a little more than codespell. Can't really tell if it's missing stuff codespell would have caught, though. If you want, I could keep both. :)

Copy link
Member

@notatallshaw notatallshaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no strong opinion on this, but PR looks good.

This is a Rust spell checker with the same basic idea as codespell, but it supports CamelCase / snake_case, and has a more flexible configuraiton (not perfect). I've found it catches some things codespell doesn't, and it's fast (though codespell is pretty fast too). It's got more stars on github than codespell, and has been around for a while, and seems well maintained. I haven't been actively trying it out that long, though (since the Python Bytes mention).

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
@henryiii henryiii force-pushed the henryiii/chore/typos branch from b935c50 to 21f3892 Compare January 5, 2026 16:03
@henryiii henryiii merged commit 5431b62 into pypa:main Jan 5, 2026
40 checks passed
@henryiii henryiii deleted the henryiii/chore/typos branch January 5, 2026 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants