1[mypy] 2strict = true 3allow_untyped_calls = true 4allow_untyped_defs = true 5allow_incomplete_defs = true 6disable_error_code = import-untyped 7warn_return_any = false