From 1b40067e5a07b6414533bdeebb0a28da9051a2ae Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:47:59 -0500 Subject: [PATCH] Enable the expression-not-assigned Pylint rule (#2809) Commit 88b91ae201e0 fixed the last instance that existed in the codebase. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4d9b0d2..6c4cc5a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,7 +152,6 @@ disable = [ "cell-var-from-loop", "comparison-with-callable", "dangerous-default-value", - "expression-not-assigned", "f-string-without-interpolation", "fixme", "protected-access",