Add forbid-new-submodules to hooks.yaml

This commit is contained in:
Chris Kuehl
2016-11-30 10:10:29 -08:00
parent 7bcb6a92bf
commit 4b928ab06b
4 changed files with 10 additions and 0 deletions

View File

@ -52,6 +52,7 @@ setup(
'double-quote-string-fixer = pre_commit_hooks.string_fixer:main',
'end-of-file-fixer = pre_commit_hooks.end_of_file_fixer:end_of_file_fixer',
'fix-encoding-pragma = pre_commit_hooks.fix_encoding_pragma:main',
'forbid-new-submodules = pre_commit_hooks.forbid_new_submodules:main',
'name-tests-test = pre_commit_hooks.tests_should_end_in_test:validate_files',
'pretty-format-json = pre_commit_hooks.pretty_format_json:pretty_format_json',
'requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:fix_requirements_txt',