pylint: Improve ignored-classes list.

This commit is contained in:
Florian Bruhin 2015-11-30 20:31:49 +01:00
parent 5b5003d599
commit 9755a9b00f

View File

@ -63,7 +63,7 @@ max-args=10
[TYPECHECK]
# MsgType added as WORKAROUND for
# https://bitbucket.org/logilab/pylint/issues/690/
ignored-classes=colorama.ansi.AnsiCodes,
qutebrowser.utils.objreg.UnsetObject,
# UnsetObject because pylint infers any objreg.get(...) as UnsetObject.
ignored-classes=qutebrowser.utils.objreg.UnsetObject,
qutebrowser.browser.webelem.WebElementWrapper,
scripts.dev.check_coverage.MsgType