From 091a070e4e276a296c907aa62eec85562476f11f Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:58:23 -0500 Subject: [PATCH] Enable the f-string-without-interpolation Pylint rule (#2814) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52f08c6f..78699ada 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -149,7 +149,6 @@ disable = [ "cell-var-from-loop", "comparison-with-callable", "dangerous-default-value", - "f-string-without-interpolation", "fixme", "protected-access", "raise-missing-from",