first pass at #50 (yapf hook)

This commit is contained in:
jab 2015-03-30 14:46:20 -04:00
parent 15b678e9c6
commit a4dbda57ca
4 changed files with 28 additions and 0 deletions

View file

@ -33,9 +33,11 @@ setup(
'pyflakes',
'pyyaml',
'simplejson',
# TODO: include yapf when it is released
],
entry_points={
'console_scripts': [
'yapf-wrapper = pre_commit_hooks.yapf_wrapper:main',
'autopep8-wrapper = pre_commit_hooks.autopep8_wrapper:main',
'check-added-large-files = pre_commit_hooks.check_added_large_files:main',
'check-case-conflict = pre_commit_hooks.check_case_conflict:main',