Skip to content

Commit b1a1e57

Browse files
committed
⬆️ Update pre-commit
1 parent 9811c54 commit b1a1e57

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.14.2
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)