Home Assistant MCP

[mypy] python_version = 3.10 warn_return_any = True warn_unused_configs = True disallow_untyped_defs = True disallow_incomplete_defs = True check_untyped_defs = True disallow_untyped_decorators = False no_implicit_optional = True warn_redundant_casts = True warn_unused_ignores = True warn_no_return = True warn_unreachable = True [mypy.plugins.pydantic.*] init_forbid_extra = True init_typed = True warn_required_dynamic_aliases = True warn_untyped_fields = True [mypy-atlassian.*] ignore_missing_imports = True [mypy-markdownify.*] ignore_missing_imports = True