pylint: Improve ignored-classes list.
This commit is contained in:
parent
5b5003d599
commit
9755a9b00f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user