소스 검색

Fix style

Jelmer Vernooij 1 년 전
부모
커밋
8e9f8c1dfe
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      pyproject.toml

+ 4 - 2
pyproject.toml

@@ -69,7 +69,7 @@ license-files = ["COPYING"]
 [tool.setuptools.dynamic]
 version = {attr = "dulwich.__version__"}
 
-[tool.ruff]
+[tool.ruff.lint]
 select = [
     "ANN",
     "D",
@@ -105,7 +105,9 @@ ignore = [
     "E501",  # line too long
     "E741",  # ambiguous variable name
 ]
+
+[tool.ruff]
 target-version = "py37"
 
-[tool.ruff.pydocstyle]
+[tool.ruff.lint.pydocstyle]
 convention = "google"