diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4ef81c8..14a3667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,11 @@ ignore = [ line-length = 120 select = ["ALL"] +[tool.ruff.isort] +order-by-type = false +case-sensitive = true +combine-as-imports = true + [tool.ruff.per-file-ignores] "metricity/models.py" = ["A003"] "alembic/*" = ["INP001"] |