We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa9a14b + 4ab5a67 commit 369bf8fCopy full SHA for 369bf8f
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.11.2
+ rev: v0.11.5
20
21
- id: ruff
22
types_or: [python, pyi, jupyter]
@@ -46,13 +46,13 @@ repos:
46
language: fail
47
files: '.*\.rej$'
48
- repo: https://github.com/python-jsonschema/check-jsonschema
49
- rev: 0.32.1
+ rev: 0.33.0
50
51
- id: check-jsonschema
52
files: "tutorial-registry/schema.json"
53
args: ["--check-metaschema"]
54
55
56
57
58
files: "tutorial-registry/tutorials/.*/meta.yaml"
0 commit comments