We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97352d7 commit 0026215Copy full SHA for 0026215
.pre-commit-config.yaml
@@ -33,22 +33,22 @@ repos:
33
hooks:
34
- id: pyupgrade
35
args:
36
- - "--py39-plus"
+ - "--py311-plus"
37
38
- repo: https://github.com/astral-sh/ruff-pre-commit
39
rev: "v0.13.3"
40
41
- id: ruff-check
42
43
- --fix-only
44
- - --target-version=py39
+ - --target-version=py311
45
46
- repo: https://github.com/psf/black-pre-commit-mirror
47
rev: 25.9.0
48
49
- id: black
50
51
52
53
- repo: https://github.com/pycqa/isort
54
rev: 6.1.0
0 commit comments