core/homeassistant/components/zha/core
Ville Skyttä 761d7f21e9 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
2019-10-07 08:17:39 -07:00
..
channels Update documentation link URL for integrations (part2) (#27117) 2019-10-02 09:34:07 -07:00
__init__.py Update documentation link URL for integrations (part2) (#27117) 2019-10-02 09:34:07 -07:00
const.py ZHA siren and warning device support (#26046) 2019-09-20 15:11:24 -04:00
decorators.py Use more decorators for ZHA Core registries. (#25737) 2019-08-06 20:01:14 -04:00
device.py Upgrade pylint (#27279) 2019-10-07 08:17:39 -07:00
discovery.py Update documentation link URL for integrations (part2) (#27117) 2019-10-02 09:34:07 -07:00
gateway.py Update documentation link URL for integrations (part2) (#27117) 2019-10-02 09:34:07 -07:00
helpers.py Update documentation link URL for integrations (part2) (#27117) 2019-10-02 09:34:07 -07:00
patches.py Update documentation link URL for integrations (part2) (#27117) 2019-10-02 09:34:07 -07:00
registries.py Update documentation link URL for integrations (part2) (#27117) 2019-10-02 09:34:07 -07:00
store.py Use PEP 526 type annotations, add some type hints (#26464) 2019-09-07 09:48:58 +03:00