Skip to content

Commit cc69800

Browse files
committed
Replace logging-format-formatting with the valid logging-format-interpolation
1 parent fb59ed8 commit cc69800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/checkers/logging.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def _helper_string(self, node):
272272
):
273273
valid_types.append("fstring")
274274
if not self.linter.is_message_enabled(
275-
"logging-format-formatting", node.fromlineno
275+
"logging-format-interpolation", node.fromlineno
276276
):
277277
valid_types.append(".format()")
278278
if not self.linter.is_message_enabled("logging-not-lazy", node.fromlineno):

0 commit comments

Comments
 (0)