Skip to content

Commit c03eb70

Browse files
committed
1 parent 9460a11 commit c03eb70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
rev: v3.15.0
1414
hooks:
1515
- id: reorder-python-imports
16-
args: [--py39-plus, --add-import, 'from __future__ import annotations']
16+
args: [--py310-plus, --add-import, 'from __future__ import annotations']
1717
- id: reorder-python-imports
1818
- repo: https://github.com/asottile/add-trailing-comma
1919
rev: v3.2.0
@@ -23,7 +23,7 @@ repos:
2323
rev: v3.20.0
2424
hooks:
2525
- id: pyupgrade
26-
args: [--py39-plus]
26+
args: [--py310-plus]
2727
- repo: https://github.com/hhatto/autopep8
2828
rev: v2.3.2
2929
hooks:

0 commit comments

Comments
 (0)