Skip to content

Commit 340a009

Browse files
committed
Ruff config to fix import ordering discrepancy.
Make sure that ruff agrees with the previously used import ordering style from isort.
1 parent f5d446b commit 340a009

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@ exclude = [
5656
"^test*",
5757
"^setup.py*",
5858
]
59+
60+
[tool.ruff.lint.isort]
61+
case-sensitive = true
62+
order-by-type = false
63+
lines-after-imports = 2

0 commit comments

Comments
 (0)