diff --git a/.pylintrc b/.pylintrc index 97a77ed..f5c44f8 100644 --- a/.pylintrc +++ b/.pylintrc @@ -431,7 +431,8 @@ disable=raw-checker-failed, use-implicit-booleaness-not-comparison-to-string, use-implicit-booleaness-not-comparison-to-zero, use-symbolic-message-instead, - consider-using-f-string + consider-using-f-string, + too-many-positional-arguments # 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