From 6283ced29c6ee9c2303b58722c0b1972502e7fe8 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Fri, 22 May 2015 14:39:22 -0700 Subject: [PATCH] Allow 100 character lines when necessary. --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*(# )??$