Add codespell to pre-commit

This commit is contained in:
David Doblas Jiménez 2021-10-27 11:42:34 +02:00
parent d9c96f32cf
commit bec0385c36

View File

@ -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