mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Merge a2d690a0ab into 5bf6c09bfa
This commit is contained in:
commit
bc123f39c3
7 changed files with 50 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue