mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +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'},
|
||||
'files': {'type': 'string'},
|
||||
'exclude': {'type': 'string', 'default': '^$'},
|
||||
'language_version': {'type': 'string'},
|
||||
'args': {
|
||||
'type': 'array',
|
||||
'default': [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue