Add codespell to pre-commit
This commit is contained in:
parent
d9c96f32cf
commit
bec0385c36
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user