diff --git a/.pylintrc b/.pylintrc index befa8bb..cea798a 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,7 +1,5 @@ [MASTER] -[TYPECHECK] -ignored-classes=_ - -[BASIC] -dummy-variables-rgx=_,dummy \ No newline at end of file +[MESSAGES CONTROL] +# Disable the undefined-variable warning +disable=undefined-variable \ No newline at end of file