diff --git a/.pylintrc b/.pylintrc index f65864e26b374fee3d6c8847693b6bfaca1f1583..944ac10683212779e8d49d4be73ebbf66071d87a 100644 --- a/.pylintrc +++ b/.pylintrc @@ -76,7 +76,8 @@ disable=too-few-public-methods, too-many-instance-attributes, too-many-locals, too-many-branches, - too-many-statements + too-many-statements, + too-many-arguments # Enable the message, report, category or checker with the given id(s). You can