mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 20:40:08 -06:00
Allow language_version to be overridden in config.
This commit is contained in:
@@ -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': [],
|
||||
|
||||
Reference in New Issue
Block a user