feat: add codespell as pre-commit hook

This commit is contained in:
Paul Gauthier (aider) 2024-09-10 13:33:27 -07:00
parent 13f9685f13
commit c575bae710
2 changed files with 6 additions and 0 deletions

View file

@ -14,3 +14,8 @@ repos:
hooks:
- id: flake8
args: ["--show-source"]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
- id: codespell
args: ["--write-changes"]

View file

@ -12,3 +12,4 @@ imgcat
pre-commit
cogapp
semver
codespell