We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2fdcb commit 824a5c1Copy full SHA for 824a5c1
1 file changed
.pre-commit-config.yaml
@@ -23,13 +23,13 @@ repos:
23
- id: prettier
24
# package metadata
25
- repo: https://github.com/python-jsonschema/check-jsonschema
26
- rev: 0.34.1
+ rev: 0.35.0
27
hooks:
28
- id: check-jsonschema
29
files: "schema.json"
30
args: ["--check-metaschema"]
31
32
33
34
35
files: "packages/.*/meta.yaml"
@@ -45,7 +45,7 @@ repos:
45
exclude: "^packages/.*/meta.yaml$"
46
# template repo registry
47
- repo: https://github.com/astral-sh/ruff-pre-commit
48
- rev: v0.14.4
+ rev: v0.14.5
49
50
- id: ruff-check
51
args: [--fix, --exit-non-zero-on-fix]
0 commit comments