From 38cc034b2833265c42cbad3cb1bb7fa0456c4727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sun, 18 Feb 2024 14:00:02 +0200 Subject: [PATCH] Added the explicit_package_bases mypy option --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a7a0125..3c04fae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,6 +88,7 @@ testpaths = ["tests"] [tool.mypy] python_version = "3.8" strict = true +explicit_package_bases = true [tool.coverage.run] source = ["asphalt.serialization"]