Skip to content

Commit

Permalink
Remove unused comments from pyproject.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Nov 13, 2024
1 parent 0386d29 commit 9ad7d95
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 @@ -77,9 +77,7 @@ ignore = [
]

[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 @@ -90,7 +88,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 9ad7d95

Please sign in to comment.