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 3610087 + 404f2dc commit 653d155Copy full SHA for 653d155
1 file changed
.pre-commit-config.yaml
@@ -14,18 +14,18 @@ repos:
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder_python_imports
17
- rev: v3.8.2
+ rev: v3.8.3
18
19
- id: reorder-python-imports
20
exclude: ^(pre_commit/resources/|testing/resources/python3_hooks_repo/)
21
args: [--py37-plus, --add-import, 'from __future__ import annotations']
22
- repo: https://github.com/asottile/add-trailing-comma
23
- rev: v2.2.3
+ rev: v2.3.0
24
25
- id: add-trailing-comma
26
args: [--py36-plus]
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v2.38.0
+ rev: v2.38.2
29
30
- id: pyupgrade
31
args: [--py37-plus]
0 commit comments