mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Add an option to require a specific pre-commit version
This commit is contained in:
parent
c24f78b1a5
commit
ce307a16e0
5 changed files with 68 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ MANIFEST_JSON_SCHEMA = {
|
|||
'exclude': {'type': 'string', 'default': '^$'},
|
||||
'language': {'type': 'string'},
|
||||
'language_version': {'type': 'string', 'default': 'default'},
|
||||
'minimum_pre_commit_version': {
|
||||
'type': 'string', 'default': '0.0.0',
|
||||
},
|
||||
'files': {'type': 'string'},
|
||||
'stages': {
|
||||
'type': 'array',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue