Skip to content

Commit 350fdbf

Browse files
committed
Allow modules (node.py) to be 1500 lines. Maybe reduce this someday.
1 parent 548580d commit 350fdbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ int-import-graph=
264264
max-line-length=80
265265

266266
# Maximum number of lines in a module
267-
max-module-lines=1000
267+
max-module-lines=1500
268268

269269
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
270270
# tab).

0 commit comments

Comments
 (0)