I am still discovering Pylint and I understand why many Pythonists deactivate some (or many) warnings to lower Pylint
's voice, but for the moment, as a Python newbie I want to use pylint
to improve my Pythonic comprehension and my code quality, in order to help me to:
So is there a place where all the warning are discussed, justified, explained or they simply came from the great minds of the pylint
team?
Ok, thanks for answers.
I like using pylint
to help me coding better and I was hoping that the pylint
project explains and arguments somewhere the warnings with details useful for beginners like me: helping to:
It looks like it is not the case.
Anyway, although it is really not filled-in/detailed enough, Pylint messages (which I found before asking my question) remain the least bad answer to my question.