diff --git a/.pylintrc b/.pylintrc index ef3ba76d..0ae1ec5d 100644 --- a/.pylintrc +++ b/.pylintrc @@ -130,7 +130,8 @@ disable= global-statement, too-many-public-method, too-many-ancestors, - too-many-positional-arguments + too-many-positional-arguments, + too-many-statements # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option