Browse Source

Drop unnecessary tool.ruff.target-version

Jelmer Vernooij 9 months ago
parent
commit
9f48635f61
1 changed files with 0 additions and 3 deletions
  1. 0 3
      pyproject.toml

+ 0 - 3
pyproject.toml

@@ -106,9 +106,6 @@ ignore = [
     "E741",  # ambiguous variable name
 ]
 
-[tool.ruff]
-target-version = "py37"
-
 [tool.ruff.lint.pydocstyle]
 convention = "google"