diff --git a/.pylintrc b/.pylintrc index f46453d..c7135b3 100644 --- a/.pylintrc +++ b/.pylintrc @@ -24,6 +24,7 @@ disable= too-many-branches, too-many-instance-attributes, too-many-locals, + too-many-positional-arguments, unused-argument, useless-option-value, # disables warning in recent pylint that does not check for no-self-use anymore