We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9434a1 commit 07c7ff2Copy full SHA for 07c7ff2
.pre-commit-config.yaml
@@ -36,16 +36,16 @@ repos:
36
hooks:
37
- id: autopep8
38
- repo: https://github.com/asottile/reorder-python-imports
39
- rev: v3.9.0
+ rev: v3.10.0
40
41
- id: reorder-python-imports
42
- repo: https://github.com/asottile/pyupgrade
43
- rev: v3.4.0
+ rev: v3.7.0
44
45
- id: pyupgrade
46
args: ['--py38-plus']
47
- repo: https://github.com/asottile/add-trailing-comma
48
- rev: v2.4.0
+ rev: v2.5.1
49
50
- id: add-trailing-comma
51
args: ['--py36-plus']
0 commit comments