Add isort force-sort-within-sections

This commit is contained in:
2023-01-09 21:28:20 +01:00
parent bb21b23867
commit 1f879e7bcc
3 changed files with 4 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ extend-immutable-calls = ["fastapi.File", "fastapi.Form"]
max-complexity = 15
[tool.ruff.isort]
force-sort-within-sections = true
# only_sections = true
# force_sort_within_sections = true
# lines_after_imports = 2