Skip to content

Commit fc5736e

Browse files
authored
Merge pull request #164 from deadsnakes/all-repos_autofix_all-repos-manual
py310+
2 parents ef54298 + f856b36 commit fc5736e

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
- repo: https://github.com/asottile/add-trailing-comma
1818
rev: v3.2.0
1919
hooks:
@@ -22,7 +22,7 @@ repos:
2222
rev: v3.20.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.2
2828
hooks:

0 commit comments

Comments
 (0)