From 4ca33df385f58b7b3da1b3094b90128b9dd8dca2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 25 Oct 2009 16:54:35 -0400 Subject: I don't mind if modules get really long. --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index c1e15b1e..aa579f88 100644 --- a/.pylintrc +++ b/.pylintrc @@ -296,7 +296,7 @@ int-import-graph= max-line-length=79 # Maximum number of lines in a module -max-module-lines=1000 +max-module-lines=10000 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 # tab). -- cgit v1.2.1