mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-11 09:08:27 +08:00
Babel stubs (#5775)
Basic stubs made with stubgen & manual fixes. Also, reorder pyrightconfig.stricter.json, I didn't realise it was mostly ordered when I added to it previously.
This commit is contained in:
@@ -24,10 +24,12 @@
|
||||
"stdlib/tkinter",
|
||||
"stdlib/xml/dom",
|
||||
"stdlib/xml/sax",
|
||||
"stubs/babel",
|
||||
"stubs/backports",
|
||||
"stubs/backports_abc",
|
||||
"stubs/bleach",
|
||||
"stubs/boto",
|
||||
"stubs/beautifulsoup4",
|
||||
"stubs/caldav",
|
||||
"stubs/commonmark",
|
||||
"stubs/cryptography",
|
||||
@@ -37,6 +39,7 @@
|
||||
"stubs/httplib2",
|
||||
"stubs/Jinja2",
|
||||
"stubs/Markdown",
|
||||
"stubs/oauthlib",
|
||||
"stubs/Pillow",
|
||||
"stubs/paramiko",
|
||||
"stubs/protobuf",
|
||||
@@ -48,13 +51,11 @@
|
||||
"stubs/redis",
|
||||
"stubs/requests",
|
||||
"stubs/simplejson",
|
||||
"stubs/slumber",
|
||||
"stubs/stripe",
|
||||
"stubs/vobject",
|
||||
"stubs/waitress",
|
||||
"stubs/Werkzeug",
|
||||
"stubs/beautifulsoup4",
|
||||
"stubs/slumber",
|
||||
"stubs/oauthlib",
|
||||
"stubs/stripe"
|
||||
"stubs/Werkzeug"
|
||||
],
|
||||
"typeCheckingMode": "basic",
|
||||
"strictListInference": true,
|
||||
|
||||
Reference in New Issue
Block a user