Skip to content

Commit c375a44

Browse files
[pre-commit.ci] pre-commit autoupdate (#239)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.13.0...v0.13.1) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9625c1d commit c375a44

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
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: prettier
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.13.0
14+
rev: v0.13.1
1515
hooks:
1616
- id: ruff
1717
types_or: [python, pyi, jupyter]
@@ -41,13 +41,13 @@ repos:
4141
language: fail
4242
files: '.*\.rej$'
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: 0.33.3
44+
rev: 0.34.0
4545
hooks:
4646
- id: check-jsonschema
4747
files: "tutorial-registry/schema.json"
4848
args: ["--check-metaschema"]
4949
- repo: https://github.com/python-jsonschema/check-jsonschema
50-
rev: 0.33.3
50+
rev: 0.34.0
5151
hooks:
5252
- id: check-jsonschema
5353
files: "tutorial-registry/tutorials/.*/meta.yaml"

0 commit comments

Comments
 (0)