1
mirror of https://github.com/home-assistant/core synced 2024-09-21 22:18:00 +02:00
ha-core/script/ruff.toml

7 lines
132 B
TOML
Raw Normal View History

2023-06-08 23:43:56 +02:00
# This extend our general Ruff rules specifically for tests
extend = "../pyproject.toml"
[isort]
forced-separate = [
"tests",
]