From 419d30e974538676784a55a3df8a5cd5791bdb5f Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Fri, 19 May 2017 11:28:29 -0400 Subject: Bump pylint max-module-lines --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 319d8591e..546de8f37 100644 --- a/.pylintrc +++ b/.pylintrc @@ -273,7 +273,7 @@ single-line-if-stmt=no no-space-check=trailing-comma,dict-separator # Maximum number of lines in a module -max-module-lines=3000 +max-module-lines=3500 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 # tab). -- cgit v1.2.3