From 349695d2f89b5ec8c4ba209c316457ab986ff703 Mon Sep 17 00:00:00 2001 From: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Fri, 7 Jul 2023 20:55:01 +0200 Subject: [PATCH] Let mypy check Tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 360be8a27..b955f2184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ known-third-party = [ [tool.mypy] allow_redefinition = true -exclude = "properties|asv_bench|doc|tests|flycheck" +exclude = "properties|asv_bench|doc|flycheck" files = "flox/*.py" show_error_codes = true warn_unused_ignores = true