1 2 3 4 5 6 7
[mypy] strict_optional = True no_implicit_optional = True ignore_missing_imports = True warn_incomplete_stub = True check_untyped_defs = True show_error_context = True