mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 09:02:38 +01:00
7 lines
132 B
TOML
7 lines
132 B
TOML
# This extend our general Ruff rules specifically for tests
|
|
extend = "../pyproject.toml"
|
|
|
|
[isort]
|
|
forced-separate = [
|
|
"tests",
|
|
] |