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 c76201b + 2d4bc66 commit b3f4106Copy full SHA for b3f4106
1 file changed
.pre-commit-config.yaml
@@ -28,11 +28,11 @@ repos:
28
- id: pyupgrade
29
args: [--py39-plus]
30
- repo: https://github.com/hhatto/autopep8
31
- rev: v2.2.0
+ rev: v2.3.0
32
hooks:
33
- id: autopep8
34
- repo: https://github.com/PyCQA/flake8
35
- rev: 7.0.0
+ rev: 7.1.0
36
37
- id: flake8
38
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments