diff --git a/.pylintrc b/.pylintrc index 4835dbf74..345e26af1 100644 --- a/.pylintrc +++ b/.pylintrc @@ -208,7 +208,7 @@ ignore-imports=yes [FORMAT] # Maximum number of characters on a single line. -max-line-length=80 +max-line-length=100 # Regexp for a line that is allowed to be longer than the limit. ignore-long-lines=^\s*(# )??$