[Python-projects] pylint: Locally disabling R0801
Rasener, Dustin M
Dustin.M.Rasener at pearson.com
Thu Dec 18 18:57:13 CET 2008
Hello,
First, thank you for pylint, it rocks!
I have one small problem, however:
I have tried to locally disable message R0801 (similar lines in X
files), with no success.
I have tried placing this line in __init__() for the package; I have
also tried placing it above the offending (similar) lines.
# pylint: disable-msg=R0801
Can anyone help me to get this message locally disabled?
It is picking up on import lines. I could change the order of imports,
but I prefer to stick to convention.
Thanks for any help.
--Dustin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.logilab.org/pipermail/python-projects/attachments/20081218/7dfc2922/attachment.html
More information about the Python-Projects
mailing list