Disable pylint's too-many-lines for modules.

This commit is contained in:
Rafael Guterres Jeffman
2021-04-29 18:50:08 -03:00
parent b5429618f1
commit afb64419d5

View File

@@ -43,6 +43,7 @@ disable =
no-name-in-module,
too-many-arguments,
too-many-statements,
too-many-lines,
duplicate-code,
broad-except,
too-many-branches,