mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Move disallow-any-generics to mypy.ini (#63917)
This commit is contained in:
@@ -13,8 +13,6 @@ from .helpers.typing import UNDEFINED, UndefinedType
|
||||
from .loader import Integration, IntegrationNotFound, async_get_integration
|
||||
from .util import package as pkg_util
|
||||
|
||||
# mypy: disallow-any-generics
|
||||
|
||||
PIP_TIMEOUT = 60 # The default is too low when the internet connection is satellite or high latency
|
||||
MAX_INSTALL_FAILURES = 3
|
||||
DATA_PIP_LOCK = "pip_lock"
|
||||
|
||||
Reference in New Issue
Block a user