core/homeassistant
Ruslan Sayfutdinov 0e7409e617
Pylint plugin to check __init__ return type (#50868)
* Pylint plugin to check __init__ return type

* Support *args add **kwargs, type hints

* Use 'in' instead of 'any()'

* Fix last few places
2021-05-20 18:00:10 +01:00
..
auth Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
components Pylint plugin to check __init__ return type (#50868) 2021-05-20 18:00:10 +01:00
generated Remove discovery from iCloud (#50751) 2021-05-17 12:14:54 +02:00
helpers Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
scripts
util Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py
config.py
config_entries.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
const.py Add `Final` type for all core constants (#50858) 2021-05-19 19:31:38 +03:00
core.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
data_entry_flow.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
exceptions.py
loader.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
package_constraints.txt Updated frontend to 20210518.0 (#50842) 2021-05-18 15:54:14 -07:00
requirements.py
runner.py
setup.py
strings.json