From 4d9f1c74a73aa28b3d47da091372224357d18cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 30 Dec 2024 23:36:25 +0200 Subject: [PATCH] Added mypy_path --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c5a4d6c..7abac1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,6 +89,7 @@ explicit_package_bases = true source = ["asphalt.sqlalchemy"] relative_files = true branch = true +mypy_path = ["src", "tests", "examples"] [tool.coverage.report] show_missing = true