Skip to content

Commit 8eb5bf4

Browse files
chore: update isort lint config
1 parent 9b249aa commit 8eb5bf4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,14 @@ exclude = ['docs/*', 'samples/*']
8383
[tool.pytest.ini_options]
8484
asyncio_mode = "auto"
8585

86-
[tool.ruff]
87-
line-length = 88
86+
[tool.ruff.lint]
87+
extend-select = ["I"]
88+
89+
[tool.ruff.lint.isort]
90+
force-single-line = true
91+
force-sort-within-sections = true
92+
order-by-type = false
93+
single-line-exclusions = ["typing"]
8894

8995
[tool.ruff.format]
9096
quote-style = "double"

0 commit comments

Comments
 (0)