Tone-down mypy even more

pull/444/head
Kieran Prasch 2018-09-21 11:43:07 -07:00
parent 37c3ffd384
commit 4e1fe0e659
1 changed files with 5 additions and 1 deletions

View File

@ -5,4 +5,8 @@ verbosity=0
disallow_untyped_defs=False
check_untyped_defs=False
disallow_untyped_calls=False
ignore_missing_imports=True
ignore_missing_imports=True
warn_return_any = False
no_implicit_optional = False
strict_optional = False
warn_no_return = False