Skip to content

Commit 357e170

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/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0) - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2)
1 parent 5725cbd commit 357e170

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
@@ -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]
@@ -25,7 +25,7 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/tox-dev/pyproject-fmt
28-
rev: v2.5.1
28+
rev: v2.6.0
2929
hooks:
3030
- id: pyproject-fmt
3131

@@ -40,7 +40,7 @@ repos:
4040
- id: tox-ini-fmt
4141

4242
- repo: https://github.com/rbubley/mirrors-prettier
43-
rev: v3.5.3
43+
rev: v3.6.2
4444
hooks:
4545
- id: prettier
4646
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)