mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Please mypy. (#53142)
This commit is contained in:
parent
f24576b08d
commit
235f4476e8
@ -32,7 +32,7 @@ DEFAULT_ARM_OPTIONS = {
|
||||
CONF_AUTO_BYPASS: DEFAULT_AUTO_BYPASS,
|
||||
CONF_CODE_ARM_REQUIRED: DEFAULT_CODE_ARM_REQUIRED,
|
||||
}
|
||||
DEFAULT_ZONE_OPTIONS = {}
|
||||
DEFAULT_ZONE_OPTIONS: dict = {}
|
||||
|
||||
DOMAIN = "alarmdecoder"
|
||||
|
||||
|
3
mypy.ini
3
mypy.ini
@ -1062,9 +1062,6 @@ ignore_errors = true
|
||||
[mypy-homeassistant.components.aemet.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.alarmdecoder.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.alexa.*]
|
||||
ignore_errors = true
|
||||
|
||||
|
@ -16,7 +16,6 @@ from .model import Config, Integration
|
||||
IGNORED_MODULES: Final[list[str]] = [
|
||||
"homeassistant.components.adguard.*",
|
||||
"homeassistant.components.aemet.*",
|
||||
"homeassistant.components.alarmdecoder.*",
|
||||
"homeassistant.components.alexa.*",
|
||||
"homeassistant.components.almond.*",
|
||||
"homeassistant.components.amcrest.*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user