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 621146b + 6cd4e2a commit a02859aCopy full SHA for a02859a
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.21.2
+ rev: v2.23.0
29
30
- id: pyupgrade
31
args: [--py36-plus]
32
- repo: https://github.com/asottile/reorder_python_imports
33
- rev: v2.5.0
+ rev: v2.6.0
34
35
- id: reorder-python-imports
36
args: [--py3-plus]
0 commit comments