Skip to content

Commit 6d41a20

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1) - [github.com/tox-dev/tox-ini-fmt: 1.4.1 → 1.5.0](tox-dev/tox-ini-fmt@1.4.1...1.5.0) - [github.com/rbubley/mirrors-prettier: v3.4.2 → v3.5.3](rbubley/mirrors-prettier@v3.4.2...v3.5.3)
1 parent ad2a26f commit 6d41a20

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,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.8.6
3+
rev: v0.11.4
44
hooks:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
77

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

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

3232
- repo: https://github.com/abravalheri/validate-pyproject
33-
rev: v0.23
33+
rev: v0.24.1
3434
hooks:
3535
- id: validate-pyproject
3636

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

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

0 commit comments

Comments
 (0)