Skip to content

Commit c40dfd4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.12.1](tox-dev/pyproject-fmt@v2.11.1...v2.12.1) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0)
1 parent 63825a4 commit c40dfd4

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
@@ -24,11 +24,11 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: v2.11.1
27+
rev: v2.12.1
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject
31-
rev: v0.24.1
31+
rev: v0.25
3232
hooks:
3333
- id: validate-pyproject
3434
- repo: https://github.com/sphinx-contrib/sphinx-lint
@@ -44,7 +44,7 @@ repos:
4444
entry: isort --profile=black
4545
name: isort (python)
4646
- repo: https://github.com/psf/black-pre-commit-mirror
47-
rev: 25.12.0
47+
rev: 26.1.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/tonybaloney/perflint

0 commit comments

Comments
 (0)