Skip to content

Commit 65aeec8

Browse files
committed
Set min Python version to 3.10 in pyupgrade
1 parent 4170e1a commit 65aeec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
rev: v3.19.1
4040
hooks:
4141
- id: pyupgrade
42-
args: ["--py39-plus", "--keep-percent-format"]
42+
args: ["--py310-plus", "--keep-percent-format"]
4343

4444
- repo: https://github.com/tox-dev/pyproject-fmt
4545
rev: v2.6.0

0 commit comments

Comments
 (0)