Skip to content

Commit

Permalink
Remove unused comments from pyproject.toml file (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Nov 13, 2024
1 parent dc2b72b commit ddd2ca2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down

0 comments on commit ddd2ca2

Please sign in to comment.