mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
first pass at #50 (yapf hook)
This commit is contained in:
parent
15b678e9c6
commit
a4dbda57ca
4 changed files with 28 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue