Skip to content

Commit c68d77b

Browse files
committed
Target Python 3.9+ syntax
1 parent 04b80b3 commit c68d77b

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
@@ -13,7 +13,7 @@ repos:
1313
rev: v3.20.0
1414
hooks:
1515
- id: pyupgrade
16-
args: ["--py36-plus"]
16+
args: ["--py39-plus"]
1717

1818
- repo: local
1919
hooks:

0 commit comments

Comments
 (0)