pylint: Use qualified names for ignored-classes.

This commit is contained in:
Florian Bruhin 2015-11-30 20:25:02 +01:00
parent 99258dac46
commit 5b5003d599

View File

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