mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
run-sub-hooks hook added
This commit is contained in:
parent
5df1a4bf6f
commit
ec577f284a
5 changed files with 130 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ console_scripts =
|
|||
no-commit-to-branch = pre_commit_hooks.no_commit_to_branch:main
|
||||
pretty-format-json = pre_commit_hooks.pretty_format_json:main
|
||||
requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:main
|
||||
run-sub-hooks = pre_commit_hooks.run_sub_hooks:main
|
||||
sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
|
||||
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue