Skip to content

Commit fa4eb3f

Browse files
committed
Disabled W1203 logging-fstring-interpolation; See pylint-dev/pylint#2354 (comment)
1 parent 4962137 commit fa4eb3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pylintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
disable=missing-docstring
33

44
[design]
5-
min-public-methods=1
5+
min-public-methods=1
6+
7+
[logging]
8+
disable=logging-fstring-interpolation

0 commit comments

Comments
 (0)