Skip to content

Commit fe77e99

Browse files
committed
Revert "disable pylint logging-format-interpretation for f-strings"
This reverts commit 9858f23.
1 parent 9858f23 commit fe77e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ confidence=
6565
# --enable=similarities". If you want to run only the classes checker, but have
6666
# no Warning level messages displayed, use"--disable=all --enable=classes
6767
# --disable=W"
68-
disable=locally-disabled, super-with-arguments, raise-missing-from, logging-fstring-interpolation
68+
disable=locally-disabled, super-with-arguments, raise-missing-from
6969

7070

7171
[REPORTS]

0 commit comments

Comments
 (0)