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 e909df4 commit 392002fCopy full SHA for 392002f
pyproject.toml
@@ -4,6 +4,16 @@ line-length = 100
4
# Assume Python 3.10
5
target-version = "py310"
6
7
+[tool.ruff.lint]
8
+select = ["I"] # Enable import sorting rules
9
+
10
+[tool.ruff.isort]
11
+combine-as-imports = false
12
+force-sort-within-sections = true
13
+order-by-type = false
14
+lines-between-sections = 1
15
+force-single-line = false
16
17
[tool.pyright]
18
include = ["bin"]
19
exclude = ["bin/misc"]
0 commit comments