diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6787a11..5732e35 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,3 +30,7 @@ repos: "-sn", # Don't display the score "--rcfile=.pylintrc", # Link to your config file ] + - repo: https://github.com/codespell-project/codespell + rev: v2.2.5 + hooks: + - id: codespell