mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +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
|
|
@ -1002,6 +1002,7 @@ def test_manifest_hooks(tempdir_factory, store):
|
|||
types=['file'],
|
||||
types_or=[],
|
||||
verbose=False,
|
||||
fail_fast=False,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue