mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 19:32:13 +08:00
get rid of remaining references to pallets stubs (#6474)
This commit is contained in:
@@ -26,12 +26,10 @@
|
||||
"stubs/cryptography",
|
||||
"stubs/dateparser",
|
||||
"stubs/docutils",
|
||||
"stubs/Flask",
|
||||
"stubs/fpdf2",
|
||||
"stubs/html5lib",
|
||||
"stubs/httplib2",
|
||||
"stubs/humanfriendly",
|
||||
"stubs/Jinja2",
|
||||
"stubs/jmespath",
|
||||
"stubs/jsonschema",
|
||||
"stubs/Markdown",
|
||||
@@ -58,8 +56,7 @@
|
||||
"stubs/slumber",
|
||||
"stubs/stripe",
|
||||
"stubs/ttkthemes",
|
||||
"stubs/vobject",
|
||||
"stubs/Werkzeug"
|
||||
"stubs/vobject"
|
||||
],
|
||||
"typeCheckingMode": "basic",
|
||||
"strictListInference": true,
|
||||
|
||||
@@ -13,7 +13,6 @@ from pathlib import Path
|
||||
import tomli
|
||||
|
||||
EXCLUDE_LIST = [
|
||||
"Flask", # fails when stubtest tries to stringify some object
|
||||
"pyaudio", # install failure locally
|
||||
"backports", # errors on python version
|
||||
"six", # ???
|
||||
|
||||
Reference in New Issue
Block a user