From 75a611d9a0e256fa95e05fe0f0b2dc677e716f72 Mon Sep 17 00:00:00 2001 From: Tom Ricciuti Date: Tue, 20 Dec 2022 19:16:09 +0100 Subject: [PATCH] Fix: mypy finds multiple sourcefiles --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7c9a4c72..3f5437dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,3 +101,4 @@ line_length = 80 [tool.mypy] ignore_missing_imports = true +explicit_package_bases = true