mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
Add automatic addition of changes from pre-commit to the commit
This commit is contained in:
parent
3fe38dff05
commit
0d19b4b7fd
5 changed files with 52 additions and 4 deletions
|
|
@ -36,6 +36,7 @@ class Hook(NamedTuple):
|
|||
require_serial: bool
|
||||
stages: Sequence[str]
|
||||
verbose: bool
|
||||
commit_changes: bool
|
||||
|
||||
@property
|
||||
def cmd(self) -> tuple[str, ...]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue