From c275573147b426fbe1a37c6bce143f7895b603b2 Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 13 Dec 2023 16:27:37 -0800 Subject: [PATCH] run typing tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca0eda791a..9031e0596a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ source = ["src", "*/site-packages"] [tool.mypy] python_version = "3.8" -files = ["src/flask"] +files = ["src/flask", "tests/typing"] show_error_codes = true pretty = true #strict = true