From 48766754b8e8a16bfb075229eaaf88643c958c4e Mon Sep 17 00:00:00 2001 From: David Lord Date: Sun, 5 Jun 2022 15:49:41 -0700 Subject: [PATCH] add typing tests to mypy config --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 597eece1..e858d13a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -87,7 +87,7 @@ per-file-ignores = src/flask/__init__.py: F401 [mypy] -files = src/flask +files = src/flask, tests/typing python_version = 3.7 show_error_codes = True allow_redefinition = True