Add check_case_conflict hook #21

This commit is contained in:
gkisel 2015-01-07 14:07:32 -08:00
parent b08f834d65
commit c682b50749
11 changed files with 173 additions and 20 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-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',
'check-yaml = pre_commit_hooks.check_yaml:check_yaml',