We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db05d6 commit 322420cCopy full SHA for 322420c
backend/pyproject.toml
@@ -67,3 +67,6 @@ ignore = [
67
[tool.ruff.lint.pyupgrade]
68
# Preserve types, even if a file imports `from __future__ import annotations`.
69
keep-runtime-typing = true
70
+
71
+[tool.ruff.lint.isort]
72
+forced-separate = ["tests"]
0 commit comments