diff --git a/.pylintrc b/.pylintrc index cd720bde..45714749 100644 --- a/.pylintrc +++ b/.pylintrc @@ -416,7 +416,8 @@ disable=raw-checker-failed, useless-suppression, deprecated-pragma, use-symbolic-message-instead, - too-many-arguments + too-many-arguments, + too-many-positional-arguments # 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