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