5184 lines
139 KiB
INI
5184 lines
139 KiB
INI
# Automatically generated by hassfest.
|
|
#
|
|
# To update, run python3 -m script.hassfest -p mypy_config
|
|
|
|
[mypy]
|
|
python_version = 3.13
|
|
platform = linux
|
|
plugins = pydantic.mypy, pydantic.v1.mypy
|
|
show_error_codes = true
|
|
follow_imports = normal
|
|
local_partial_types = true
|
|
strict_equality = true
|
|
strict_bytes = true
|
|
no_implicit_optional = true
|
|
warn_incomplete_stub = true
|
|
warn_redundant_casts = true
|
|
warn_unused_configs = true
|
|
warn_unused_ignores = true
|
|
enable_error_code = deprecated, ignore-without-code, redundant-self, truthy-iterable
|
|
disable_error_code = annotation-unchecked, import-not-found, import-untyped
|
|
extra_checks = false
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[pydantic-mypy]
|
|
init_forbid_extra = true
|
|
init_typed = true
|
|
warn_required_dynamic_aliases = true
|
|
warn_untyped_fields = true
|
|
|
|
[mypy-homeassistant.*]
|
|
no_implicit_reexport = true
|
|
|
|
[mypy-homeassistant.auth.auth_store]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.auth.providers.*]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.core]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.exceptions]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.area_registry]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.condition]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.debounce]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.deprecation]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.device_registry]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.discovery]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.dispatcher]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.entity]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.entity_platform]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.entity_values]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.event]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.reload]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.script]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.script_variables]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.singleton]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.sun]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.helpers.translation]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.loader]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.requirements]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.runner]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.setup]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.util.async_]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.util.color]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.util.decorator]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.util.location]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.util.logging]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.util.process]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.util.unit_system]
|
|
disallow_any_generics = true
|
|
|
|
[mypy-homeassistant.components.*]
|
|
check_untyped_defs = false
|
|
disallow_incomplete_defs = false
|
|
disallow_subclassing_any = false
|
|
disallow_untyped_calls = false
|
|
disallow_untyped_decorators = false
|
|
disallow_untyped_defs = false
|
|
warn_return_any = false
|
|
warn_unreachable = false
|
|
no_implicit_reexport = false
|
|
|
|
[mypy-homeassistant.components]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
no_implicit_reexport = true
|
|
|
|
[mypy-homeassistant.components.abode.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.acaia.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.accuweather.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.acer_projector.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.acmeda.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.actiontec.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.adax.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.adguard.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.aftership.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.air_quality.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.airgradient.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.airly.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.airnow.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.airq.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.airthings.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.airthings_ble.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.airtouch5.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.airvisual.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.airvisual_pro.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.airzone.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.airzone_cloud.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.aladdin_connect.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.alarm_control_panel.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.alert.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.alexa.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.alpha_vantage.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.amazon_polly.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.amberelectric.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ambient_network.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ambient_station.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.amcrest.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ampio.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.analytics.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.analytics_insights.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.android_ip_webcam.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.androidtv.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.androidtv_remote.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.anel_pwrctrl.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.anova.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.anthemav.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.apache_kafka.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.apcupsd.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.api.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.apple_tv.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.apprise.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.aprs.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.apsystems.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.aqualogic.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.aquostv.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.aranet.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.arcam_fmj.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.arris_tg2492lg.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.aruba.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.arwn.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.aseko_pool_live.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.assist_pipeline.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.assist_satellite.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.asuswrt.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.autarco.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.auth.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.automation.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.awair.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.axis.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.backup.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.baf.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.bang_olufsen.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.bayesian.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.binary_sensor.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.bitcoin.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.blockchain.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.blue_current.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.blueprint.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.bluesound.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.bluetooth.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.bluetooth_adapters.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.bluetooth_tracker.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.bmw_connected_drive.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.bond.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.braviatv.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.brother.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.browser.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.bryant_evolution.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.bthome.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.button.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.calendar.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.cambridge_audio.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.camera.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.canary.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.cert_expiry.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.clickatell.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.clicksend.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.climate.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.cloud.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.co2signal.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.command_line.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.config.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.configurator.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.cookidoo.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.counter.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.cover.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.cpuspeed.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.crownstone.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.date.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.datetime.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.deako.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.deconz.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.default_config.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.demo.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.derivative.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.device_automation.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.device_tracker.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.devolo_home_control.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.devolo_home_network.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.dhcp.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.diagnostics.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
no_implicit_reexport = true
|
|
|
|
[mypy-homeassistant.components.discovergy.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.dlna_dmr.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.dlna_dms.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.dnsip.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.doorbird.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.dormakaba_dkey.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.downloader.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.dsmr.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.duckdns.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.dunehd.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.duotecno.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.easyenergy.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ecovacs.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ecowitt.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.efergy.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.eheimdigital.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.electrasmart.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.electric_kiwi.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.elevenlabs.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.elgato.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.elkm1.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.emulated_hue.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.energenie_power_sockets.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.energy.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.energyzero.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.enigma2.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.enphase_envoy.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.eq3btsmart.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.esphome.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.event.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.evil_genius_labs.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.evohome.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.faa_delays.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.fan.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.fastdotcom.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.feedreader.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.file_upload.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.filesize.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.filter.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.fitbit.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.flexit_bacnet.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.flux_led.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.forecast_solar.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.fritz.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.fritzbox.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.fritzbox_callmonitor.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.fronius.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.frontend.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.fujitsu_fglair.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.fully_kiosk.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.fyta.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.generic_hygrostat.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.generic_thermostat.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.geo_location.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.geocaching.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.gios.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.glances.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.go2rtc.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.goalzero.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.google.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.google_assistant_sdk.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.google_cloud.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.google_photos.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.google_sheets.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.govee_ble.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.gpsd.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.greeneye_monitor.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.group.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.guardian.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.habitica.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.hardkernel.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.hardware.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.here_travel_time.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.history.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.history_stats.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.holiday.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homeassistant.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homeassistant_alerts.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homeassistant_green.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homeassistant_hardware.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homeassistant_sky_connect.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homeassistant_yellow.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homekit.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homekit_controller]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homekit_controller.alarm_control_panel]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homekit_controller.button]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homekit_controller.config_flow]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homekit_controller.const]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homekit_controller.lock]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homekit_controller.select]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homekit_controller.storage]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homekit_controller.utils]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homewizard.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.homeworks.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.http.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.huawei_lte.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.humidifier.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.husqvarna_automower.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.hydrawise.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.hyperion.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ibeacon.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.idasen_desk.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.image.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.image_processing.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.image_upload.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.imap.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.imgw_pib.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.input_button.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.input_select.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.input_text.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.integration.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.intent.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.intent_script.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ios.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.iotty.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ipp.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.iqvia.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.iron_os.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.islamic_prayer_times.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.isy994.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.jellyfin.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.jewish_calendar.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.jvc_projector.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.kaleidescape.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.knocki.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.knx.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.kraken.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.lacrosse.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.lacrosse_view.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.lamarzocco.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.lametric.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.laundrify.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.lawn_mower.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.lcn.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ld2410_ble.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.led_ble.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.lektrico.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.letpot.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.lidarr.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.lifx.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.light.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.linear_garage_door.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.linkplay.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.litejet.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.litterrobot.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.local_ip.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.local_todo.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.lock.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.logbook.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.logger.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.london_underground.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.lookin.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.luftdaten.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.madvr.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.manual.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.mastodon.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.matrix.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.matter.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.mcp_server.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.mealie.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.media_extractor.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.media_player.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.media_source.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.met_eireann.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.metoffice.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.mikrotik.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.min_max.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.minecraft_server.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.mjpeg.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.modbus.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.modem_callerid.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.mold_indicator.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.monzo.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.moon.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.mopeka.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.motionmount.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.mqtt.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.music_assistant.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.my.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.mysensors.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.myuplink.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.nam.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.nanoleaf.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.nasweb.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.neato.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.nest.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.netatmo.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.network.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.nextdns.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.nfandroidtv.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.nightscout.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.nissan_leaf.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.no_ip.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.nordpool.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.notify.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.notion.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.number.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.nut.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.onboarding.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.oncue.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.onewire.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.onkyo.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.open_meteo.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.openai_conversation.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.openexchangerates.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.opensky.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.openuv.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.oralb.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.otbr.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.overkiz.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.overseerr.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.p1_monitor.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.pandora.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.panel_custom.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.peblar.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.peco.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.persistent_notification.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.person.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.pi_hole.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ping.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.plugwise.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.powerfox.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.powerwall.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.private_ble_device.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.prometheus.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.proximity.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.prusalink.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.pure_energie.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.purpleair.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.pushbullet.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.pvoutput.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.python_script.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.qbus.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.qnap_qsw.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.rabbitair.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.radarr.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.radio_browser.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.rainforest_raven.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.rainmachine.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.raspberry_pi.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.rdw.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.recollect_waste.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.recorder.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.remote.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.renault.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.reolink.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.repairs.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.rest.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.rest_command.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.rfxtrx.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.rhasspy.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ridwell.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ring.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.rituals_perfume_genie.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.roborock.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.roku.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.romy.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.rpi_power.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.rss_feed_template.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.rtsp_to_webrtc.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.russound_rio.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ruuvi_gateway.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ruuvitag_ble.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.samsungtv.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.scene.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.schedule.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.schlage.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.scrape.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.script.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.search.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.select.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.sensibo.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.sensirion_ble.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.sensor.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.sensoterra.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.senz.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.sfr_box.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.shell_command.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.shelly.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.shopping_list.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.simplepush.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.simplisafe.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.siren.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.skybell.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.slack.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.sleepiq.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.smhi.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.smlight.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.snooz.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.solarlog.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.sonarr.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.speedtestdotnet.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.spotify.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
no_implicit_reexport = true
|
|
|
|
[mypy-homeassistant.components.sql.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.squeezebox.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.ssdp.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.starlink.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.statistics.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.steamist.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.stookwijzer.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.stream.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
no_implicit_reexport = true
|
|
|
|
[mypy-homeassistant.components.streamlabswater.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.stt.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.suez_water.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.sun.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.surepetcare.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.switch.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.switch_as_x.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.switchbee.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.switchbot_cloud.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.switcher_kis.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.synology_dsm.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.system_health.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.system_log.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.systemmonitor.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tag.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tailscale.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tailwind.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tami4.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tautulli.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tcp.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.technove.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tedee.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.text.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.thethingsnetwork.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.threshold.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tibber.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tile.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tilt_ble.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.time.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.time_date.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.timer.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tod.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.todo.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tolo.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tplink.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tplink_omada.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.trace.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tractive.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tradfri.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.trafikverket_camera.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.trafikverket_ferry.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.trafikverket_train.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.trafikverket_weatherstation.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.transmission.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.trend.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.tts.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.twentemilieu.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.unifi.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.unifiprotect.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.upcloud.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.update.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
no_implicit_reexport = true
|
|
|
|
[mypy-homeassistant.components.uptime.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.uptimerobot.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.usb.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.uvc.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.vacuum.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.vallox.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.valve.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.velbus.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.vlc_telnet.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.wake_on_lan.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.wake_word.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.wallbox.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.waqi.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.water_heater.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.watttime.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.weather.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.webhook.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.webostv.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.websocket_api.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.wemo.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.whois.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.withings.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.wiz.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.wled.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.workday.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.worldclock.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.xiaomi_ble.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.yale_smart_alarm.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.yalexs_ble.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.youtube.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.zeroconf.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.zodiac.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.zone.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.zwave_js.*]
|
|
check_untyped_defs = true
|
|
disallow_incomplete_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_untyped_calls = true
|
|
disallow_untyped_decorators = true
|
|
disallow_untyped_defs = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
|
|
[mypy-homeassistant.components.application_credentials.*]
|
|
no_implicit_reexport = true
|
|
|
|
[mypy-tests.*]
|
|
check_untyped_defs = false
|
|
disallow_incomplete_defs = false
|
|
disallow_subclassing_any = false
|
|
disallow_untyped_calls = false
|
|
disallow_untyped_decorators = false
|
|
disallow_untyped_defs = false
|
|
warn_return_any = false
|
|
warn_unreachable = false
|