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 5d6cc0e + f526d36 commit da3b32aCopy full SHA for da3b32a
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
rev: v3.13.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.1.0
19
@@ -22,7 +22,7 @@ repos:
22
rev: v3.17.0
23
24
- id: pyupgrade
25
- args: [--py39-plus]
+ args: [--py310-plus]
26
- repo: https://github.com/hhatto/autopep8
27
rev: v2.3.1
28
0 commit comments