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 df25ab1 + 3b8bfd7 commit fe7a536Copy full SHA for fe7a536
1 file changed
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: flake8
19
additional_dependencies: [flake8-typing-imports==1.7.0]
20
- repo: https://github.com/pre-commit/mirrors-autopep8
21
- rev: v1.5.7
+ rev: v1.6.0
22
hooks:
23
- id: autopep8
24
- repo: https://github.com/asottile/reorder_python_imports
@@ -27,7 +27,7 @@ repos:
27
- id: reorder-python-imports
28
args: [--py3-plus]
29
- repo: https://github.com/asottile/pyupgrade
30
- rev: v2.29.1
+ rev: v2.31.0
31
32
- id: pyupgrade
33
args: [--py36-plus]
0 commit comments