aboutsummaryrefslogtreecommitdiffstats
path: root/pylint.rc
diff options
context:
space:
mode:
Diffstat (limited to 'pylint.rc')
-rw-r--r--pylint.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint.rc b/pylint.rc
index a5be599..8f58824 100644
--- a/pylint.rc
+++ b/pylint.rc
@@ -197,7 +197,7 @@ indent-string=' '
max-line-length=100
# Maximum number of lines in a module
-max-module-lines=1000
+max-module-lines=1200
# List of optional constructs for which whitespace checking is disabled. `dict-
# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.