get rid of remaining references to pallets stubs (#6474)

This commit is contained in:
Akuli
2021-12-02 21:41:40 +02:00
committed by GitHub
parent 506be4fb0a
commit 3f281881c2
2 changed files with 1 additions and 5 deletions

View File

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

View File

@@ -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", # ???