diff --git a/.pylintrc b/.pylintrc index f2dd716d3..fee101326 100644 --- a/.pylintrc +++ b/.pylintrc @@ -63,6 +63,8 @@ disable=bad-whitespace, duplicate-code, missing-function-docstring, consider-using-f-string, + no-else-return, + arguments-renamed, # 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