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 9ee77bd + 0423b8b commit 17875b1Copy full SHA for 17875b1
1 file changed
.pre-commit-config.yaml
@@ -22,12 +22,12 @@ repos:
22
hooks:
23
- id: autopep8
24
- repo: https://github.com/asottile/reorder_python_imports
25
- rev: v2.4.0
+ rev: v2.5.0
26
27
- id: reorder-python-imports
28
args: [--py3-plus]
29
- repo: https://github.com/asottile/pyupgrade
30
- rev: v2.12.0
+ rev: v2.13.0
31
32
- id: pyupgrade
33
args: [--py36-plus]
0 commit comments