run-sub-hooks hook added

This commit is contained in:
Maciej Urbanski 2019-12-31 13:42:15 +01:00
parent 5df1a4bf6f
commit ec577f284a
No known key found for this signature in database
GPG key ID: D90480C016CCB761
5 changed files with 130 additions and 0 deletions

View file

@ -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