Commit 0ef42210 authored by Michal Čihař's avatar Michal Čihař

Consistent line length in pylint with PEP-8

Issue #963
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent bd46634a
......@@ -127,7 +127,7 @@ additional-builtins=
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=80
max-line-length=79
# Regexp for a line that is allowed to be longer than the limit.
ignore-long-lines=^\s*(# )?<?https?://\S+>?$
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment