diff --git a/backend/pyproject.toml b/backend/pyproject.toml index d0f1c8962d..8d86a62c88 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -67,3 +67,6 @@ ignore = [ [tool.ruff.lint.pyupgrade] # Preserve types, even if a file imports `from __future__ import annotations`. keep-runtime-typing = true + +[tool.ruff.lint.isort] +forced-separate = ["tests"]