From ce8128b8c4d7083dbb15bd74d8b7bef2614e01cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Tue, 10 Feb 2026 07:35:09 +0000 Subject: [PATCH] Follow untyped imports --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 000c4a77e..ca6859b3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,6 +43,7 @@ allow_any_generics = false ignore_missing_imports = true namespace_packages = true explicit_package_bases = true +follow_untyped_imports = true # Temporary, until we decide on a mypy # config for all files.