core/homeassistant/helpers
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
..
__init__.py Removes unnecessary else/elif blocks (#26884) 2019-09-24 13:53:03 -07:00
aiohttp_client.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
area_registry.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
check_config.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
condition.py Improve validation of device condition config (#27131) 2019-10-02 15:58:14 -07:00
config_entry_flow.py Upgrade pylint (#27279) 2019-10-07 08:17:39 -07:00
config_validation.py add script shortcut for activating scenes (#27223) 2019-10-05 13:30:43 -07:00
data_entry_flow.py Black 2019-07-31 12:25:30 -07:00
deprecation.py Adds guards for missing information in call stack frames (#27217) 2019-10-05 11:59:33 +02:00
device_registry.py Remove lamps and groups from ha when removed from Hue (#26881) 2019-09-25 14:00:18 -07:00
discovery.py Black 2019-07-31 12:25:30 -07:00
dispatcher.py Black 2019-07-31 12:25:30 -07:00
entity.py Note snake_case state attribute name convention in entity docs (#27287) 2019-10-07 08:16:26 -07:00
entity_component.py Allow passing dictionaries to async_register_entity_service (#26370) 2019-09-03 09:50:24 +02:00
entity_platform.py Cleanup coroutine threadsafe (#27080) 2019-10-01 16:59:06 +02:00
entity_registry.py Use PEP 526 type annotations, add some type hints (#26464) 2019-09-07 09:48:58 +03:00
entity_values.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
entityfilter.py Black 2019-07-31 12:25:30 -07:00
event.py Use PEP 526 type annotations, add some type hints (#26464) 2019-09-07 09:48:58 +03:00
icon.py Black 2019-07-31 12:25:30 -07:00
intent.py Type hint additions (#26831) 2019-09-29 20:07:49 +03:00
json.py Black 2019-07-31 12:25:30 -07:00
location.py Type 2019-07-31 13:08:31 -07:00
logging.py Use Python3 new super syntax sugar (#26890) 2019-09-24 15:38:20 -07:00
restore_state.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
script.py add script shortcut for activating scenes (#27223) 2019-10-05 13:30:43 -07:00
service.py Cleanup coroutine threadsafe (#27080) 2019-10-01 16:59:06 +02:00
signal.py Black 2019-07-31 12:25:30 -07:00
state.py Cleanup coroutine threadsafe (#27080) 2019-10-01 16:59:06 +02:00
storage.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
sun.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
system_info.py Black 2019-07-31 12:25:30 -07:00
temperature.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
template.py Type hint additions (#26765) 2019-09-20 08:23:34 -07:00
translation.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
typing.py Update requirement version and add switcher_kis services (#23477) 2019-06-14 15:48:21 -07:00