Skip to content

Commit 6a38d13

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ module = [
171171
ignore_missing_imports = true
172172

173173
[tool.ruff]
174-
target-version = "py38"
174+
target-version = "py39"
175175

176176
[tool.ruff.lint]
177177
select = [

0 commit comments

Comments
 (0)