I have updated pylint version Now it is complaining for no-self-use checker on .pylintrc file.
************* Module ../../.pylintrc
.pylintrc:1:0: E0015: Unrecognized option found: no-space-check (unrecognized-option)
.pylintrc:1:0: E0012: Bad option value for --disable. Don't recognize message no-self-use. (bad-option-value)
How can I fix it? disable comments does not work. What should I change it for?
no-space-check
? do you know where it was moved to? – Gsuit