chore: add codespell pre-commit hook

This commit is contained in:
jo 2022-11-19 17:10:10 +01:00
parent 31e9380a56
commit bdd02cf2fa
No known key found for this signature in database
GPG Key ID: B2FEC9B22722B984
2 changed files with 6 additions and 0 deletions

0
.codespellignore Normal file
View File

View File

@ -51,3 +51,9 @@ repos:
hooks:
- id: prettier
files: \.(md|yml|yaml|json)$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
hooks:
- id: codespell
additional_dependencies: [tomli]