We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32a7f1 commit 7282735Copy full SHA for 7282735
.pre-commit-config.yaml
@@ -24,18 +24,18 @@ repos:
24
- id: sphinx-lint
25
types: [rst]
26
- repo: https://github.com/pycqa/isort
27
- rev: 6.0.1
+ rev: 6.1.0
28
hooks:
29
- id: isort
30
additional_dependencies: ["toml"]
31
entry: isort --profile=black
32
name: isort (python)
33
- - repo: https://github.com/psf/black
34
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
35
36
- id: black
37
- repo: https://github.com/adamchainz/blacken-docs
38
- rev: "1.19.1"
+ rev: "1.20.0"
39
40
- id: blacken-docs
41
args: [--line-length=79]
0 commit comments