diff --git a/.pylintrc b/.pylintrc index 3cb8c891dfaa..766bdd46b8b3 100644 --- a/.pylintrc +++ b/.pylintrc @@ -293,7 +293,7 @@ indent-string=' ' max-line-length=100 # Maximum number of lines in a module. -max-module-lines=2000 +max-module-lines=3000 # List of optional constructs for which whitespace checking is disabled. `dict- # separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.