From 67fca032468a67b701b37043a30c54f9fdfaf3da Mon Sep 17 00:00:00 2001 From: James Kasten Date: Sat, 13 Dec 2014 23:56:56 -0800 Subject: [PATCH] Changed max line length to 80 characters --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 2c02fa681..d591fc0a2 100644 --- a/.pylintrc +++ b/.pylintrc @@ -250,7 +250,7 @@ ignore-imports=no [FORMAT] # Maximum number of characters on a single line. -max-line-length=100 +max-line-length=80 # Regexp for a line that is allowed to be longer than the limit. ignore-long-lines=^\s*(# )??$