Skip to content

Commit b9cd733

Browse files
committed
Update target-version to py37
1 parent 8f3c898 commit b9cd733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ extend-select = [
7272
extend-ignore = [
7373
"E501", # Line too long
7474
]
75-
target-version = "py36"
75+
target-version = "py37"
7676

7777
[tool.black]
7878
line-length = 120
79-
target-version = ["py36"]
79+
target-version = ["py37"]
8080

8181
[tool.isort]
8282
profile = "black"

0 commit comments

Comments
 (0)