Merge pull request #17 from jepler/add-codespell

add codespell to pre-commit
This commit is contained in:
Jeff Epler 2023-10-02 10:26:06 -05:00 committed by GitHub
commit 892b66aa39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: