Skip to content

Commit 6f3a775

Browse files
author
Giuseppe De Marco
authored
Merge pull request #330 from g-as/feature/pyupgrade_python_target_version
bumped pyupgrade python target version to 3.7
2 parents 7346f52 + 5b53b0b commit 6f3a775

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)