mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
demo
This commit is contained in:
parent
78818b90cd
commit
8b2066fb27
3 changed files with 32 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -33,6 +33,7 @@ setup(
|
|||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'pep8-check = pre_commit_hooks.pep8_check:main',
|
||||
'autopep8-wrapper = pre_commit_hooks.autopep8_wrapper:main',
|
||||
'check-added-large-files = pre_commit_hooks.check_added_large_files:main',
|
||||
'check-ast = pre_commit_hooks.check_ast:check_ast',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue