mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Add fail_fast support per-hook
This commit is contained in:
parent
ae53a8eb65
commit
63ae399db0
5 changed files with 16 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ class Hook(NamedTuple):
|
|||
additional_dependencies: Sequence[str]
|
||||
args: Sequence[str]
|
||||
always_run: bool
|
||||
fail_fast: bool
|
||||
pass_filenames: bool
|
||||
description: str
|
||||
language_version: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue