Skip to content

Commit 040ffda

Browse files
use fstr log style
1 parent 39ff49e commit 040ffda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io
477477

478478
# The type of string formatting that logging methods do. `old` means using %
479479
# formatting, `new` is for `{}` formatting.
480-
logging-format-style=old
480+
logging-format-style=fstr
481481

482482
# Logging modules to check that the string format arguments are in logging
483483
# function parameter format.

0 commit comments

Comments
 (0)