From ed730435a2a0a157dbdac4577a945f20d0e769d5 Mon Sep 17 00:00:00 2001 From: max Date: Mon, 14 Oct 2024 16:49:35 +0200 Subject: [PATCH] Revert "Revert "added mypy ignore imports"" This reverts commit 451356dfb72e30400fe6b8fd09abafc0725c68b8. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7a63996..b4ebd88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,3 +46,6 @@ notebook = "^7.1.3" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.mypy] +ignore_missing_imports = true