Added debug statement hook.

This commit is contained in:
Anthony Sottile 2014-03-14 14:23:08 -07:00
parent 5e713f8878
commit 4fc86a807b
8 changed files with 152 additions and 1 deletions

View file

@ -10,4 +10,9 @@ setup(
'pyflakes',
'simplejson',
],
entry_points={
'console_scripts': [
'debug-statement-hook = pre_commit_hooks.debug_statement_hook:entry',
],
},
)