diff --git a/.pylintrc b/.pylintrc index d0bcf8d..d6c6f37 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,6 +1,6 @@ [FORMAT] max-line-length=300 -max-args=6 +max-args=10 [BASIC] # only require really big functions to have docstrings. and we should never have this long functions.