home-assistant-core/tests/pylint
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
..
__init__.py
conftest.py Add pylint plugin to check if coordinator is placed in its own module (#108174) 2024-01-29 10:30:19 +01:00
test_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
test_enforce_sorted_platforms.py Add pylint plugin to check for sorted platforms list (#108115) 2024-01-16 09:47:53 +01:00
test_enforce_super_call.py Add pylint plugin to check for calls to base implementation (#100432) 2023-09-18 13:39:36 -05:00
test_enforce_type_hints.py Fix pylint DeprecationWarnings (#97627) 2023-08-02 20:30:41 +02:00
test_imports.py