Update pylint to 2.13.9 (#71941)

* Update pylint to 2.13.9

* Small change
This commit is contained in:
Marc Mueller 2022-05-16 15:01:31 +02:00 committed by GitHub
parent a902899058
commit 2d7723169a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ async def get_imei_from_config(hass: core.HomeAssistant, data):
raise CannotConnect
try:
imei = await gateway.get_imei_async()
except gammu.GSMError as err: # pylint: disable=no-member
except gammu.GSMError as err:
raise CannotConnect from err
finally:
await gateway.terminate_async()

View File

@ -13,7 +13,7 @@ freezegun==1.2.1
mock-open==1.4.0
mypy==0.950
pre-commit==2.19.0
pylint==2.13.8
pylint==2.13.9
pipdeptree==2.2.1
pylint-strict-informational==0.1
pytest-aiohttp==0.3.0