From 12975dec4d0e9d730209a0c0ea0e4a41f5986f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 18 Mar 2020 19:53:53 +0100 Subject: [PATCH] :wrench: Update Mypy config --- mypy.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mypy.ini b/mypy.ini index 9b9c8684b5..1de5f75762 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,6 +1,5 @@ [mypy] ignore_missing_imports = True -disallow_untyped_defs = True -[mypy-tests.*] -disallow_untyped_defs = False +[mypy-typer.*] +disallow_untyped_defs = True