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:
Marc Mueller 2025-01-27 00:41:05 +01:00 committed by GitHub
parent 642a06b0f0
commit 107184b55f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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