mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +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
1
setup.py
1
setup.py
|
|
@ -15,6 +15,7 @@ setup(
|
|||
'console_scripts': [
|
||||
'debug-statement-hook = pre_commit_hooks.debug_statement_hook:entry',
|
||||
'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:entry',
|
||||
'name-tests-test = pre_commit_hooks.tests_should_end_in_test:entry',
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue