Hello!
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?

Thanks in advance, Alex