Parcourir la source

Drop unnecessary tool.ruff.target-version

Jelmer Vernooij il y a 10 mois
Parent
commit
9f48635f61
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  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"