You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging used % style string formatting, and pylint
warns about passing in args to logging function (to eliminate the
cost of string interpolation when the log message will not be emitted).
We're not worried about this extra cost right now.
See #82
reinstating pylint W1202 will point these out, but it is pretty minor concern. So for now that warning is disabled to cut down on the noise.
The text was updated successfully, but these errors were encountered: