mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
fix setup
This commit is contained in:
parent
0931931b2e
commit
b85d8a5556
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -41,7 +41,7 @@ setup(
|
|||
'check-case-conflict = pre_commit_hooks.check_case_conflict:main',
|
||||
'check-docstring-first = pre_commit_hooks.check_docstring_first:main',
|
||||
'check-executables-have-shebangs = pre_commit_hooks.check_executables_have_shebangs:main',
|
||||
'check-json = pre_commit_check.hooks_json:check_json',
|
||||
'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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue