mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix tests
This commit is contained in:
parent
a72ca3d68e
commit
5d160e1547
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ def test_manifest_contents(manifest):
|
|||
'minimum_pre_commit_version': '0.0.0',
|
||||
'name': 'Bash hook',
|
||||
'stages': [],
|
||||
'always_run': False
|
||||
}]
|
||||
|
||||
|
||||
|
|
@ -46,4 +47,5 @@ def test_hooks(manifest):
|
|||
'minimum_pre_commit_version': '0.0.0',
|
||||
'name': 'Bash hook',
|
||||
'stages': [],
|
||||
'always_run': False
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue