mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Lint suppression cleanups (#47248)
* 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
This commit is contained in:
@@ -18,7 +18,7 @@ from typing import Any, Awaitable, Collection, Optional
|
||||
from unittest.mock import AsyncMock, Mock, patch
|
||||
import uuid
|
||||
|
||||
from aiohttp.test_utils import unused_port as get_test_instance_port # noqa
|
||||
from aiohttp.test_utils import unused_port as get_test_instance_port # noqa: F401
|
||||
|
||||
from homeassistant import auth, config_entries, core as ha, loader
|
||||
from homeassistant.auth import (
|
||||
|
||||
Reference in New Issue
Block a user