mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Add hook for ensuring vcs permalinks
This commit is contained in:
parent
dec98f7bc8
commit
9db0a745f6
6 changed files with 96 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue