pylint: More config adjustments
This commit is contained in:
parent
430126dcc8
commit
c506ffa4cd
@ -68,10 +68,10 @@ valid-metaclass-classmethod-first-arg=cls
|
|||||||
|
|
||||||
[TYPECHECK]
|
[TYPECHECK]
|
||||||
ignored-modules=PyQt5,PyQt5.QtWebKit
|
ignored-modules=PyQt5,PyQt5.QtWebKit
|
||||||
ignored-classes=_CountingAttr
|
|
||||||
|
|
||||||
[IMPORTS]
|
[IMPORTS]
|
||||||
# WORKAROUND
|
# WORKAROUND
|
||||||
# For some reason, pylint doesn't know about some Python 3 modules on
|
# For some reason, pylint doesn't know about some Python 3 modules on
|
||||||
# AppVeyor...
|
# AppVeyor...
|
||||||
known-standard-library=faulthandler,http,enum,tokenize,posixpath,importlib,types
|
known-standard-library=faulthandler,http,enum,tokenize,posixpath,importlib,types
|
||||||
|
known-third-party=sip
|
||||||
|
Loading…
Reference in New Issue
Block a user