Skip to content

Commit 4b53f12

Browse files
chore(internal): fix ruff target version
1 parent 8982b8b commit 4b53f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ reportPrivateUsage = false
195195
[tool.ruff]
196196
line-length = 120
197197
output-format = "grouped"
198-
target-version = "py37"
198+
target-version = "py38"
199199

200200
[tool.ruff.format]
201201
docstring-code-format = true

0 commit comments

Comments
 (0)