We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 252b89e + c775c76 commit 690e472Copy full SHA for 690e472
1 file changed
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
hooks:
17
- id: pyproject-fmt
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.14.13
+ rev: v0.14.14
20
21
- id: ruff-check
22
types_or: [python, pyi, jupyter]
@@ -37,13 +37,13 @@ repos:
37
- id: check-merge-conflict
38
args: [--assume-in-merge]
39
- repo: https://github.com/python-jsonschema/check-jsonschema
40
- rev: '0.36.0'
+ rev: '0.36.1'
41
42
- id: check-jsonschema
43
files: "tutorial-registry/schema.json"
44
args: ["--check-metaschema"]
45
46
47
48
49
files: "tutorial-registry/tutorials/.*/meta.yaml"
0 commit comments