mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-23 09:20:31 -06:00
Less blocking logic
This commit is contained in:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user