Add name-tests-test hook

This commit is contained in:
Anthony Sottile 2014-03-14 15:42:24 -07:00
parent f19c06a8b4
commit ab35cd3634
3 changed files with 31 additions and 0 deletions

View file

@ -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',
],
},
)