mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Add check-added-large-files hook
This commit is contained in:
parent
25e50df1e5
commit
e0a6e66528
5 changed files with 137 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue