This commit is contained in:
Jordan Tardif 2017-04-17 07:44:17 +00:00 committed by GitHub
commit bc123f39c3
7 changed files with 50 additions and 0 deletions

View file

@ -40,6 +40,7 @@ setup(
'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-rubocop = pre_commit_hooks.check_rubocop:check_rubocop',
'check-merge-conflict = pre_commit_hooks.check_merge_conflict:detect_merge_conflict',
'check-symlinks = pre_commit_hooks.check_symlinks:check_symlinks',
'check-xml = pre_commit_hooks.check_xml:check_xml',