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 17875b1 commit 4342783Copy full SHA for 4342783
.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.6
+ rev: v1.5.7
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.13.0
+ rev: v2.14.0
31
32
- id: pyupgrade
33
args: [--py36-plus]
0 commit comments