From 3ee5939c168102b693c411aac7f2682a1073f4b6 Mon Sep 17 00:00:00 2001 From: Daniel Tom Date: Mon, 17 Jun 2024 13:54:38 +0200 Subject: [PATCH] Remove mypy ignore import errors --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bab8cb..33c9be1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,6 @@ line_length = 120 [tool.mypy] files = "src/" python_version = "3.9" -ignore_missing_imports = true [build-system] requires = ["poetry-core>=1.0.0"]