From f53424b1e183dc3e938fd91407980115b751753f Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Mon, 23 Dec 2024 12:00:13 +0000 Subject: [PATCH] Use new follow_untyped_imports mypy setting --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 687e6593..aa3600e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -328,6 +328,7 @@ exclude_also = [ strict = true files = [ "." ] exclude = [ "build" ] +follow_untyped_imports = true [tool.pyright]