chore: add codespell pre-commit hook
This commit is contained in:
parent
31e9380a56
commit
bdd02cf2fa
2 changed files with 6 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue