1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/util
Ville Skyttä cab6c694c5 Flake8 bugbear fixes (#12072)
* Don't use mutable argument defaults (bugbear B006)

* Use callable(x) instead of hasattr(x, '__call__') (bugbear B004)

* Remove/mark unused loop control variables (bugbear B007)

* Fix stripping protocol from kodi host name (bugbear B005)

* Fix plant daily history add default date (bugbear B008)
2018-01-30 14:44:05 -08:00
..
__init__.py Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
async.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
color.py make RGB values consistent as int. fixes #10766 (#10782) 2017-11-27 11:31:35 +01:00
decorator.py Clean up OwnTracks (#9569) 2017-09-25 09:05:09 -07:00
distance.py Add unit system support 2016-08-04 22:02:19 -07:00
dt.py Typing fixes (#12015) 2018-01-29 00:24:08 -08:00
json.py Extracted json saving and loading (#10216) 2017-11-01 09:08:28 +01:00
location.py Flake8 bugbear fixes (#12072) 2018-01-30 14:44:05 -08:00
logging.py Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
package.py Fix check for running inside venv (#8481) 2017-07-15 07:25:02 -07:00
temperature.py Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00
unit_system.py Typing fixes (#12015) 2018-01-29 00:24:08 -08:00
yaml.py Entity registry (#11979) 2018-01-30 10:39:39 +01:00