Files
home-assistant-core/script/ruff.toml
T

7 lines
132 B
TOML

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