mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 09:04:41 +04:00
Allow language_version to be overridden in config.
This commit is contained in:
parent
7edb438d76
commit
09650b814a
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ CONFIG_JSON_SCHEMA = {
|
||||||
'id': {'type': 'string'},
|
'id': {'type': 'string'},
|
||||||
'files': {'type': 'string'},
|
'files': {'type': 'string'},
|
||||||
'exclude': {'type': 'string', 'default': '^$'},
|
'exclude': {'type': 'string', 'default': '^$'},
|
||||||
|
'language_version': {'type': 'string'},
|
||||||
'args': {
|
'args': {
|
||||||
'type': 'array',
|
'type': 'array',
|
||||||
'default': [],
|
'default': [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue