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