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 05c0460 commit 69ab4e1Copy full SHA for 69ab4e1
.pre-commit-config.yaml
@@ -43,13 +43,13 @@ repos:
43
44
# Python hooks
45
- repo: https://github.com/asottile/pyupgrade
46
- rev: v3.20.0
+ rev: v3.21.0
47
hooks:
48
- id: pyupgrade
49
args: [--py36-plus]
50
51
- repo: https://github.com/psf/black
52
- rev: 25.1.0
+ rev: 25.9.0
53
54
- id: black
55
args: ["--line-length=100"]
0 commit comments