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 ea9b9a0 + b5ed5a3 commit 7209646Copy full SHA for 7209646
1 file changed
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
hooks:
26
- id: autopep8
27
- repo: https://github.com/asottile/reorder_python_imports
28
- rev: v2.4.0
+ rev: v2.5.0
29
30
- id: reorder-python-imports
31
args: [--py3-plus]
@@ -35,7 +35,7 @@ repos:
35
- id: add-trailing-comma
36
args: [--py36-plus]
37
- repo: https://github.com/asottile/pyupgrade
38
- rev: v2.12.0
+ rev: v2.13.0
39
40
- id: pyupgrade
41
0 commit comments