Hi Max.
I'm not 100% sure I know all the specifics of what you're asking, but you
could try:
http://stromberg.dnsalias.org/~strombrg/this-pylint/
It makes it so you can ignore errors that pylint does not allow you to
otherwise turn off. It also attempts to give a meaningful exit status for
use i
Hi all,
I am having problems disabling the pylint `syntax-error` for compatibility code.
Basically, I have a compatibility sub-package [1] that tries importing
different variants of code until it does not hit SyntaxError. There are other
projects where I do the same.
I have found a bug report on