mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 05:14:18 +00:00
Fix setup.py
This commit is contained in:
parent
acd9eaf6ed
commit
3d3427e85f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -14,7 +14,7 @@ setup(
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'debug-statement-hook = pre_commit_hooks.debug_statement_hook:entry',
|
'debug-statement-hook = pre_commit_hooks.debug_statement_hook:entry',
|
||||||
'trailing-whitespace-fixer = pre_commit_hooks.railing_whitespace_fixer:entry',
|
'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:entry',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue