We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cc0c2 commit c96d97cCopy full SHA for c96d97c
1 file changed
.pre-commit-config.yaml
@@ -19,18 +19,18 @@ repos:
19
- id: sphinx-lint
20
types: [rst]
21
- repo: https://github.com/pycqa/isort
22
- rev: 6.0.1
+ rev: 7.0.0
23
hooks:
24
- id: isort
25
additional_dependencies: ["toml"]
26
entry: isort --profile=black
27
name: isort (python)
28
- repo: https://github.com/psf/black
29
- rev: 25.1.0
+ rev: 25.9.0
30
31
- id: black
32
- repo: https://github.com/adamchainz/blacken-docs
33
- rev: "1.19.1"
+ rev: "1.20.0"
34
35
- id: blacken-docs
36
args: [--line-length=79]
0 commit comments