Skip to content

Commit f8c19c9

Browse files
committed
pyproject(tool.ruff[target-version]) py38 -> py39
See also: https://docs.astral.sh/ruff/settings/#target-version
1 parent 5e44a85 commit f8c19c9

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
@@ -132,7 +132,7 @@ files = [
132132
]
133133

134134
[tool.ruff]
135-
target-version = "py38"
135+
target-version = "py39"
136136

137137
[tool.ruff.lint]
138138
select = [

0 commit comments

Comments
 (0)