diff options
author | 2023-09-05 11:31:22 +0100 | |
---|---|---|
committer | 2023-09-05 11:31:22 +0100 | |
commit | 1d353f8ce36d331fc760a02dc845d67c98d80033 (patch) | |
tree | 09d4f84a547d0dfea0b83e2d17df6d72177621ed /pyproject.toml | |
parent | Bump package to version 2.3.1 (diff) |
Add isort config
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"] |