Add pre-commit definition for codespell

Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
This commit is contained in:
Yaroslav Halchenko 2023-08-28 18:55:39 -04:00
parent 6e65a73ab9
commit 247774822c

View File

@ -30,3 +30,7 @@ repos:
"-sn", # Don't display the score "-sn", # Don't display the score
"--rcfile=.pylintrc", # Link to your config file "--rcfile=.pylintrc", # Link to your config file
] ]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
- id: codespell