aboutsummaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-05-19 11:28:29 -0400
committerJack Lloyd <[email protected]>2017-05-19 11:28:29 -0400
commit419d30e974538676784a55a3df8a5cd5791bdb5f (patch)
tree633d6d09d6790065f074620aaf864b7f3820e53f /.pylintrc
parent7873092f84bf61ac932330e0a17449c17897b91b (diff)
Bump pylint max-module-lines
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 319d8591e..546de8f37 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -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).