hatch
hatch copied to clipboard
Add codespell support (config, workflow to detect/not fix)
More about codespell: https://github.com/codespell-project/codespell . It was already used but not automated for CI etc e.g. in
- #1479
and congrats as no new typos were found.
I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback.
CI workflow has 'permissions' set only to 'read' so also should be safe.
Feel free to close (I found no other similar PR in the past so suggested)
As an aside, https://github.com/crate-ci/typos is also a great tool for this.