diff --git a/.pylintrc b/.pylintrc index d3ee538..c5b1292 100644 --- a/.pylintrc +++ b/.pylintrc @@ -548,7 +548,7 @@ valid-metaclass-classmethod-first-arg=cls ignored-parents= # Maximum number of arguments for function / method. -max-args=5 +max-args=50 # Maximum number of attributes for a class (see R0902). max-attributes=7 @@ -557,7 +557,7 @@ max-attributes=7 max-bool-expr=5 # Maximum number of branch for function / method body. -max-branches=12 +max-branches=15 # Maximum number of locals for function / method body. max-locals=15