Skip to content

Commit 4ab5a67

Browse files
[pre-commit.ci] pre-commit autoupdate (#214)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.5](astral-sh/ruff-pre-commit@v0.11.4...v0.11.5) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.0](python-jsonschema/check-jsonschema@0.32.1...0.33.0) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.0](python-jsonschema/check-jsonschema@0.32.1...0.33.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ba5bfda commit 4ab5a67

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.11.4
14+
rev: v0.11.5
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.32.1
44+
rev: 0.33.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.32.1
50+
rev: 0.33.0
5151
hooks:
5252
- id: check-jsonschema
5353
files: "tutorial-registry/tutorials/.*/meta.yaml"

0 commit comments

Comments
 (0)