Skip to content

Commit 6de9112

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.4...v0.12.2) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.2](python-jsonschema/check-jsonschema@0.32.1...0.33.2) - [github.com/woodruffw/zizmor-pre-commit: v1.5.2 → v1.11.0](zizmorcore/zizmor-pre-commit@v1.5.2...v1.11.0) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0) - [github.com/google/yamlfmt: v0.16.0 → v0.17.2](google/yamlfmt@v0.16.0...v0.17.2) - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2)
1 parent daa130a commit 6de9112

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.11.4
3+
rev: v0.12.2
44
hooks:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
@@ -26,7 +26,7 @@ repos:
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/python-jsonschema/check-jsonschema
29-
rev: 0.32.1
29+
rev: 0.33.2
3030
hooks:
3131
- id: check-github-workflows
3232
- id: check-renovate
@@ -37,12 +37,12 @@ repos:
3737
- id: actionlint
3838

3939
- repo: https://github.com/woodruffw/zizmor-pre-commit
40-
rev: v1.5.2
40+
rev: v1.11.0
4141
hooks:
4242
- id: zizmor
4343

4444
- repo: https://github.com/tox-dev/pyproject-fmt
45-
rev: v2.5.1
45+
rev: v2.6.0
4646
hooks:
4747
- id: pyproject-fmt
4848

@@ -57,12 +57,12 @@ repos:
5757
- id: tox-ini-fmt
5858

5959
- repo: https://github.com/google/yamlfmt
60-
rev: v0.16.0
60+
rev: v0.17.2
6161
hooks:
6262
- id: yamlfmt
6363

6464
- repo: https://github.com/rbubley/mirrors-prettier
65-
rev: v3.5.3
65+
rev: v3.6.2
6666
hooks:
6767
- id: prettier
6868
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)