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 51104fa + 1dd85c9 commit cf3e826Copy full SHA for cf3e826
1 file changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
rev: v2.2.0
14
hooks:
15
- id: setup-cfg-fmt
16
-- repo: https://github.com/asottile/reorder_python_imports
+- repo: https://github.com/asottile/reorder-python-imports
17
rev: v3.9.0
18
19
- id: reorder-python-imports
@@ -25,7 +25,7 @@ repos:
25
- id: add-trailing-comma
26
args: [--py36-plus]
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v3.3.2
+ rev: v3.4.0
29
30
- id: pyupgrade
31
args: [--py38-plus]
0 commit comments