Skip to content

Commit a5c96dc

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/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0)
1 parent bdc4a9b commit a5c96dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: check-added-large-files
1616
args: ['--maxkb=1024']
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: v2.11.1
18+
rev: v2.12.1
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/abravalheri/validate-pyproject
@@ -35,7 +35,7 @@ repos:
3535
entry: isort --profile=black
3636
name: isort (python)
3737
- repo: https://github.com/psf/black-pre-commit-mirror
38-
rev: 25.12.0
38+
rev: 26.1.0
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/adamchainz/blacken-docs

0 commit comments

Comments
 (0)