From d7037d348f3ba2cc592e3f7d23693e6250675acd Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:45:27 -0400 Subject: [PATCH] Ignore useless linter warning (#12185) --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index 95cd1544f..08212dcbe 100644 --- a/.pylintrc +++ b/.pylintrc @@ -141,6 +141,7 @@ disable=print-statement, comprehension-escape, fixme, import-error, + logging-fstring-interpolation, # 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