From a2b818bbccf116179ce51341d81f7cca5105bd94 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 15 Apr 2025 21:56:45 +0000 Subject: [PATCH] updated ignored packages --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4a48bb..75db744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,7 @@ module = "utils.*" ignore_missing_imports = true [[tool.mypy.overrides]] -module = "datastore.*" +module = "shared.datastore.*" ignore_missing_imports = true [[tool.mypy.overrides]]