From edd10aac5670bc9393f00cb93673bc1d1ad429bb Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 17 May 2017 22:14:17 +0200 Subject: pylint: Add more stuff to known-standard-library --- .pylintrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.pylintrc') 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 -- cgit v1.2.3-54-g00ecf