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 2a9bc76 + 60e8a23 commit 540cd64Copy full SHA for 540cd64
.pre-commit-config.yaml
@@ -14,16 +14,16 @@ 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
args: [--py39-plus, --add-import, 'from __future__ import annotations']
21
- repo: https://github.com/asottile/add-trailing-comma
22
- rev: v3.1.0
+ rev: v3.2.0
23
24
- id: add-trailing-comma
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.19.1
+ rev: v3.20.0
27
28
- id: pyupgrade
29
args: [--py39-plus]
0 commit comments