Skip to content

Commit 322420c

Browse files
committed
🔧 Add isort configuration to enforce separate sorting for tests
1 parent 4db05d6 commit 322420c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ ignore = [
6767
[tool.ruff.lint.pyupgrade]
6868
# Preserve types, even if a file imports `from __future__ import annotations`.
6969
keep-runtime-typing = true
70+
71+
[tool.ruff.lint.isort]
72+
forced-separate = ["tests"]

0 commit comments

Comments
 (0)