mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Added new parameter to config schema
This commit is contained in:
parent
3581f94b32
commit
0980887f57
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@ CONFIG_JSON_SCHEMA = {
|
|||
'type': 'array',
|
||||
'items': {'type': 'string'},
|
||||
},
|
||||
'additional_dependencies': {
|
||||
'type': 'array',
|
||||
'items': {'type': 'string'}
|
||||
}
|
||||
},
|
||||
'required': ['id'],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue