mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Update mypy-dev to 1.12.0a1 (#121428)
This commit is contained in:
parent
dc5ae9e0b2
commit
37ffe09add
@ -248,6 +248,7 @@ async def async_start( # noqa: C901
|
|||||||
|
|
||||||
if not payload:
|
if not payload:
|
||||||
return
|
return
|
||||||
|
assert isinstance(command_topic, str)
|
||||||
|
|
||||||
# Warn and add issues if there are duplicated topics
|
# Warn and add issues if there are duplicated topics
|
||||||
if warn_if_topic_duplicated(hass, command_topic, mac, tasmota_device_config):
|
if warn_if_topic_duplicated(hass, command_topic, mac, tasmota_device_config):
|
||||||
|
@ -11,7 +11,7 @@ astroid==3.2.2
|
|||||||
coverage==7.5.3
|
coverage==7.5.3
|
||||||
freezegun==1.5.0
|
freezegun==1.5.0
|
||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy-dev==1.11.0a9
|
mypy-dev==1.12.0a1
|
||||||
pre-commit==3.7.1
|
pre-commit==3.7.1
|
||||||
pydantic==1.10.17
|
pydantic==1.10.17
|
||||||
pylint==3.2.4
|
pylint==3.2.4
|
||||||
|
@ -36,7 +36,7 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
|
|||||||
"plugins": "pydantic.mypy",
|
"plugins": "pydantic.mypy",
|
||||||
"show_error_codes": "true",
|
"show_error_codes": "true",
|
||||||
"follow_imports": "normal",
|
"follow_imports": "normal",
|
||||||
"enable_incomplete_feature": ",".join( # noqa: FLY002
|
"enable_incomplete_feature": ", ".join( # noqa: FLY002
|
||||||
[
|
[
|
||||||
"NewGenericSyntax",
|
"NewGenericSyntax",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user