mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 11:16:53 +00:00
Add trailing whitespace fixer.
This commit is contained in:
parent
10c042c99c
commit
acd9eaf6ed
6 changed files with 44 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -7,12 +7,14 @@ setup(
|
|||
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||
install_requires=[
|
||||
'argparse',
|
||||
'plumbum',
|
||||
'pyflakes',
|
||||
'simplejson',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'debug-statement-hook = pre_commit_hooks.debug_statement_hook:entry',
|
||||
'trailing-whitespace-fixer = pre_commit_hooks.railing_whitespace_fixer:entry',
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue