diff --git a/.pylintrc b/.pylintrc index 00c2fd1a..acc2a9e0 100644 --- a/.pylintrc +++ b/.pylintrc @@ -71,6 +71,8 @@ disable=fixme, # disabled as TODOs would show up as warnings no-else-return, # relax "elif" after a clause with a return docstring-first-line-empty, # relax docstring style import-outside-toplevel, + unknown-option-value, + too-many-positional-arguments, [REPORTS]