mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 05:14:18 +00:00
Update pre-commit to use the new hooks
This commit is contained in:
parent
3d3427e85f
commit
f19c06a8b4
1 changed files with 4 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
-
|
-
|
||||||
repo: git@github.com:pre-commit/pre-commit-hooks
|
repo: git@github.com:pre-commit/pre-commit-hooks
|
||||||
sha: 10c042c99c061b90e4ea11d52e3c5fc93f94b373
|
sha: 3d3427e85ff938668ef3d7884233a147bd760082
|
||||||
hooks:
|
hooks:
|
||||||
-
|
-
|
||||||
id: pyflakes
|
id: pyflakes
|
||||||
|
|
@ -9,6 +9,9 @@
|
||||||
-
|
-
|
||||||
id: debug-statements
|
id: debug-statements
|
||||||
files: '\.py$'
|
files: '\.py$'
|
||||||
|
-
|
||||||
|
id: trailing-whitespace
|
||||||
|
files: '\.(py|sh|yaml)'
|
||||||
|
|
||||||
-
|
-
|
||||||
repo: git@github.com:pre-commit/pre-commit
|
repo: git@github.com:pre-commit/pre-commit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue