mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14: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
|
|
@ -106,6 +106,7 @@ def _ns(
|
|||
hook=None,
|
||||
verbose=False,
|
||||
show_diff_on_failure=False,
|
||||
fail_fast=False,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue