From 66c3f38dba1778f2426cd22638d030b682fb52f9 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 20 Oct 2024 20:32:14 +0000 Subject: [PATCH] added ignore for internal module --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b96fd85..9783a98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,3 +114,7 @@ ignore_missing_imports = true [[tool.mypy.overrides]] module = "models.*" ignore_missing_imports = true + +[[tool.mypy.overrides]] +module = "shared.mongodb.*" +ignore_missing_imports = true