From 5f4ef8a924dcadd94fa51da384fc89fdfb319e48 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 10 Sep 2026 13:52:08 -0400 Subject: [PATCH] Remove `ignore_missing_imports` Mypy setting --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d5c4bc..5f6f6fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,6 @@ default-groups = "all" #package = false [tool.mypy] -ignore_missing_imports = true strict = true enable_error_code = ["deprecated", "exhaustive-match", "explicit-override"] allow_redefinition = true