From 040ffda687ae0eef8c18e2e2065866004063cc93 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Wed, 17 Feb 2021 07:23:54 -0600 Subject: [PATCH] use fstr log style --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index fd17eedc7..bf205daa6 100644 --- a/.pylintrc +++ b/.pylintrc @@ -477,7 +477,7 @@ redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io # The type of string formatting that logging methods do. `old` means using % # formatting, `new` is for `{}` formatting. -logging-format-style=old +logging-format-style=fstr # Logging modules to check that the string format arguments are in logging # function parameter format.