Lint exclusions (#28655)
* Remove malformed pylint disable markers * Remove some unused imports * Remove some unneeded lint exclusions * Remove more unneeded lint exclusions * Add specific codes to all noqa's
This commit is contained in:
parent
2aee366a1f
commit
d88ca0f5cb
73 changed files with 113 additions and 142 deletions
|
@ -5,7 +5,7 @@ import jinja2
|
|||
# pylint: disable=using-constant-test
|
||||
if TYPE_CHECKING:
|
||||
# pylint: disable=unused-import
|
||||
from .core import Context # noqa
|
||||
from .core import Context # noqa: F401
|
||||
|
||||
|
||||
class HomeAssistantError(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue