浏览代码

use fstr log style

Blake Blackshear 4 年之前
父节点
当前提交
040ffda687
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .pylintrc

+ 1 - 1
.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.