We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d446b commit 340a009Copy full SHA for 340a009
1 file changed
pyproject.toml
@@ -56,3 +56,8 @@ exclude = [
56
"^test*",
57
"^setup.py*",
58
]
59
+
60
+[tool.ruff.lint.isort]
61
+case-sensitive = true
62
+order-by-type = false
63
+lines-after-imports = 2
0 commit comments