core/pylint/plugins
Jan-Philipp Benecke 95aea1488d
Add pylint plugin to check if coordinator is placed in its own module (#108174)
* Add pylint plugin to check if coordinator is placed in its own module

* Remove unintended changes

* Remove pylint disable and let CI only fail on W,E,F

* Make check conventional

* Apply review suggestion

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Use option instead

* Remove pylint arguments from pre-commit

* Partially revert "Remove pylint disable and let CI only fail on W,E,F"

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-01-29 10:30:19 +01:00
..
hass_enforce_coordinator_module.py Add pylint plugin to check if coordinator is placed in its own module (#108174) 2024-01-29 10:30:19 +01:00
hass_enforce_sorted_platforms.py Add pylint plugin to check for sorted platforms list (#108115) 2024-01-16 09:47:53 +01:00
hass_enforce_super_call.py Update pylint to 3.0.0 (#101282) 2023-10-02 20:12:43 +02:00
hass_enforce_type_hints.py Remove device_state_attributes property from entity base class (#105650) 2023-12-14 08:33:56 +01:00
hass_imports.py Update pylint to 3.0.0 (#101282) 2023-10-02 20:12:43 +02:00
hass_inheritance.py Update pylint to 3.0.0 (#101282) 2023-10-02 20:12:43 +02:00
hass_logger.py Update pylint to 3.0.0 (#101282) 2023-10-02 20:12:43 +02:00