Closed MaybeJustJames closed 3 years ago
https://pycodequ.al/docs/pylint-messages/w1203-logging-fstring-interpolation.html PyLint warns about not using lazy formatting for logging because formatting messages that aren't printed is wasteful. This is not interesting for our purposes and makes pylint output more noisy than necessary.
https://pycodequ.al/docs/pylint-messages/w1203-logging-fstring-interpolation.html PyLint warns about not using lazy formatting for logging because formatting messages that aren't printed is wasteful. This is not interesting for our purposes and makes pylint output more noisy than necessary.