mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update pylint to 2.13.9 (#71941)
* Update pylint to 2.13.9 * Small change
This commit is contained in:
parent
a902899058
commit
2d7723169a
@ -39,7 +39,7 @@ async def get_imei_from_config(hass: core.HomeAssistant, data):
|
|||||||
raise CannotConnect
|
raise CannotConnect
|
||||||
try:
|
try:
|
||||||
imei = await gateway.get_imei_async()
|
imei = await gateway.get_imei_async()
|
||||||
except gammu.GSMError as err: # pylint: disable=no-member
|
except gammu.GSMError as err:
|
||||||
raise CannotConnect from err
|
raise CannotConnect from err
|
||||||
finally:
|
finally:
|
||||||
await gateway.terminate_async()
|
await gateway.terminate_async()
|
||||||
|
@ -13,7 +13,7 @@ freezegun==1.2.1
|
|||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy==0.950
|
mypy==0.950
|
||||||
pre-commit==2.19.0
|
pre-commit==2.19.0
|
||||||
pylint==2.13.8
|
pylint==2.13.9
|
||||||
pipdeptree==2.2.1
|
pipdeptree==2.2.1
|
||||||
pylint-strict-informational==0.1
|
pylint-strict-informational==0.1
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==0.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user