Skip to content

Commit 3cfa202

Browse files
chore(internal): fix ruff target version
1 parent 05ea226 commit 3cfa202

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
@@ -134,7 +134,7 @@ reportPrivateUsage = false
134134
[tool.ruff]
135135
line-length = 120
136136
output-format = "grouped"
137-
target-version = "py37"
137+
target-version = "py38"
138138

139139
[tool.ruff.format]
140140
docstring-code-format = true

0 commit comments

Comments
 (0)