mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 18:12:37 +02:00
771ead9d7b
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
12 lines
265 B
TOML
12 lines
265 B
TOML
# This extend our general Ruff rules specifically for tests
|
|
extend = "../pyproject.toml"
|
|
|
|
[lint.isort]
|
|
forced-separate = [
|
|
"tests",
|
|
]
|
|
|
|
[lint.flake8-tidy-imports.banned-api]
|
|
"async_timeout".msg = "use asyncio.timeout instead"
|
|
"pytz".msg = "use zoneinfo instead"
|