feat: Adds just_warn option to allow commit when return value is not zero

This commit is contained in:
Guionardo 2025-08-11 12:12:08 -03:00
parent b74a22d96c
commit 6f0b860928
3 changed files with 10 additions and 3 deletions

View file

@ -35,6 +35,7 @@ class Hook(NamedTuple):
require_serial: bool
stages: Sequence[str]
verbose: bool
just_warn: bool
@property
def install_key(self) -> tuple[Prefix, str, str, tuple[str, ...]]: