Skip to content

Commit 851522b

Browse files
chore(internal): fix ruff target version
1 parent aa0d06d commit 851522b

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
@@ -162,7 +162,7 @@ reportPrivateUsage = false
162162
[tool.ruff]
163163
line-length = 120
164164
output-format = "grouped"
165-
target-version = "py37"
165+
target-version = "py38"
166166

167167
[tool.ruff.format]
168168
docstring-code-format = true

0 commit comments

Comments
 (0)