Skip to content

Commit be3b860

Browse files
chore(internal): fix ruff target version
1 parent 348bf62 commit be3b860

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
@@ -167,7 +167,7 @@ reportPrivateUsage = false
167167
[tool.ruff]
168168
line-length = 120
169169
output-format = "grouped"
170-
target-version = "py37"
170+
target-version = "py38"
171171

172172
[tool.ruff.format]
173173
docstring-code-format = true

0 commit comments

Comments
 (0)