mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 12:30:08 -06:00
Fix tests
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user