From ddd2ca2ec31f227a394e1bc30b302cefa49420c2 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Wed, 13 Nov 2024 13:32:54 +0900 Subject: [PATCH] Remove unused comments from `pyproject.toml` file (#426) --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5fe7d95..d275ea9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,9 +67,7 @@ select = ["ALL"] ignore = ["COM812", "D203", "D212", "ISC001"] [tool.ruff.lint.isort] -# Sort by name, don't cluster "from" vs "import" force-sort-within-sections = true -# Combines "as" imports on the same line combine-as-imports = true required-imports = ["from __future__ import annotations"] force-single-line = true @@ -80,7 +78,6 @@ force-single-line = true "examples/**" = ["D205", "D400", "D415", "INP001", "T201"] [tool.ruff.lint.pyupgrade] -# Preserve types, even if a file imports `from __future__ import annotations`. keep-runtime-typing = true [tool.setuptools.dynamic]