We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e65a73 commit 2477748Copy full SHA for 2477748
.pre-commit-config.yaml
@@ -30,3 +30,7 @@ repos:
30
"-sn", # Don't display the score
31
"--rcfile=.pylintrc", # Link to your config file
32
]
33
+ - repo: https://github.com/codespell-project/codespell
34
+ rev: v2.2.5
35
+ hooks:
36
+ - id: codespell
0 commit comments