Skip to content

Commit 5b53b0b

Browse files
committed
.pre-commit-config.yaml: bumped pyupgrade python target version to 3.7
1 parent 7346f52 commit 5b53b0b

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
@@ -16,7 +16,7 @@ repos:
1616
rev: v2.31.1
1717
hooks:
1818
- id: pyupgrade
19-
args: [--py36-plus]
19+
args: [--py37-plus]
2020

2121
- repo: https://github.com/myint/autoflake
2222
rev: 'v1.4'

0 commit comments

Comments
 (0)