Skip to content

Commit b370349

Browse files
chore(internal): fix ruff target version
1 parent 7730dd6 commit b370349

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
@@ -142,7 +142,7 @@ reportPrivateUsage = false
142142
[tool.ruff]
143143
line-length = 120
144144
output-format = "grouped"
145-
target-version = "py37"
145+
target-version = "py38"
146146

147147
[tool.ruff.format]
148148
docstring-code-format = true

0 commit comments

Comments
 (0)