Correct logging interpolation format
This commit is contained in:
parent
5326450e8e
commit
9ea8795bdb
4 changed files with 17 additions and 18 deletions
4
pylintrc
4
pylintrc
|
@ -39,8 +39,6 @@ disable=raw-checker-failed,
|
|||
useless-suppression,
|
||||
deprecated-pragma,
|
||||
use-symbolic-message-instead,
|
||||
logging-not-lazy,
|
||||
logging-fstring-interpolation,
|
||||
no-member,
|
||||
too-many-arguments,
|
||||
too-many-public-methods,
|
||||
|
@ -134,7 +132,7 @@ redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io
|
|||
|
||||
|
||||
[LOGGING]
|
||||
logging-format-style=new
|
||||
logging-format-style=old
|
||||
logging-modules=logging
|
||||
|
||||
|
||||
|
|
Reference in a new issue