We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b85829 commit 828bbb2Copy full SHA for 828bbb2
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
"--ignore-init-module-imports",
16
]
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v3.15.2
+ rev: v3.17.0
19
hooks:
20
- id: pyupgrade
21
stages: [manual]
@@ -31,12 +31,12 @@ repos:
31
- id: black
32
language_version: python3
33
- repo: https://github.com/pre-commit/mirrors-mypy
34
- rev: v1.10.0
+ rev: v1.11.1
35
36
- id: mypy
37
args: ["--pretty"]
38
- repo: https://github.com/pycqa/flake8
39
- rev: 7.0.0
+ rev: 7.1.0
40
41
- id: flake8
42
args: ["--config", "setup.cfg"]
0 commit comments