Skip to content

Commit 7ff653f

Browse files
authored
Remove explicit target-version field for ruff (#15400)
This is inferred from project.requires-python
1 parent 2ce7053 commit 7ff653f

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
@@ -12,8 +12,6 @@ skip-magic-trailing-comma = true
1212

1313
[tool.ruff]
1414
line-length = 130
15-
# Oldest supported Python version
16-
target-version = "py39"
1715
fix = true
1816
exclude = [
1917
# virtual environment

0 commit comments

Comments
 (0)