core/homeassistant/util
Ville Skyttä eee9b50b70 Upgrade pylint to 2.0.1 (#15683)
* Upgrade pylint to 2.0.1

* Pylint 2 bad-whitespace fix

* Pylint 2 possibly-unused-variable fixes

* Pylint 2 try-except-raise fixes

* Disable pylint fixme for todoist for now

https://github.com/PyCQA/pylint/pull/2320

* Disable pylint 2 useless-return for now

https://github.com/PyCQA/pylint/issues/2300

* Disable pylint 2 invalid-name for type variables for now

https://github.com/PyCQA/pylint/issues/1290

* Disable pylint 2 not-an-iterable for now

https://github.com/PyCQA/pylint/issues/2311

* Pylint 2 unsubscriptable-object workarounds

* Disable intentional pylint 2 assignment-from-nones

* Disable pylint 2 unsupported-membership-test apparent false positives

* Disable pylint 2 assignment-from-no-return apparent false positives

* Disable pylint 2 comparison-with-callable false positives

https://github.com/PyCQA/pylint/issues/2306
2018-07-26 08:55:42 +02:00
..
__init__.py Upgrade pylint to 2.0.1 (#15683) 2018-07-26 08:55:42 +02:00
async_.py Pylint 2 useless-return fixes (#15677) 2018-07-25 19:35:57 +02:00
color.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00
decorator.py Upgrade pylint to 2.0.1 (#15683) 2018-07-26 08:55:42 +02:00
distance.py Add unit system support 2016-08-04 22:02:19 -07:00
dt.py Upgrade pylint to 2.0.1 (#15683) 2018-07-26 08:55:42 +02:00
json.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00
location.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00
logging.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00
package.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00
ssl.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00
temperature.py Pylint cleanups (#15626) 2018-07-23 10:16:05 +02:00
unit_system.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
yaml.py Upgrade pylint to 2.0.1 (#15683) 2018-07-26 08:55:42 +02:00