add codespell

This commit is contained in:
Jeff Epler 2023-10-02 10:00:59 -05:00
parent a956dc6bff
commit 9351b4825d
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -18,6 +18,11 @@ repos:
exclude: tests
- id: trailing-whitespace
exclude: tests
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell
args: [-w]
- repo: https://github.com/fsfe/reuse-tool
rev: v1.1.2
hooks: