Add metadata for check-symlinks

This commit is contained in:
Anthony Sottile 2016-01-15 07:47:33 -08:00
parent 8d80d51cad
commit 64943e8641
3 changed files with 9 additions and 0 deletions

View file

@ -43,6 +43,7 @@ setup(
'check-docstring-first = pre_commit_hooks.check_docstring_first:main',
'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-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',