Spaces:
Configuration error
Configuration error
renovate[bot]
commited on
Commit
·
4d4517b
1
Parent(s):
4ac82cc
chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0
Browse files- .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml
CHANGED
|
@@ -10,7 +10,7 @@ repos:
|
|
| 10 |
- id: check-added-large-files
|
| 11 |
args: ['--maxkb=500'] # default: 500
|
| 12 |
- repo: https://github.com/python-jsonschema/check-jsonschema
|
| 13 |
-
rev: 0.
|
| 14 |
hooks:
|
| 15 |
- id: check-taskfile
|
| 16 |
- repo: https://github.com/rhysd/actionlint
|
|
|
|
| 10 |
- id: check-added-large-files
|
| 11 |
args: ['--maxkb=500'] # default: 500
|
| 12 |
- repo: https://github.com/python-jsonschema/check-jsonschema
|
| 13 |
+
rev: 0.31.0
|
| 14 |
hooks:
|
| 15 |
- id: check-taskfile
|
| 16 |
- repo: https://github.com/rhysd/actionlint
|