mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Minor fixups
This commit is contained in:
parent
7c8272da77
commit
de2ead13a1
4 changed files with 12 additions and 7 deletions
|
|
@ -41,8 +41,8 @@ CONFIG_JSON_SCHEMA = {
|
|||
},
|
||||
'additional_dependencies': {
|
||||
'type': 'array',
|
||||
'items': {'type': 'string'}
|
||||
}
|
||||
'items': {'type': 'string'},
|
||||
},
|
||||
},
|
||||
'required': ['id'],
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,6 +38,10 @@ MANIFEST_JSON_SCHEMA = {
|
|||
'type': 'string',
|
||||
},
|
||||
},
|
||||
'additional_dependencies': {
|
||||
'type': 'array',
|
||||
'items': {'type': 'string'},
|
||||
},
|
||||
},
|
||||
'required': ['id', 'name', 'entry', 'language', 'files'],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue