From 2d766d43fc1c26faf09f7df908446f9fe79f314f Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:19:19 +0200 Subject: [PATCH] Prevent async_timeout import (#101378) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3fb5e28dedf..3c027e5ff6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]