Move disallow-any-generics
to mypy.ini (#63917)
This commit is contained in:
parent
f4aa18de31
commit
240c9979c7
24 changed files with 73 additions and 44 deletions
|
@ -14,8 +14,6 @@ from homeassistant.util import slugify
|
|||
from . import device_registry as dr, entity_registry as er
|
||||
from .typing import UNDEFINED, UndefinedType
|
||||
|
||||
# mypy: disallow-any-generics
|
||||
|
||||
DATA_REGISTRY = "area_registry"
|
||||
EVENT_AREA_REGISTRY_UPDATED = "area_registry_updated"
|
||||
STORAGE_KEY = "core.area_registry"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue