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
|
|
@ -192,3 +192,9 @@
|
|||
language: python
|
||||
types: [text]
|
||||
stages: [commit, push, manual]
|
||||
- id: run-sub-hooks
|
||||
name: Run Subdirectory Hooks
|
||||
description: Runs subprocess with alternative pre-commit configuration.
|
||||
entry: run-sub-hooks
|
||||
language: python
|
||||
verbose: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue