mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
Added debug statement hook.
This commit is contained in:
parent
5e713f8878
commit
4fc86a807b
8 changed files with 152 additions and 1 deletions
5
setup.py
5
setup.py
|
|
@ -10,4 +10,9 @@ setup(
|
|||
'pyflakes',
|
||||
'simplejson',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'debug-statement-hook = pre_commit_hooks.debug_statement_hook:entry',
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue