From c59b7047b4c1af709fbd8feaa3f7c8f5c3523212 Mon Sep 17 00:00:00 2001 From: niksirbi Date: Fri, 18 Oct 2024 16:36:32 +0100 Subject: [PATCH] force mypy to only run on the actual package --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c10c876..8e20a2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ ignore = [ [tool.mypy] ignore_missing_imports = true -exclude = 'examples' +explicit_package_bases = true [tool.ruff] line-length = 79