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