mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Update mypy-dev to 1.12.0a1 (#121428)
This commit is contained in:
@@ -248,6 +248,7 @@ async def async_start( # noqa: C901
|
||||
|
||||
if not payload:
|
||||
return
|
||||
assert isinstance(command_topic, str)
|
||||
|
||||
# Warn and add issues if there are duplicated topics
|
||||
if warn_if_topic_duplicated(hass, command_topic, mac, tasmota_device_config):
|
||||
|
@@ -11,7 +11,7 @@ astroid==3.2.2
|
||||
coverage==7.5.3
|
||||
freezegun==1.5.0
|
||||
mock-open==1.4.0
|
||||
mypy-dev==1.11.0a9
|
||||
mypy-dev==1.12.0a1
|
||||
pre-commit==3.7.1
|
||||
pydantic==1.10.17
|
||||
pylint==3.2.4
|
||||
|
Reference in New Issue
Block a user