core/homeassistant/util
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
..
yaml Use Python3 new super syntax sugar (#26890) 2019-09-24 15:38:20 -07:00
__init__.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
aiohttp.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
async_.py Cleanup coroutine threadsafe (#27080) 2019-10-01 16:59:06 +02:00
color.py Upgrade pylint (#27279) 2019-10-07 08:17:39 -07:00
decorator.py Black 2019-07-31 12:25:30 -07:00
distance.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
dt.py Upgrade pylint (#27279) 2019-10-07 08:17:39 -07:00
json.py Black 2019-07-31 12:25:30 -07:00
location.py Upgrade mypy to 0.730, address raised issues (#26959) 2019-09-27 22:57:59 +03:00
logging.py Adds guards for missing information in call stack frames (#27217) 2019-10-05 11:59:33 +02:00
network.py Black 2019-07-31 12:25:30 -07:00
package.py Black 2019-07-31 12:25:30 -07:00
pressure.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
ruamel_yaml.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
ssl.py Black 2019-07-31 12:25:30 -07:00
temperature.py Black 2019-07-31 12:25:30 -07:00
unit_system.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
volume.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00