diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ff0b61..95cb40b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,8 @@ repos: rev: 21.9b0 hooks: - id: black -#- repo: https://github.com/codespell-project/codespell -# rev: v2.1.0 -# hooks: -# - id: codespell -I .ignored_words.txt +- repo: https://github.com/codespell-project/codespell + rev: v2.1.0 + hooks: + - id: codespell + entry: codespell --ignore-words .ignored_words.txt