Disable pylint's too-many-statements.

This is expected for most modules `main()` function.
This commit is contained in:
Rafael Guterres Jeffman
2021-04-29 18:34:18 -03:00
parent f1ecc5d986
commit 87504eaa2c

View File

@@ -39,6 +39,7 @@ disable =
wrong-import-position,
protected-access,
no-name-in-module,
too-many-statements,
duplicate-code,
broad-except,
too-many-branches,