[mypy] disallow_untyped_calls = True disallow_untyped_defs = True disallow_incomplete_defs = True check_untyped_defs = True warn_return_any = True strict = True # warn_unrearchable = True