Skip to content

Commit 3440377

Browse files
[pre-commit.ci] pre-commit autoupdate (#224)
updates: - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.0](rbubley/mirrors-prettier@v3.5.3...v3.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.1](python-jsonschema/check-jsonschema@0.33.0...0.33.1) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.1](python-jsonschema/check-jsonschema@0.33.0...0.33.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 906880c commit 3440377

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/rbubley/mirrors-prettier
10-
rev: v3.5.3
10+
rev: v3.6.0
1111
hooks:
1212
- id: prettier
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.11.13
14+
rev: v0.12.0
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.0
44+
rev: 0.33.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.33.0
50+
rev: 0.33.1
5151
hooks:
5252
- id: check-jsonschema
5353
files: "tutorial-registry/tutorials/.*/meta.yaml"

0 commit comments

Comments
 (0)