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 f9c8bfa + 3c82985 commit d970d5bCopy full SHA for d970d5b
.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.8.2
+ rev: v3.8.3
18
19
- id: reorder-python-imports
20
args: [--py37-plus, --add-import, 'from __future__ import annotations']
21
- repo: https://github.com/asottile/add-trailing-comma
22
- rev: v2.2.3
+ rev: v2.3.0
23
24
- id: add-trailing-comma
25
args: [--py36-plus]
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v2.38.0
+ rev: v2.38.2
28
29
- id: pyupgrade
30
args: [--py37-plus]
0 commit comments