From 5f9864c963a7a08838107a43a5ec4e9e5a1bda02 Mon Sep 17 00:00:00 2001 From: Lexi Stelter Date: Tue, 30 Apr 2024 15:39:02 +0200 Subject: [PATCH] #116: mypy: Enable checking tests/ by default --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0cf756..3951594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,7 @@ write_to = "src/validataclass/_version.py" version_scheme = "post-release" [tool.mypy] -# TODO: Don't add tests permanently yet, there's too much that can't be fixed right now. -# files = ["src/", "tests/"] -files = "src/" +files = ["src/", "tests/"] mypy_path = "src/" explicit_package_bases = true