Skip to content

Commit 2aaa318

Browse files
authored
Merge pull request #995 from pre-commit/all-repos_autofix_all-repos-manual
py39+
2 parents 28b91e4 + d5992ed commit 2aaa318

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: [--py38-plus, --add-import, 'from __future__ import annotations']
16+
args: [--py39-plus, --add-import, 'from __future__ import annotations']
1717
- id: reorder-python-imports
1818
- repo: https://github.com/asottile/add-trailing-comma
1919
rev: v3.1.0
@@ -23,7 +23,7 @@ repos:
2323
rev: v3.17.0
2424
hooks:
2525
- id: pyupgrade
26-
args: [--py38-plus]
26+
args: [--py39-plus]
2727
- repo: https://github.com/hhatto/autopep8
2828
rev: v2.3.1
2929
hooks:

0 commit comments

Comments
 (0)