Skip to content

Commit 3c2bac9

Browse files
chore: update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.13...v0.12.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2)
1 parent 926db6d commit 3c2bac9

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
@@ -35,14 +35,14 @@ repos:
3535
- id: rst-inline-touching-normal
3636

3737
- repo: https://github.com/rbubley/mirrors-prettier
38-
rev: "v3.5.3"
38+
rev: "v3.6.2"
3939
hooks:
4040
- id: prettier
4141
types_or: [yaml, markdown, html, css, scss, javascript, json]
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.11.13"
45+
rev: "v0.12.2"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
@@ -83,7 +83,7 @@ repos:
8383
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8484

8585
- repo: https://github.com/python-jsonschema/check-jsonschema
86-
rev: "0.33.0"
86+
rev: "0.33.2"
8787
hooks:
8888
- id: check-dependabot
8989
- id: check-github-workflows

0 commit comments

Comments
 (0)