diff options
author | Jack Lloyd <[email protected]> | 2017-05-19 11:28:29 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-05-19 11:28:29 -0400 |
commit | 419d30e974538676784a55a3df8a5cd5791bdb5f (patch) | |
tree | 633d6d09d6790065f074620aaf864b7f3820e53f /.pylintrc | |
parent | 7873092f84bf61ac932330e0a17449c17897b91b (diff) |
Bump pylint max-module-lines
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |