Add a hook to verify python ast.

This commit is contained in:
Anthony Sottile 2015-08-04 13:45:41 -07:00
parent 003e43251a
commit 8a8aaf5a60
5 changed files with 59 additions and 0 deletions

View file

@ -38,6 +38,7 @@ setup(
'console_scripts': [
'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',
'check-case-conflict = pre_commit_hooks.check_case_conflict:main',
'check-docstring-first = pre_commit_hooks.check_docstring_first:main',
'check-json = pre_commit_hooks.check_json:check_json',