mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00

* Unused pylint suppression cleanups * Remove outdated pylint bug references * Add flake8-noqa config and note to run it every now and then * Add codes to noqa's * Unused noqa cleanups
3 lines
102 B
Python
3 lines
102 B
Python
"""zerproc conftest."""
|
|
from tests.components.light.conftest import mock_light_profiles # noqa: F401
|