Skip to content

Commit a44b7a9

Browse files
committed
Update pyupgrade option to --py39-plus
1 parent 4153196 commit a44b7a9

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
@@ -3,7 +3,7 @@ repos:
33
rev: v3.19.1
44
hooks:
55
- id: pyupgrade
6-
args: ["--py36-plus"]
6+
args: ["--py39-plus"]
77

88
- repo: https://github.com/PyCQA/flake8
99
rev: 7.1.1

0 commit comments

Comments
 (0)