pylint: Add more stuff to known-standard-library

This commit is contained in:
Florian Bruhin 2017-05-17 22:14:17 +02:00
parent 499f5df2a9
commit edd10aac56

View File

@ -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