Код: Выделить всё
demo_code = print("foo bar") # some comments and this line length exceed 79 that i config.
Код: Выделить всё
demo_code = print(
"foo bar"
) # some comments and this line length exceed 79 that i config.
Я хочу, чтобы ерш считал только командные символы и игнорировать комментарии.
Подробнее здесь: https://stackoverflow.com/questions/790 ... ine-length