Skip to content

Commit 369bf8f

Browse files
authored
Merge branch 'main' into template-update-v2-scverse-scverse-tutorials
2 parents aa9a14b + 4ab5a67 commit 369bf8f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: pyproject-fmt
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.11.2
19+
rev: v0.11.5
2020
hooks:
2121
- id: ruff
2222
types_or: [python, pyi, jupyter]
@@ -46,13 +46,13 @@ repos:
4646
language: fail
4747
files: '.*\.rej$'
4848
- repo: https://github.com/python-jsonschema/check-jsonschema
49-
rev: 0.32.1
49+
rev: 0.33.0
5050
hooks:
5151
- id: check-jsonschema
5252
files: "tutorial-registry/schema.json"
5353
args: ["--check-metaschema"]
5454
- repo: https://github.com/python-jsonschema/check-jsonschema
55-
rev: 0.32.1
55+
rev: 0.33.0
5656
hooks:
5757
- id: check-jsonschema
5858
files: "tutorial-registry/tutorials/.*/meta.yaml"

0 commit comments

Comments
 (0)