mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 12:06:53 +00:00
Add name-tests-test hook
This commit is contained in:
parent
f19c06a8b4
commit
ab35cd3634
3 changed files with 31 additions and 0 deletions
|
|
@ -17,3 +17,9 @@
|
|||
description: This hook trims trailing whitespace.
|
||||
entry: trailing-whitespace-fixer
|
||||
language: python
|
||||
-
|
||||
id: name-tests-test
|
||||
name: Tests should end in _test.py
|
||||
description: This verifies that test files are named correctly
|
||||
entry: name-tests-test
|
||||
language: python
|
||||
Loading…
Add table
Add a link
Reference in a new issue