mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Allow to simply run a script once - no matter what the changes are
This commit is contained in:
parent
577d8a1dfa
commit
5a08204b8d
3 changed files with 12 additions and 4 deletions
|
|
@ -32,6 +32,7 @@ CONFIG_JSON_SCHEMA = {
|
|||
'type': 'object',
|
||||
'properties': {
|
||||
'id': {'type': 'string'},
|
||||
'always_run': {'type': 'boolean'},
|
||||
'files': {'type': 'string'},
|
||||
'exclude': {'type': 'string'},
|
||||
'language_version': {'type': 'string'},
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ MANIFEST_JSON_SCHEMA = {
|
|||
'type': 'object',
|
||||
'properties': {
|
||||
'id': {'type': 'string'},
|
||||
'always_run': {'type': 'boolean'},
|
||||
'name': {'type': 'string'},
|
||||
'description': {'type': 'string', 'default': ''},
|
||||
'entry': {'type': 'string'},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue