Skip to content

Commit e6a3df4

Browse files
chore(internal): fix ruff target version
1 parent 2f338f0 commit e6a3df4

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

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

0 commit comments

Comments
 (0)