Created
February 17, 2022 19:18
-
-
Save izikeros/0dae1c9f71846b90ffc74a5ecf69745f to your computer and use it in GitHub Desktop.
Set new logging style for pylint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [LOGGING] | |
| # Format style used to check logging format string. `old` means using % | |
| # formatting, `new` is for `{}` formatting,and `fstr` is for f-strings. | |
| logging-format-style=new |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment