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 0047fa3 + 0cd8cbc commit d827e9aCopy full SHA for d827e9a
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.9.0
+ rev: v2.10.0
29
30
- id: pyupgrade
31
args: [--py36-plus]
32
- repo: https://github.com/asottile/reorder_python_imports
33
- rev: v2.3.6
+ rev: v2.4.0
34
35
- id: reorder-python-imports
36
args: [--py3-plus]
0 commit comments