Skip to content

Commit aa6b252

Browse files
chore(internal): fix ruff target version
1 parent 0772e6e commit aa6b252

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
@@ -177,7 +177,7 @@ reportPrivateUsage = false
177177
[tool.ruff]
178178
line-length = 120
179179
output-format = "grouped"
180-
target-version = "py37"
180+
target-version = "py38"
181181

182182
[tool.ruff.format]
183183
docstring-code-format = true

0 commit comments

Comments
 (0)