mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-27 15:07:16 +01: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
|