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 a5006be commit debd092Copy full SHA for debd092
.pre-commit-config.yaml
@@ -21,17 +21,17 @@ repos:
21
# - --remove-duplicate-keys
22
# - --remove-unused-variables
23
- repo: https://github.com/asottile/pyupgrade
24
- rev: v3.20.0
+ rev: v3.21.0
25
hooks:
26
- id: pyupgrade
27
exclude: \.(po|pot|yml|yaml)$
28
- repo: https://github.com/PyCQA/isort
29
- rev: 6.0.1
+ rev: 7.0.0
30
31
- id: isort
32
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
args: [--safe, --quiet]
0 commit comments