Low: python: Disable a couple more pylint warnings.
These come up usually due to options in the config file changing, or
warnings getting moved into optional checkers. Disabling them may hide
problems, but will also make the output cleaner when running different
versions of pylint. The latter seems like the more likely case since
developers will have different versions installed.