We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f835e6c commit 694fa24Copy full SHA for 694fa24
.pylintrc
@@ -223,7 +223,9 @@ indent-string=' '
223
max-line-length=100
224
225
# Maximum number of lines in a module
226
-max-module-lines=1000
+#
227
+# XXX: Reduce this number once Issue 296 is resolved.
228
+max-module-lines=1050
229
230
# List of optional constructs for which whitespace checking is disabled. `dict-
231
# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
0 commit comments