mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Add fail-fast argument for run command
This commit is contained in:
parent
e70b313c80
commit
c78f248c60
5 changed files with 22 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ def run_opts(
|
|||
color=False,
|
||||
verbose=False,
|
||||
hook=None,
|
||||
fail_fast=False,
|
||||
remote_branch='',
|
||||
local_branch='',
|
||||
from_ref='',
|
||||
|
|
@ -65,6 +66,7 @@ def run_opts(
|
|||
color=color,
|
||||
verbose=verbose,
|
||||
hook=hook,
|
||||
fail_fast=fail_fast,
|
||||
remote_branch=remote_branch,
|
||||
local_branch=local_branch,
|
||||
from_ref=from_ref,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue