mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
Prepend hook name to each output line
This commit is contained in:
parent
d525928665
commit
8861b85dae
4 changed files with 15 additions and 2 deletions
|
|
@ -35,6 +35,7 @@ class Hook(NamedTuple):
|
|||
minimum_pre_commit_version: str
|
||||
require_serial: bool
|
||||
stages: Sequence[str]
|
||||
prepend_name: bool
|
||||
verbose: bool
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue