From 9a4d67d8f70f2d4f63ce0ac32432804744dabfbd Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 14 Mar 2014 15:48:57 -0700 Subject: [PATCH] Add tests named test hook to hooks --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27fae03..2f1444b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ - repo: git@github.com:pre-commit/pre-commit-hooks - sha: 3d3427e85ff938668ef3d7884233a147bd760082 + sha: ab35cd3634c4a76c0a84322ce75a650eecbec9c6 hooks: - id: pyflakes @@ -12,6 +12,9 @@ - id: trailing-whitespace files: '\.(py|sh|yaml)' + - + id: name-tests-test + files: 'tests/.*\.py' - repo: git@github.com:pre-commit/pre-commit