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 fbc466b + 6a9b99d commit fe4425fCopy full SHA for fe4425f
1 file changed
.pre-commit-config.yaml
@@ -18,12 +18,12 @@ repos:
18
hooks:
19
- id: autopep8
20
- repo: https://github.com/asottile/reorder_python_imports
21
- rev: v2.5.0
+ rev: v2.6.0
22
23
- id: reorder-python-imports
24
args: [--py3-plus]
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v2.21.2
+ rev: v2.23.0
27
28
- id: pyupgrade
29
0 commit comments