Update astroid to 2.15.8 (#101007)

This commit is contained in:
Marc Mueller 2023-09-27 20:14:56 +02:00 committed by GitHub
parent 97f24b855f
commit 9fe2c08913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -421,7 +421,6 @@ class AirVisualEntity(CoordinatorEntity):
self._entry = entry self._entry = entry
self.entity_description = description self.entity_description = description
# pylint: disable-next=hass-missing-super-call
async def async_added_to_hass(self) -> None: async def async_added_to_hass(self) -> None:
"""Register callbacks.""" """Register callbacks."""
await super().async_added_to_hass() await super().async_added_to_hass()

View File

@ -73,7 +73,6 @@ class SmartMeterTexasSensor(CoordinatorEntity, RestoreEntity, SensorEntity):
self._attr_native_value = self.meter.reading self._attr_native_value = self.meter.reading
self.async_write_ha_state() self.async_write_ha_state()
# pylint: disable-next=hass-missing-super-call
async def async_added_to_hass(self): async def async_added_to_hass(self):
"""Subscribe to updates.""" """Subscribe to updates."""
await super().async_added_to_hass() await super().async_added_to_hass()

View File

@ -7,7 +7,7 @@
-c homeassistant/package_constraints.txt -c homeassistant/package_constraints.txt
-r requirements_test_pre_commit.txt -r requirements_test_pre_commit.txt
astroid==2.15.7 astroid==2.15.8
coverage==7.3.1 coverage==7.3.1
freezegun==1.2.2 freezegun==1.2.2
mock-open==1.4.0 mock-open==1.4.0