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