summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-05-17 22:14:17 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-05-17 22:14:17 +0200
commitedd10aac5670bc9393f00cb93673bc1d1ad429bb (patch)
treea728e42a87eb8b7893f47f2f005305626cd1b2de /.pylintrc
parent499f5df2a91d931797410633fbb906ed2354de2f (diff)
downloadqutebrowser-edd10aac5670bc9393f00cb93673bc1d1ad429bb.tar.gz
qutebrowser-edd10aac5670bc9393f00cb93673bc1d1ad429bb.zip
pylint: Add more stuff to known-standard-library
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 9ac07cafc..9f52a70d8 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -65,4 +65,7 @@ valid-metaclass-classmethod-first-arg=cls
ignored-modules=PyQt5,PyQt5.QtWebKit
[IMPORTS]
-known-standard-library=faulthandler,http
+# WORKAROUND
+# For some reason, pylint doesn't know about some Python 3 modules on
+# AppVeyor...
+known-standard-library=faulthandler,http,enum,tokenize,posixpath,importlib