Skip to content

Commit 650954c

Browse files
committed
Remove unneeded target-version pyproject setting
It seems this is already imputed from the `requires-python` setting.
1 parent 09557b7 commit 650954c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ ignore = [
9292
"D213", # multi-line docstring summary should start at the second line
9393
]
9494

95-
target-version = "py38"
96-
9795
[tool.ruff.isort]
9896
combine-as-imports = true
9997
force-sort-within-sections = true

0 commit comments

Comments
 (0)