Stricter pylint message control (#86154)

This commit is contained in:
Franck Nijhof
2023-01-20 13:47:55 +01:00
committed by GitHub
parent 29b2b6727e
commit 79b52a2b41
73 changed files with 112 additions and 133 deletions

View File

@ -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: