We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9811c54 commit b1a1e57Copy full SHA for b1a1e57
.pre-commit-config.yaml
@@ -24,11 +24,11 @@ repos:
24
- id: end-of-file-fixer
25
- id: trailing-whitespace
26
- repo: https://github.com/tox-dev/pyproject-fmt
27
- rev: v2.11.1
+ rev: v2.14.2
28
hooks:
29
- id: pyproject-fmt
30
- repo: https://github.com/abravalheri/validate-pyproject
31
- rev: v0.24.1
+ rev: v0.25
32
33
- id: validate-pyproject
34
- repo: https://github.com/sphinx-contrib/sphinx-lint
@@ -44,7 +44,7 @@ repos:
44
entry: isort --profile=black
45
name: isort (python)
46
- repo: https://github.com/psf/black-pre-commit-mirror
47
- rev: 25.12.0
+ rev: 26.1.0
48
49
- id: black
50
- repo: https://github.com/tonybaloney/perflint
0 commit comments