chore: add codespell pre-commit hook
This commit is contained in:
parent
31e9380a56
commit
bdd02cf2fa
|
@ -51,3 +51,9 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
files: \.(md|yml|yaml|json)$
|
files: \.(md|yml|yaml|json)$
|
||||||
|
|
||||||
|
- repo: https://github.com/codespell-project/codespell
|
||||||
|
rev: v2.2.2
|
||||||
|
hooks:
|
||||||
|
- id: codespell
|
||||||
|
additional_dependencies: [tomli]
|
||||||
|
|
Loading…
Reference in New Issue