Skip to content

Commit 9dfc734

Browse files
committed
Use "old" logging format style by default
1 parent 6a538ec commit 9dfc734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.package_name}}/.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ score=yes
6060

6161
# Format style used to check logging format string. `old` means using %
6262
# formatting, `new` is for `{}` formatting,and `fstr` is for f-strings.
63-
logging-format-style=new
63+
logging-format-style=old
6464

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

0 commit comments

Comments
 (0)