mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 20:44:18 +00:00
Add tests named test hook to hooks
This commit is contained in:
parent
ab35cd3634
commit
9a4d67d8f7
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: 3d3427e85ff938668ef3d7884233a147bd760082
|
sha: ab35cd3634c4a76c0a84322ce75a650eecbec9c6
|
||||||
hooks:
|
hooks:
|
||||||
-
|
-
|
||||||
id: pyflakes
|
id: pyflakes
|
||||||
|
|
@ -12,6 +12,9 @@
|
||||||
-
|
-
|
||||||
id: trailing-whitespace
|
id: trailing-whitespace
|
||||||
files: '\.(py|sh|yaml)'
|
files: '\.(py|sh|yaml)'
|
||||||
|
-
|
||||||
|
id: name-tests-test
|
||||||
|
files: 'tests/.*\.py'
|
||||||
|
|
||||||
-
|
-
|
||||||
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