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 db761d1 commit dfe942bCopy full SHA for dfe942b
1 file changed
.pre-commit-config.yaml
@@ -10,18 +10,18 @@ repos:
10
- id: check-hooks-apply
11
12
- repo: https://github.com/asottile/pyupgrade
13
- rev: v3.20.0
+ rev: v3.21.2
14
hooks:
15
- id: pyupgrade
16
args: ["--py39-plus"]
17
18
- repo: https://github.com/psf/black-pre-commit-mirror
19
- rev: 25.1.0
+ rev: 25.12.0
20
21
- id: black
22
23
- repo: https://github.com/pycqa/isort
24
- rev: 6.0.1
+ rev: 7.0.0
25
26
- id: isort
27
0 commit comments