From c506ffa4cd07db6326280d11340963da64fca05e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 15 Dec 2017 23:17:28 +0100 Subject: [PATCH] pylint: More config adjustments --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index a79f7797e..b654355c2 100644 --- a/.pylintrc +++ b/.pylintrc @@ -68,10 +68,10 @@ valid-metaclass-classmethod-first-arg=cls [TYPECHECK] ignored-modules=PyQt5,PyQt5.QtWebKit -ignored-classes=_CountingAttr [IMPORTS] # WORKAROUND # For some reason, pylint doesn't know about some Python 3 modules on # AppVeyor... known-standard-library=faulthandler,http,enum,tokenize,posixpath,importlib,types +known-third-party=sip