Skip to content

Commit 771713e

Browse files
committed
We rely on ruff isort these days.
1 parent 45cc7de commit 771713e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ ignore = [
6262
"D001", # one sentence per line, so max length doesn't make sense
6363
]
6464

65-
[tool.isort]
66-
combine_as_imports = true
67-
ensure_newline_before_comments = true
68-
from_first = true
69-
include_trailing_comma = true
70-
multi_line_output = 3
71-
use_parentheses = true
72-
7365
[tool.pyright]
7466
reportUnnecessaryTypeIgnoreComment = true
7567
strict = ["**/*"]

0 commit comments

Comments
 (0)