Skip to content

Commit e571bbb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3) - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.8...v0.12.9)
1 parent cc18e54 commit e571bbb

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
@@ -23,13 +23,13 @@ repos:
2323
- id: prettier
2424
# package metadata
2525
- repo: https://github.com/python-jsonschema/check-jsonschema
26-
rev: 0.33.2
26+
rev: 0.33.3
2727
hooks:
2828
- id: check-jsonschema
2929
files: "schema.json"
3030
args: ["--check-metaschema"]
3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.33.2
32+
rev: 0.33.3
3333
hooks:
3434
- id: check-jsonschema
3535
files: "packages/.*/meta.yaml"
@@ -45,7 +45,7 @@ repos:
4545
exclude: "^packages/.*/meta.yaml$"
4646
# template repo registry
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.12.8
48+
rev: v0.12.9
4949
hooks:
5050
- id: ruff
5151
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)