diff --git a/.pylintrc b/.pylintrc index 4ceefd8..94845ab 100644 --- a/.pylintrc +++ b/.pylintrc @@ -65,7 +65,7 @@ confidence= # --enable=similarities". If you want to run only the classes checker, but have # no Warning level messages displayed, use"--disable=all --enable=classes # --disable=W" -disable=too-few-public-methods,locally-disabled,redefined-variable-type,too-many-statements +disable=too-few-public-methods,locally-disabled,redefined-variable-type,too-many-statements,duplicate-code