On 28 décembre 22:42, Alexandr Presniakov wrote:
> Hello!

Hi,

> I'm implementing pylint plugin for web2py: it executes user code in a
> special environment populated with predefined objects.
> My transformer adds imports for pylint not to complain about undefined
> objects.
> But after that pylint complains about unused-wildcard-import.
> Is there any way to suppress some messages or at least to add some
> '#pylint: disable=...' line to module from the transformer?

could you post some code snippet to explain your problem? I'm not sure what's
going on here...

-- 
Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to