1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-15 11:29:15 +00:00
2023-06-08 23:43:56 +02:00

7 lines
132 B
TOML

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