Add per-file-ignore to pylint (#86289)

This commit is contained in:
epenet 2023-01-22 17:26:24 +01:00 committed by GitHub
parent a0810053f1
commit 30bf0634fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
114 changed files with 123 additions and 226 deletions

View file

@ -20,7 +20,6 @@ from tests.common import (
from tests.components.blueprint.conftest import stub_blueprint_populate # noqa: F401
# pylint: disable=redefined-outer-name
@pytest.fixture
def calls(hass):
"""Track calls to a mock service."""