mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Less blocking logic
This commit is contained in:
parent
5a08204b8d
commit
a72ca3d68e
2 changed files with 5 additions and 11 deletions
|
|
@ -17,7 +17,7 @@ MANIFEST_JSON_SCHEMA = {
|
|||
'type': 'object',
|
||||
'properties': {
|
||||
'id': {'type': 'string'},
|
||||
'always_run': {'type': 'boolean'},
|
||||
'always_run': {'type': 'boolean', 'default': False},
|
||||
'name': {'type': 'string'},
|
||||
'description': {'type': 'string', 'default': ''},
|
||||
'entry': {'type': 'string'},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue