Thanks to visit codestin.com Credit goes to github.com
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 24d9dc7 + 60bf370 commit 52e1dd6Copy full SHA for 52e1dd6
1 file changed
.pre-commit-config.yaml
@@ -25,12 +25,12 @@ repos:
25
hooks:
26
- id: validate_manifest
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v2.12.0
+ rev: v2.13.0
29
30
- id: pyupgrade
31
args: [--py36-plus]
32
- repo: https://github.com/asottile/reorder_python_imports
33
- rev: v2.4.0
+ rev: v2.5.0
34
35
- id: reorder-python-imports
36
args: [--py3-plus]
0 commit comments