* 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
2 lines
99 B
Python
2 lines
99 B
Python
"""bond conftest."""
|
|
from tests.components.light.conftest import mock_light_profiles # noqa: F401
|