|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/microsoft/pyright/main/packages/vscode-pyright/schemas/pyrightconfig.schema.json", |
| 3 | + "extends": "./pyrightconfig.json", |
| 4 | + // Keep in sync with the exclude list in pyrightconfig.stricter.json. |
| 5 | + "include": [ |
| 6 | + "**/@tests/test_cases", |
| 7 | + "stdlib/__main__.pyi", |
| 8 | + "stdlib/_operator.pyi", |
| 9 | + "stdlib/_tkinter.pyi", |
| 10 | + "stdlib/distutils/cmd.pyi", |
| 11 | + "stdlib/distutils/command", |
| 12 | + "stdlib/distutils/dist.pyi", |
| 13 | + "stdlib/encodings/__init__.pyi", |
| 14 | + "stdlib/lib2to3/fixes/*.pyi", |
| 15 | + "stdlib/numbers.pyi", |
| 16 | + "stdlib/operator.pyi", |
| 17 | + "stdlib/tkinter/__init__.pyi", |
| 18 | + "stdlib/tkinter/dialog.pyi", |
| 19 | + "stdlib/tkinter/filedialog.pyi", |
| 20 | + "stdlib/tkinter/scrolledtext.pyi", |
| 21 | + "stdlib/tkinter/tix.pyi", |
| 22 | + "stdlib/tkinter/ttk.pyi", |
| 23 | + "stubs/antlr4-python3-runtime", |
| 24 | + "stubs/auth0-python", |
| 25 | + "stubs/Authlib", |
| 26 | + "stubs/aws-xray-sdk", |
| 27 | + "stubs/behave", |
| 28 | + "stubs/boltons", |
| 29 | + "stubs/braintree", |
| 30 | + "stubs/cffi", |
| 31 | + "stubs/colorful", |
| 32 | + "stubs/dateparser", |
| 33 | + "stubs/defusedxml", |
| 34 | + "stubs/docker", |
| 35 | + "stubs/docutils", |
| 36 | + "stubs/Flask-SocketIO", |
| 37 | + "stubs/gdb", |
| 38 | + "stubs/geojson", |
| 39 | + "stubs/geopandas", |
| 40 | + "stubs/google-cloud-ndb", |
| 41 | + "stubs/grpcio-channelz/grpc_channelz/v1", |
| 42 | + "stubs/grpcio-health-checking/grpc_health/v1/health_pb2_grpc.pyi", |
| 43 | + "stubs/grpcio-reflection/grpc_reflection/v1alpha", |
| 44 | + "stubs/grpcio-status/grpc_status", |
| 45 | + "stubs/grpcio/grpc/__init__.pyi", |
| 46 | + "stubs/gunicorn/gunicorn/dirty", |
| 47 | + "stubs/hdbcli/hdbcli/dbapi.pyi", |
| 48 | + "stubs/html5lib", |
| 49 | + "stubs/httplib2", |
| 50 | + "stubs/hvac", |
| 51 | + "stubs/jsonschema", |
| 52 | + "stubs/jwcrypto", |
| 53 | + "stubs/kafka-python", |
| 54 | + "stubs/ldap3", |
| 55 | + "stubs/m3u8/m3u8/model.pyi", |
| 56 | + "stubs/Markdown", |
| 57 | + "stubs/mock/mock/mock.pyi", |
| 58 | + "stubs/mysqlclient", |
| 59 | + "stubs/netaddr/netaddr/core.pyi", |
| 60 | + "stubs/netaddr/netaddr/ip/__init__.pyi", |
| 61 | + "stubs/netaddr/netaddr/ip/iana.pyi", |
| 62 | + "stubs/networkx", |
| 63 | + "stubs/oauthlib", |
| 64 | + "stubs/openpyxl", |
| 65 | + "stubs/opentracing/opentracing/span.pyi", |
| 66 | + "stubs/paramiko/paramiko/_winapi.pyi", |
| 67 | + "stubs/parsimonious/parsimonious/nodes.pyi", |
| 68 | + "stubs/peewee", |
| 69 | + "stubs/pexpect", |
| 70 | + "stubs/pika/pika/adapters/twisted_connection.pyi", |
| 71 | + "stubs/pika/pika/adapters/utils/connection_workflow.pyi", |
| 72 | + "stubs/pika/pika/callback.pyi", |
| 73 | + "stubs/pika/pika/channel.pyi", |
| 74 | + "stubs/pony", |
| 75 | + "stubs/protobuf", |
| 76 | + "stubs/psutil/psutil/__init__.pyi", |
| 77 | + "stubs/psycopg2", |
| 78 | + "stubs/punq", |
| 79 | + "stubs/pyasn1", |
| 80 | + "stubs/pycups", |
| 81 | + "stubs/Pygments", |
| 82 | + "stubs/PyMySQL", |
| 83 | + "stubs/pyogrio", |
| 84 | + "stubs/python-jose", |
| 85 | + "stubs/pywin32", |
| 86 | + "stubs/PyYAML", |
| 87 | + "stubs/reportlab", |
| 88 | + "stubs/requests", |
| 89 | + "stubs/requests-oauthlib", |
| 90 | + "stubs/seaborn", |
| 91 | + "stubs/setuptools/setuptools", |
| 92 | + "stubs/shapely", |
| 93 | + "stubs/simple-websocket", |
| 94 | + "stubs/tensorflow", |
| 95 | + "stubs/tqdm", |
| 96 | + "stubs/vobject", |
| 97 | + "stubs/workalendar", |
| 98 | + "stubs/xmldiff", |
| 99 | + ], |
| 100 | +} |
0 commit comments