We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df2367a + cb14be6 commit 60abaa2Copy full SHA for 60abaa2
1 file changed
.pre-commit-config.yaml
@@ -24,11 +24,11 @@ repos:
24
- id: pyupgrade
25
args: [--py311-plus]
26
- repo: https://github.com/hhatto/autopep8
27
- rev: v2.2.0
+ rev: v2.3.0
28
hooks:
29
- id: autopep8
30
- repo: https://github.com/PyCQA/flake8
31
- rev: 7.0.0
+ rev: 7.1.0
32
33
- id: flake8
34
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments