From fdc3b6c57391e443295e3a8f9c205e3caa28809a Mon Sep 17 00:00:00 2001 From: jeffser Date: Sun, 4 Aug 2024 20:51:56 -0600 Subject: [PATCH] Maybe this time --- .pylintrc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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