소스 검색

Drop unnecessary tool.ruff.target-version

Jelmer Vernooij 11 달 전
부모
커밋
9f48635f61
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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"