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 9c0a949 + 3e4dfdb commit 29090a9Copy full SHA for 29090a9
.pre-commit-config.yaml
@@ -13,17 +13,16 @@ repos:
13
rev: v3.10.0
14
hooks:
15
- id: reorder-python-imports
16
- args: [--py37-plus, --add-import, 'from __future__ import annotations']
+ args: [--py38-plus, --add-import, 'from __future__ import annotations']
17
- repo: https://github.com/asottile/add-trailing-comma
18
- rev: v2.5.1
+ rev: v3.0.0
19
20
- id: add-trailing-comma
21
- args: [--py36-plus]
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v3.7.0
+ rev: v3.8.0
24
25
- id: pyupgrade
26
- args: [--py37-plus]
+ args: [--py38-plus]
27
- repo: https://github.com/pre-commit/mirrors-autopep8
28
rev: v2.0.2
29
0 commit comments