Update mypy to 1.3.0 (#92911)

This commit is contained in:
Marc Mueller 2023-05-11 08:38:08 +02:00 committed by GitHub
parent 3c8659d5d7
commit 2b59adc955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -86,6 +86,7 @@ class WemoHumidifier(WemoBinaryStateEntity, FanEntity):
_attr_supported_features = FanEntityFeature.SET_SPEED
wemo: Humidifier
_last_fan_on_mode: FanMode
def __init__(self, coordinator: DeviceCoordinator) -> None:
"""Initialize the WeMo switch."""

View File

@ -11,7 +11,7 @@ astroid==2.15.4
coverage==7.2.4
freezegun==1.2.2
mock-open==1.4.0
mypy==1.2.0
mypy==1.3.0
pre-commit==3.1.0
pydantic==1.10.7
pylint==2.17.4