core/homeassistant/scripts
Fabian Heredia Montiel 08226a4864 Type Hints - __main__ (#2574)
* Add __main__ type hints

* Fix most errors of __main__

* Add ignore for script.run()

* Add type annotations for from_config_dict and from_config_file

* Fix errors

* Fix requirement error

* Add mypy type check to tests

* Enable travis typing check

* Messed up the tox deps

* Laxer type checker
2016-07-20 22:38:52 -07:00
..
__init__.py Type Hints - __main__ (#2574) 2016-07-20 22:38:52 -07:00
db_migrator.py Don't overwrite the config directory (#2570) 2016-07-19 21:51:38 -07:00
ensure_config.py Add ensure config script (#2548) 2016-07-17 15:24:42 -07:00
macos.py