hass-core/pylint/plugins
epenet cf17169b0e
Refactor type-hint pylint plugin (#72692)
* Cleanup unused variable

* Adjust tests

* Refactor _METHOD_MATCH dict

* Remove duplicate function

* Early exit

* Undo object hint

* METHOD > FUNCTION

* Add comment

* Remove extend

* Remove break

* Extract __any_platform__

* Add tests

* Cache _PLATFORMS

* Adjust tests

* Review comments

* mypy

* shorthand
2022-05-31 11:20:31 +02:00
..
hass_constructor.py Pylint plugin to check that relative imports are used (#50937) 2021-05-22 09:15:30 +01:00
hass_enforce_type_hints.py Refactor type-hint pylint plugin (#72692) 2022-05-31 11:20:31 +02:00
hass_imports.py Adjust pylint plugin for climate HVACMode (#71727) 2022-05-23 15:59:15 +02:00
hass_logger.py Pylint plugin to check __init__ return type (#50868) 2021-05-20 18:00:10 +01:00