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