mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
Update mypy-dev to 1.16.0a1 (#136544)
* Update mypy-dev to 1.16.0a1 * Fix * Use type ignore until fixed upstream
This commit is contained in:
parent
642a06b0f0
commit
107184b55f
@ -299,7 +299,7 @@ class FluxLedConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
# AKA `HF-LPB100-ZJ200`
|
# AKA `HF-LPB100-ZJ200`
|
||||||
return device
|
return device
|
||||||
bulb = async_wifi_bulb_for_host(host, discovery=device)
|
bulb = async_wifi_bulb_for_host(host, discovery=device)
|
||||||
bulb.discovery = discovery
|
bulb.discovery = discovery # type: ignore[assignment]
|
||||||
try:
|
try:
|
||||||
await bulb.async_setup(lambda: None)
|
await bulb.async_setup(lambda: None)
|
||||||
finally:
|
finally:
|
||||||
|
@ -12,7 +12,7 @@ coverage==7.6.8
|
|||||||
freezegun==1.5.1
|
freezegun==1.5.1
|
||||||
license-expression==30.4.0
|
license-expression==30.4.0
|
||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy-dev==1.15.0a2
|
mypy-dev==1.16.0a1
|
||||||
pre-commit==4.0.0
|
pre-commit==4.0.0
|
||||||
pydantic==2.10.6
|
pydantic==2.10.6
|
||||||
pylint==3.3.3
|
pylint==3.3.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user