From cdff86a13144b3cde04b8011fe1d415c9c891019 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 5 Apr 2024 14:41:28 +0300 Subject: [PATCH] pyproject: make plain `mypy` run work --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d3029954..71d429db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,6 +136,7 @@ lines-after-imports = 2 [tool.mypy] mypy_path = ["src"] +files = ["src", "testing"] # TODO: Enable this & fix errors. # check_untyped_defs = true disallow_any_generics = true