mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +02:00
Prevent async_timeout import (#101378)
This commit is contained in:
@ -628,6 +628,7 @@ voluptuous = "vol"
|
|||||||
fixture-parentheses = false
|
fixture-parentheses = false
|
||||||
|
|
||||||
[tool.ruff.flake8-tidy-imports.banned-api]
|
[tool.ruff.flake8-tidy-imports.banned-api]
|
||||||
|
"async_timeout".msg = "use asyncio.timeout instead"
|
||||||
"pytz".msg = "use zoneinfo instead"
|
"pytz".msg = "use zoneinfo instead"
|
||||||
|
|
||||||
[tool.ruff.isort]
|
[tool.ruff.isort]
|
||||||
|
Reference in New Issue
Block a user