diff --git a/pylintrc b/pylintrc index b2b2967..bd92136 100644 --- a/pylintrc +++ b/pylintrc @@ -33,6 +33,7 @@ disable= too-many-locals, unexpected-keyword-arg, abstract-method, + too-many-positional-arguments, [REFACTORING] @@ -47,4 +48,4 @@ score=no ignored-classes=_CountingAttr [FORMAT] -expected-line-ending-format=LF \ No newline at end of file +expected-line-ending-format=LF