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 rev: 21.9b0
hooks: hooks:
- id: black - id: black
#- repo: https://github.com/codespell-project/codespell - repo: https://github.com/codespell-project/codespell
# rev: v2.1.0 rev: v2.1.0
# hooks: hooks:
# - id: codespell -I .ignored_words.txt - id: codespell
entry: codespell --ignore-words .ignored_words.txt