Skip to content

Commit 929ba3c

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.12 → v0.12.7](astral-sh/ruff-pre-commit@v0.11.12...v0.12.7) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2)
1 parent 669ff53 commit 929ba3c

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
@@ -27,14 +27,14 @@ repos:
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/rbubley/mirrors-prettier
30-
rev: "v3.5.3"
30+
rev: "v3.6.2"
3131
hooks:
3232
- id: prettier
3333
types_or: [yaml, markdown, html, css, scss, javascript, json]
3434
args: [--prose-wrap=always]
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: "v0.11.12"
37+
rev: "v0.12.7"
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]
@@ -57,7 +57,7 @@ repos:
5757
additional_dependencies: ["validate-pyproject-schema-store[all]"]
5858

5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: "0.33.0"
60+
rev: "0.33.2"
6161
hooks:
6262
- id: check-dependabot
6363
- id: check-github-workflows

0 commit comments

Comments
 (0)