From: Florimond Manca Date: Mon, 25 May 2020 06:39:51 +0000 (+0200) Subject: Add mypy config for tests directory (#991) X-Git-Tag: 0.13.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66a45379594e5cf836e4743931119e76dc8f22c7;p=thirdparty%2Fhttpx.git Add mypy config for tests directory (#991) --- diff --git a/setup.cfg b/setup.cfg index cdc17a44..98fae653 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,10 @@ max-line-length = 88 disallow_untyped_defs = True ignore_missing_imports = True +[mypy-tests.*] +disallow_untyped_defs = False +check_untyped_defs = True + [tool:isort] combine_as_imports = True force_grid_wrap = 0