We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a2c5d8 + 0fe855b commit 57461f4Copy full SHA for 57461f4
.pre-commit-config.yaml
@@ -29,29 +29,29 @@ repos:
29
- id: rst-inline-touching-normal
30
31
- repo: https://github.com/asottile/pyupgrade
32
- rev: v3.20.0
+ rev: v3.21.2
33
hooks:
34
- id: pyupgrade
35
args:
36
- "--py311-plus"
37
38
- repo: https://github.com/astral-sh/ruff-pre-commit
39
- rev: "v0.13.3"
+ rev: "v0.14.10"
40
41
- id: ruff-check
42
43
- --fix-only
44
- --target-version=py311
45
46
- repo: https://github.com/psf/black-pre-commit-mirror
47
- rev: 25.9.0
+ rev: 25.12.0
48
49
- id: black
50
51
52
53
- repo: https://github.com/pycqa/isort
54
- rev: 6.1.0
+ rev: 7.0.0
55
56
- id: isort
57
0 commit comments