Add automatic addition of changes from pre-commit to the commit

This commit is contained in:
shahin 2022-08-18 10:57:09 -07:00
parent 3fe38dff05
commit 0d19b4b7fd
5 changed files with 52 additions and 4 deletions

View file

@ -36,6 +36,7 @@ class Hook(NamedTuple):
require_serial: bool
stages: Sequence[str]
verbose: bool
commit_changes: bool
@property
def cmd(self) -> tuple[str, ...]: