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 8a4af02 + 43b426a commit 5f0c773Copy full SHA for 5f0c773
1 file changed
.pre-commit-config.yaml
@@ -14,17 +14,17 @@ repos:
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder-python-imports
17
- rev: v3.14.0
+ rev: v3.15.0
18
19
- id: reorder-python-imports
20
exclude: ^(pre_commit/resources/|testing/resources/python3_hooks_repo/)
21
args: [--py39-plus, --add-import, 'from __future__ import annotations']
22
- repo: https://github.com/asottile/add-trailing-comma
23
- rev: v3.1.0
+ rev: v3.2.0
24
25
- id: add-trailing-comma
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v3.19.1
+ rev: v3.20.0
28
29
- id: pyupgrade
30
args: [--py39-plus]
0 commit comments