mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix broken test_manifest_hooks test
This commit is contained in:
parent
e60f541559
commit
64467f6ab9
1 changed files with 3 additions and 1 deletions
|
|
@ -824,7 +824,9 @@ def test_manifest_hooks(tempdir_factory, store):
|
|||
name='Bash hook',
|
||||
pass_filenames=True,
|
||||
require_serial=False,
|
||||
stages=('commit', 'commit-msg', 'manual', 'push'),
|
||||
stages=(
|
||||
'commit', 'prepare-commit-msg', 'commit-msg', 'manual', 'push',
|
||||
),
|
||||
types=['file'],
|
||||
verbose=False,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue