Skip to content

Commit d23ed91

Browse files
[pre-commit.ci] pre-commit autoupdate (#33)
1 parent 8736dcf commit d23ed91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.13.3
3+
rev: v0.14.10
44
hooks:
55
- id: ruff-check
66
args: [--exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 25.9.0
9+
rev: 25.12.0
1010
hooks:
1111
- id: black
1212
args: [--target-version=py311]
@@ -25,7 +25,7 @@ repos:
2525
- id: trailing-whitespace
2626

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

@@ -35,12 +35,12 @@ repos:
3535
- id: validate-pyproject
3636

3737
- repo: https://github.com/tox-dev/tox-ini-fmt
38-
rev: 1.6.0
38+
rev: 1.7.1
3939
hooks:
4040
- id: tox-ini-fmt
4141

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

0 commit comments

Comments
 (0)