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]