From f67cf170551975fc5d8e91eb0a6f5efd58906355 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 17 May 2017 22:47:17 +0200 Subject: Hopefully fix pylint on AppVeyor... --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 9f52a70d8..04d689ffd 100644 --- a/.pylintrc +++ b/.pylintrc @@ -68,4 +68,4 @@ ignored-modules=PyQt5,PyQt5.QtWebKit # WORKAROUND # For some reason, pylint doesn't know about some Python 3 modules on # AppVeyor... -known-standard-library=faulthandler,http,enum,tokenize,posixpath,importlib +known-standard-library=faulthandler,http,enum,tokenize,posixpath,importlib,types -- cgit v1.2.3-54-g00ecf