mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Stricter pylint message control (#86154)
This commit is contained in:
@ -40,7 +40,7 @@ ERROR_STR = "General Errors"
|
||||
|
||||
def color(the_color, *args, reset=None):
|
||||
"""Color helper."""
|
||||
# pylint: disable=import-outside-toplevel
|
||||
# pylint: disable-next=import-outside-toplevel
|
||||
from colorlog.escape_codes import escape_codes, parse_colors
|
||||
|
||||
try:
|
||||
|
Reference in New Issue
Block a user