mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 18:27:51 +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
4 lines
124 B
Python
4 lines
124 B
Python
"""Conftest for automation tests."""
|
|
|
|
from tests.components.blueprint.conftest import stub_blueprint_populate # noqa: F401
|