From 4e1fe0e659c2a400e25cc6281598818ac183c0f8 Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Fri, 21 Sep 2018 11:43:07 -0700 Subject: [PATCH] Tone-down mypy even more --- mypy.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index 8c5fcf0fd..4ce5c7114 100644 --- a/mypy.ini +++ b/mypy.ini @@ -5,4 +5,8 @@ verbosity=0 disallow_untyped_defs=False check_untyped_defs=False disallow_untyped_calls=False -ignore_missing_imports=True \ No newline at end of file +ignore_missing_imports=True +warn_return_any = False +no_implicit_optional = False +strict_optional = False +warn_no_return = False \ No newline at end of file