Increase max-module-lines to permit successful build

Please refer to Issue 296 for more information.
This commit is contained in:
Nathan Young 2023-05-21 21:39:40 +02:00
parent f835e6ca35
commit 694fa24125

View file

@ -223,7 +223,9 @@ indent-string=' '
max-line-length=100
# Maximum number of lines in a module
max-module-lines=1000
#
# XXX: Reduce this number once Issue 296 is resolved.
max-module-lines=1050
# List of optional constructs for which whitespace checking is disabled. `dict-
# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.