pylint -- should I just ignore it sometimes?

Martin P. Hellwig martin.hellwig at dcuktec.org
Tue Oct 19 18:12:48 EDT 2010


On 10/19/10 20:57, Seebs wrote:
> So, I'm messing around with pylint.  Quite a lot of what it says
> is quite reasonable, makes sense to me, and all that.
>
> There's a few exceptions.
>
Well, as with all styles IMHO, if there is a _good_ reason to break it, 
then by all means do, but you might want to consider putting in a 
comment why you did that and add the #pylint: disable-msg=<message_id> 
on that line. If that is overkill, why not just comply to the standard 
and avoid all the fuzz?

-- 
mph



More information about the Python-list mailing list