From 85f7d61bd63f80b785df1518f52de4ed8404ab63 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sat, 19 Oct 2024 06:09:58 -0400 Subject: [PATCH] chore: mypy ignore import untyped --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2f50cda..0ae71ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ warn_unused_ignores = true disallow_any_generics = true check_untyped_defs = true no_implicit_reexport = true +disable_error_code = "import-untyped" disallow_untyped_defs = true