mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Add 'types' to the schema
This commit is contained in:
parent
70bd8215b2
commit
a68c1ab0d2
5 changed files with 23 additions and 3 deletions
|
|
@ -34,6 +34,7 @@ def test_manifest_contents(manifest):
|
|||
'name': 'Bash hook',
|
||||
'pass_filenames': True,
|
||||
'stages': [],
|
||||
'types': ['file'],
|
||||
}]
|
||||
|
||||
|
||||
|
|
@ -54,6 +55,7 @@ def test_hooks(manifest):
|
|||
'name': 'Bash hook',
|
||||
'pass_filenames': True,
|
||||
'stages': [],
|
||||
'types': ['file'],
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue