From e608f1901b2cdded13ad786ffda4de4eda184d0b Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Tue, 3 Sep 2024 16:37:57 -0400 Subject: [PATCH] lint Signed-off-by: Ben Wilson --- pylintrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pylintrc b/pylintrc index 018a419..70014af 100644 --- a/pylintrc +++ b/pylintrc @@ -63,15 +63,10 @@ disable=print-statement, unpacking-in-except, old-raise-syntax, backtick, - long-suffix, - old-ne-operator, - old-octal-literal, import-star-module-level, - non-ascii-bytes-literal, raw-checker-failed, bad-inline-option, locally-disabled, - locally-enabled, file-ignored, suppressed-message, useless-suppression, @@ -115,7 +110,6 @@ disable=print-statement, range-builtin-not-iterating, filter-builtin-not-iterating, using-cmp-argument, - eq-without-hash, div-method, idiv-method, rdiv-method, @@ -165,6 +159,7 @@ disable=print-statement, not-an-iterable, unsubscriptable-object, unsupported-assignment-operation, + undefined-variable, # 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