Update pylint to 2.15.7 (#82977)

This commit is contained in:
Marc Mueller 2022-11-30 12:20:18 +01:00 committed by GitHub
parent 0316800347
commit 490aec0b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 4 deletions

View file

@ -296,7 +296,7 @@ class ESPHomeClient(BaseBleakClient):
address_type=self._address_type,
)
)
except Exception: # pylint: disable=broad-except
except Exception:
with contextlib.suppress(BleakError):
# If the connect call throws an exception,
# we need to make sure we await the future