We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f58dc31 + a4c85d4 commit e4f28ccCopy full SHA for e4f28cc
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: pycln
20
args: [--config=pyproject.toml]
21
- repo: https://github.com/psf/black-pre-commit-mirror
22
- rev: 25.9.0
+ rev: 25.11.0
23
hooks:
24
- id: black
25
- repo: https://github.com/asottile/blacken-docs
@@ -32,7 +32,7 @@ repos:
32
- id: isort
33
args: ["--profile", "black"]
34
- repo: https://github.com/asottile/pyupgrade
35
- rev: v3.21.0
+ rev: v3.21.2
36
37
- id: pyupgrade
38
- repo: https://github.com/pycqa/pydocstyle
@@ -43,6 +43,6 @@ repos:
43
additional_dependencies:
44
- toml
45
- repo: https://github.com/pre-commit/pre-commit
46
- rev: v4.3.0
+ rev: v4.5.0
47
48
- id: validate_manifest
0 commit comments