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 4997cab commit 8098883Copy full SHA for 8098883
1 file changed
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 25.9.0
+ rev: 26.3.1
4
hooks:
5
- id: black
6
language_version: "python3.12"
7
8
- repo: https://github.com/pycqa/isort
9
- rev: 7.0.0
+ rev: 9.0.0a3
10
11
- id: isort
12
additional_dependencies: [ toml ]
@@ -19,6 +19,6 @@ repos:
19
- id: debug-statements
20
21
- repo: https://github.com/asottile/setup-cfg-fmt
22
- rev: v3.1.0
+ rev: v3.2.0
23
24
- id: setup-cfg-fmt
0 commit comments