Skip to content

Commit 9a6e792

Browse files
[pre-commit.ci] pre-commit autoupdate (#202)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0ca393b commit 9a6e792

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.9.3
14+
rev: v0.9.4
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.31.0
44+
rev: 0.31.1
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.31.0
50+
rev: 0.31.1
5151
hooks:
5252
- id: check-jsonschema
5353
files: "tutorial-registry/tutorials/.*/meta.yaml"

0 commit comments

Comments
 (0)