diff options
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |