diff --git a/.pylintrc b/.pylintrc index 160794a..63fa295 100644 --- a/.pylintrc +++ b/.pylintrc @@ -223,7 +223,7 @@ indent-string=' ' max-line-length=100 # Maximum number of lines in a module -max-module-lines=1000 +max-module-lines=2000 # Allow the body of a class to be on the same line as the declaration if body # contains single statement.