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 8eb1763 + de4a5a7 commit e3a5a13Copy full SHA for e3a5a13
.pre-commit-config.yaml
@@ -23,29 +23,29 @@ repos:
23
- --markdown-linebreak-ext=md
24
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.20.0
+ rev: v3.21.2
27
hooks:
28
- id: pyupgrade
29
args:
30
- --py39-plus
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: "v0.13.3"
+ rev: "v0.14.10"
34
35
- id: ruff
36
37
- --fix-only
38
- --target-version=py39
39
40
- repo: https://github.com/psf/black-pre-commit-mirror
41
- rev: 25.9.0
+ rev: 25.12.0
42
43
- id: black
44
45
46
47
- repo: https://github.com/pycqa/isort
48
- rev: 6.1.0
+ rev: 7.0.0
49
50
- id: isort
51
0 commit comments