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.
1 parent ef54298 commit f856b36Copy full SHA for f856b36
.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
- repo: https://github.com/asottile/add-trailing-comma
18
rev: v3.2.0
19
@@ -22,7 +22,7 @@ repos:
22
rev: v3.20.0
23
24
- id: pyupgrade
25
- args: [--py39-plus]
+ args: [--py310-plus]
26
- repo: https://github.com/hhatto/autopep8
27
rev: v2.3.2
28
0 commit comments