Skip to content

Commit 2477748

Browse files
committed
Add pre-commit definition for codespell
Signed-off-by: Yaroslav Halchenko <[email protected]>
1 parent 6e65a73 commit 2477748

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ repos:
3030
"-sn", # Don't display the score
3131
"--rcfile=.pylintrc", # Link to your config file
3232
]
33+
- repo: https://github.com/codespell-project/codespell
34+
rev: v2.2.5
35+
hooks:
36+
- id: codespell

0 commit comments

Comments
 (0)