mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-19 09:43:18 +08:00
create_baseline_stubs.py: Improve pyright config file editing (#10629)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
pre-commit-ci[bot]
parent
6c2c164de2
commit
a785041250
@@ -23,10 +23,10 @@
|
||||
"stdlib/xml/dom/pulldom.pyi",
|
||||
"stdlib/xml/sax",
|
||||
"stubs/aws-xray-sdk",
|
||||
"stubs/bleach",
|
||||
"stubs/boto",
|
||||
"stubs/beautifulsoup4",
|
||||
"stubs/bleach",
|
||||
"stubs/boltons",
|
||||
"stubs/boto",
|
||||
"stubs/braintree",
|
||||
"stubs/caldav",
|
||||
"stubs/cffi",
|
||||
@@ -36,9 +36,11 @@
|
||||
"stubs/docutils",
|
||||
"stubs/Flask-Migrate",
|
||||
"stubs/fpdf2",
|
||||
"stubs/google-cloud-ndb",
|
||||
"stubs/html5lib",
|
||||
"stubs/httplib2",
|
||||
"stubs/humanfriendly",
|
||||
"stubs/influxdb-client",
|
||||
"stubs/invoke",
|
||||
"stubs/jmespath",
|
||||
"stubs/jsonschema",
|
||||
@@ -47,14 +49,12 @@
|
||||
"stubs/mysqlclient",
|
||||
"stubs/oauthlib",
|
||||
"stubs/openpyxl",
|
||||
"stubs/Pillow",
|
||||
"stubs/protobuf",
|
||||
"stubs/google-cloud-ndb",
|
||||
"stubs/influxdb-client",
|
||||
"stubs/passlib",
|
||||
"stubs/peewee",
|
||||
"stubs/pexpect",
|
||||
"stubs/pika",
|
||||
"stubs/Pillow",
|
||||
"stubs/protobuf",
|
||||
"stubs/psutil",
|
||||
"stubs/psycopg2",
|
||||
"stubs/pyasn1",
|
||||
@@ -75,7 +75,7 @@
|
||||
"stubs/urllib3",
|
||||
"stubs/vobject",
|
||||
"stubs/WebOb",
|
||||
"stubs/workalendar"
|
||||
"stubs/workalendar",
|
||||
],
|
||||
"typeCheckingMode": "strict",
|
||||
// TODO: Complete incomplete stubs
|
||||
|
||||
Reference in New Issue
Block a user