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.
2 parents 0020c0b + 22d128e commit a1de028Copy full SHA for a1de028
.pre-commit-config.yaml
@@ -11,21 +11,21 @@
11
repos:
12
# Autoformat: Python code, syntax patterns are modernized
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.20.0
+ rev: v3.21.0
15
hooks:
16
- id: pyupgrade
17
args:
18
- --py37-plus
19
20
# Autoformat: Python code
21
- repo: https://github.com/pycqa/isort
22
- rev: 6.0.1
+ rev: 7.0.0
23
24
- id: isort
25
26
27
- - repo: https://github.com/psf/black
28
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
29
30
- id: black
31
0 commit comments