Add hook for ensuring vcs permalinks

This commit is contained in:
Anthony Sottile 2017-10-06 23:32:11 -07:00
parent dec98f7bc8
commit 9db0a745f6
6 changed files with 96 additions and 0 deletions

View file

@ -43,6 +43,7 @@ setup(
'check-json = pre_commit_hooks.check_json:check_json',
'check-merge-conflict = pre_commit_hooks.check_merge_conflict:detect_merge_conflict',
'check-symlinks = pre_commit_hooks.check_symlinks:check_symlinks',
'check-vcs-permalinks = pre_commit_hooks.check_vcs_permalinks:main',
'check-xml = pre_commit_hooks.check_xml:check_xml',
'check-yaml = pre_commit_hooks.check_yaml:check_yaml',
'debug-statement-hook = pre_commit_hooks.debug_statement_hook:debug_statement_hook',