From 45b8219f05fc5c784c7ee44b02b1b53ac6d04bde Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 1 Oct 2019 12:39:23 +0200 Subject: pylint: Remove known-* workaround --- .pylintrc | 4 ---- 1 file changed, 4 deletions(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index dd3427f00..b052e4513 100644 --- a/.pylintrc +++ b/.pylintrc @@ -78,8 +78,4 @@ ignored-modules=PyQt5,PyQt5.QtWebKit ignored-classes=DummyBox [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 -- cgit v1.2.3-54-g00ecf