Update pre-commit to use the new hooks
This commit is contained in:
parent
3d3427e85f
commit
f19c06a8b4
|
@ -1,7 +1,7 @@
|
|||
|
||||
-
|
||||
repo: git@github.com:pre-commit/pre-commit-hooks
|
||||
sha: 10c042c99c061b90e4ea11d52e3c5fc93f94b373
|
||||
sha: 3d3427e85ff938668ef3d7884233a147bd760082
|
||||
hooks:
|
||||
-
|
||||
id: pyflakes
|
||||
|
@ -9,6 +9,9 @@
|
|||
-
|
||||
id: debug-statements
|
||||
files: '\.py$'
|
||||
-
|
||||
id: trailing-whitespace
|
||||
files: '\.(py|sh|yaml)'
|
||||
|
||||
-
|
||||
repo: git@github.com:pre-commit/pre-commit
|
||||
|
|
Loading…
Reference in New Issue