hatch icon indicating copy to clipboard operation
hatch copied to clipboard

Add codespell support (config, workflow to detect/not fix)

Open yarikoptic opened this issue 1 year ago • 1 comments

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)

yarikoptic avatar Sep 18 '24 12:09 yarikoptic

As an aside, https://github.com/crate-ci/typos is also a great tool for this.

akx avatar Sep 26 '24 09:09 akx