mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-20 01:24:42 +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',
|
'type': 'array',
|
||||||
'items': {'type': 'string'},
|
'items': {'type': 'string'},
|
||||||
},
|
},
|
||||||
|
'additional_dependencies': {
|
||||||
|
'type': 'array',
|
||||||
|
'items': {'type': 'string'}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
'required': ['id'],
|
'required': ['id'],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue