-
- Downloads
Upgrade pylint (#27279)
* Upgrade pylint to 2.4.2 and astroid to 2.3.1 https://pylint.readthedocs.io/en/latest/whatsnew/2.4.html https://pylint.readthedocs.io/en/latest/whatsnew/changelog.html#what-s-new-in-pylint-2-4-1 https://pylint.readthedocs.io/en/latest/whatsnew/changelog.html#what-s-new-in-pylint-2-4-2 * unnecessary-comprehension fixes * invalid-name fixes * self-assigning-variable fixes * Re-enable not-an-iterable * used-before-assignment fix * invalid-overridden-method fixes * undefined-variable __class__ workarounds https://github.com/PyCQA/pylint/issues/3090 * no-member false positive disabling * Remove some no longer needed disables * using-constant-test fix * Disable import-outside-toplevel for now * Disable some apparent no-value-for-parameter false positives * invalid-overridden-method false positive disables https://github.com/PyCQA/pylint/issues/3150 * Fix unintentional Entity.force_update override in AfterShipSensor
Showing
- homeassistant/components/aftership/sensor.py 2 additions, 2 deletionshomeassistant/components/aftership/sensor.py
- homeassistant/components/axis/config_flow.py 1 addition, 1 deletionhomeassistant/components/axis/config_flow.py
- homeassistant/components/bayesian/binary_sensor.py 1 addition, 1 deletionhomeassistant/components/bayesian/binary_sensor.py
- homeassistant/components/bt_smarthub/device_tracker.py 1 addition, 1 deletionhomeassistant/components/bt_smarthub/device_tracker.py
- homeassistant/components/cert_expiry/helper.py 2 additions, 1 deletionhomeassistant/components/cert_expiry/helper.py
- homeassistant/components/ddwrt/device_tracker.py 1 addition, 1 deletionhomeassistant/components/ddwrt/device_tracker.py
- homeassistant/components/deconz/config_flow.py 1 addition, 1 deletionhomeassistant/components/deconz/config_flow.py
- homeassistant/components/esphome/climate.py 3 additions, 0 deletionshomeassistant/components/esphome/climate.py
- homeassistant/components/esphome/config_flow.py 2 additions, 1 deletionhomeassistant/components/esphome/config_flow.py
- homeassistant/components/esphome/cover.py 3 additions, 0 deletionshomeassistant/components/esphome/cover.py
- homeassistant/components/esphome/fan.py 3 additions, 0 deletionshomeassistant/components/esphome/fan.py
- homeassistant/components/esphome/light.py 3 additions, 0 deletionshomeassistant/components/esphome/light.py
- homeassistant/components/esphome/sensor.py 4 additions, 0 deletionshomeassistant/components/esphome/sensor.py
- homeassistant/components/esphome/switch.py 2 additions, 0 deletionshomeassistant/components/esphome/switch.py
- homeassistant/components/homekit_controller/config_flow.py 1 addition, 1 deletionhomeassistant/components/homekit_controller/config_flow.py
- homeassistant/components/hue/config_flow.py 2 additions, 0 deletionshomeassistant/components/hue/config_flow.py
- homeassistant/components/mqtt/__init__.py 8 additions, 2 deletionshomeassistant/components/mqtt/__init__.py
- homeassistant/components/onkyo/media_player.py 2 additions, 2 deletionshomeassistant/components/onkyo/media_player.py
- homeassistant/components/rmvtransport/sensor.py 1 addition, 1 deletionhomeassistant/components/rmvtransport/sensor.py
- homeassistant/components/sabnzbd/sensor.py 1 addition, 0 deletionshomeassistant/components/sabnzbd/sensor.py
Loading
Please register or sign in to comment