Add check-added-large-files hook

This commit is contained in:
Anthony Sottile 2014-12-31 12:21:21 -08:00
parent 25e50df1e5
commit e0a6e66528
5 changed files with 137 additions and 0 deletions

View file

@ -38,6 +38,7 @@ setup(
'console_scripts': [
'autopep8-wrapper = pre_commit_hooks.autopep8_wrapper:main',
'check-json = pre_commit_hooks.check_json:check_json',
'check-added-large-files = pre_commit_hooks.check_added_large_files:main',
'check-yaml = pre_commit_hooks.check_yaml:check_yaml',
'debug-statement-hook = pre_commit_hooks.debug_statement_hook:debug_statement_hook',
'end-of-file-fixer = pre_commit_hooks.end_of_file_fixer:end_of_file_fixer',