mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Add language_version to the manifest loader.
This commit is contained in:
parent
914a74f80b
commit
4f2f1731ea
3 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ MANIFEST_JSON_SCHEMA = {
|
|||
'description': {'type': 'string', 'default': ''},
|
||||
'entry': {'type': 'string'},
|
||||
'language': {'type': 'string'},
|
||||
'language_version': {'type': 'string', 'default': 'default'},
|
||||
'expected_return_value': {'type': 'number', 'default': 0},
|
||||
},
|
||||
'required': ['id', 'name', 'entry', 'language'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue