diff --git a/.pylintrc b/.pylintrc index 931f72e8..c1a9db0d 100644 --- a/.pylintrc +++ b/.pylintrc @@ -75,7 +75,8 @@ disable=raw-checker-failed, too-many-statements, # This is also dumb too-many-branches, # Likewise too-many-arguments, # Likewise - invalid-name # Sometimes short names are best + invalid-name, # Sometimes short names are best + too-many-positional-arguments # For some reason kwargs are considered positional now # 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