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 9460a11 + c03eb70 commit 068d6e7Copy full SHA for 068d6e7
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
rev: v3.15.0
14
hooks:
15
- id: reorder-python-imports
16
- args: [--py39-plus, --add-import, 'from __future__ import annotations']
+ args: [--py310-plus, --add-import, 'from __future__ import annotations']
17
18
- repo: https://github.com/asottile/add-trailing-comma
19
rev: v3.2.0
@@ -23,7 +23,7 @@ repos:
23
rev: v3.20.0
24
25
- id: pyupgrade
26
- args: [--py39-plus]
+ args: [--py310-plus]
27
- repo: https://github.com/hhatto/autopep8
28
rev: v2.3.2
29
0 commit comments