add codespell
This commit is contained in:
parent
a956dc6bff
commit
9351b4825d
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ repos:
|
|||
exclude: tests
|
||||
- id: trailing-whitespace
|
||||
exclude: tests
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.4
|
||||
hooks:
|
||||
- id: codespell
|
||||
args: [-w]
|
||||
- repo: https://github.com/fsfe/reuse-tool
|
||||
rev: v1.1.2
|
||||
hooks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue