Prepend hook name to each output line

This commit is contained in:
elagil 2022-03-13 11:51:35 +01:00
parent d525928665
commit 8861b85dae
4 changed files with 15 additions and 2 deletions

View file

@ -35,6 +35,7 @@ class Hook(NamedTuple):
minimum_pre_commit_version: str
require_serial: bool
stages: Sequence[str]
prepend_name: bool
verbose: bool
@property