aertslab / SCope

Fast visualization tool for large-scale and high dimensional single-cell data
GNU General Public License v3.0
68 stars 15 forks source link

Disable pylint W1203 #485

Closed MaybeJustJames closed 3 years ago

MaybeJustJames commented 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.