pylint: Add more stuff to known-standard-library
This commit is contained in:
parent
499f5df2a9
commit
edd10aac56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user