We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af9419d + dddca1d commit b6bb76bCopy full SHA for b6bb76b
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: check-dependabot
15
- id: check-readthedocs
16
- repo: https://github.com/psf/black-pre-commit-mirror
17
- rev: 26.3.0
+ rev: 26.3.1
18
hooks:
19
- id: black
20
language_version: python3
@@ -49,7 +49,7 @@ repos:
49
- "-L"
50
- "assertIn"
51
- repo: https://github.com/tox-dev/pyproject-fmt
52
- rev: v2.16.2
+ rev: v2.18.1
53
54
- id: pyproject-fmt
55
additional_dependencies: ["tox>=4.9"]
0 commit comments