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.
1 parent d34222b commit 1cfedf3Copy full SHA for 1cfedf3
.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.5
+ rev: v1.5.6
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.10.0
+ rev: v2.11.0
31
32
- id: pyupgrade
33
args: [--py36-plus]
0 commit comments