Skip to content

Commit da3b32a

Browse files
authored
Merge pull request #21 from pre-commit-ci/all-repos_autofix_all-repos-manual
py310+
2 parents 5d6cc0e + f526d36 commit da3b32a

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.13.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
- repo: https://github.com/asottile/add-trailing-comma
1818
rev: v3.1.0
1919
hooks:
@@ -22,7 +22,7 @@ repos:
2222
rev: v3.17.0
2323
hooks:
2424
- id: pyupgrade
25-
args: [--py39-plus]
25+
args: [--py310-plus]
2626
- repo: https://github.com/hhatto/autopep8
2727
rev: v2.3.1
2828
hooks:

0 commit comments

Comments
 (0)