Skip to content

Commit 20f1d93

Browse files
committed
Disable consider-using-f-string
1 parent 6ed012a commit 20f1d93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ disable=print-statement,
143143
no-else-return,
144144
duplicate-code,
145145
inconsistent-return-statements,
146+
consider-using-f-string,
146147

147148
# Enable the message, report, category or checker with the given id(s). You can
148149
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)