diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 0553e8a4c0..5f6deda7ae 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -127,3 +127,10 @@ build-backend = "poetry.core.masonry.api" [tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto" + + +[tool.ruff.lint] +select = ["I"] + +[tool.ruff.lint.isort] +combine-as-imports = true