Skip to content

Instantly share code, notes, and snippets.

@izikeros
Created February 17, 2022 19:18
Show Gist options
  • Select an option

  • Save izikeros/0dae1c9f71846b90ffc74a5ecf69745f to your computer and use it in GitHub Desktop.

Select an option

Save izikeros/0dae1c9f71846b90ffc74a5ecf69745f to your computer and use it in GitHub Desktop.
Set new logging style for pylint
[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