Pylint 2.9.3 (#52972)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
parent
db8db18b54
commit
fbad453c89
92 changed files with 182 additions and 213 deletions
|
@ -50,8 +50,7 @@ async def async_setup_entry(
|
|||
|
||||
|
||||
# https://github.com/PyCQA/pylint/issues/3150 for all @esphome_state_property
|
||||
# Pylint gets confused with the EsphomeEntity generics -> let mypy handle member checking
|
||||
# pylint: disable=invalid-overridden-method,no-member
|
||||
# pylint: disable=invalid-overridden-method
|
||||
|
||||
|
||||
class EsphomeLight(EsphomeEntity[LightInfo, LightState], LightEntity):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue