# This extend our general Ruff rules specifically for tests
extend = "../pyproject.toml"
[lint.isort]
forced-separate = [
"tests",
]