Skip to content
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ exclude = [
"^test*",
"^setup.py*",
]

[tool.ruff.lint.isort]
case-sensitive = true
order-by-type = false
lines-after-imports = 2
Loading
Loading