We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be49440 + e4a3dbf commit fe05eadCopy full SHA for fe05ead
1 file changed
.pre-commit-config.yaml
@@ -16,13 +16,13 @@ repos:
16
files: requirements-dev.txt
17
18
- repo: https://github.com/psf/black-pre-commit-mirror
19
- rev: 25.9.0
+ rev: 25.11.0
20
hooks:
21
- id: black
22
language_version: python3
23
24
- repo: https://github.com/keewis/blackdoc
25
- rev: v0.4.5
+ rev: v0.4.6
26
27
- id: blackdoc
28
@@ -51,12 +51,12 @@ repos:
51
- id: add-trailing-comma
52
53
- repo: https://github.com/astral-sh/ruff-pre-commit
54
- rev: v0.14.3
+ rev: v0.14.7
55
56
- id: ruff
57
58
- repo: https://github.com/tox-dev/pyproject-fmt
59
- rev: v2.11.0
+ rev: v2.11.1
60
61
- id: pyproject-fmt
62
0 commit comments