Summary

Comparing branches/commits:
Old: main (merge base) edaffa6c
New: 19157/merge 7e82645a
Lint Rule Removed Added Changed
Total 30 142 6
non-subscriptable 1 142 0
possibly-unbound-attribute 16 0 2
unsupported-operator 8 0 0
invalid-argument-type 5 0 2
invalid-assignment 0 0 2

Expression (https://github.com/cognitedata/Expression)

expression/core/fn.py

[error] non-subscriptable - :26:29 - Cannot subscript object of type `<class 'TailCall'>` with no `__getitem__` method

asynq (https://github.com/quora/asynq)

asynq/decorators.pyi

[error] non-subscriptable - :78:22 - Cannot subscript object of type `<class 'PureAsyncDecorator'>` with no `__getitem__` method
[error] non-subscriptable - :101:39 - Cannot subscript object of type `<class 'AsyncDecoratorBinder'>` with no `__getitem__` method
[error] non-subscriptable - :103:33 - Cannot subscript object of type `<class 'AsyncDecorator'>` with no `__getitem__` method
[error] non-subscriptable - :115:27 - Cannot subscript object of type `<class 'AsyncDecorator'>` with no `__getitem__` method
[error] non-subscriptable - :122:38 - Cannot subscript object of type `<class 'AsyncProxyDecorator'>` with no `__getitem__` method

bokeh (https://github.com/bokeh/bokeh)

src/bokeh/_specs.pyi

[error] non-subscriptable - :72:49 - Cannot subscript object of type `UnionType` with no `__getitem__` method

discord.py (https://github.com/Rapptz/discord.py)

discord/app_commands/errors.py

[error] non-subscriptable - :60:26 - Cannot subscript object of type `<class 'Command'>` with no `__getitem__` method

discord/ext/commands/core.py

[error] non-subscriptable - :1586:31 - Cannot subscript object of type `<class 'Command'>` with no `__getitem__` method

discord/ext/commands/hybrid.py

[error] non-subscriptable - :305:24 - Cannot subscript object of type `<class 'Command'>` with no `__getitem__` method
[error] non-subscriptable - :481:21 - Cannot subscript object of type `<class 'Command'>` with no `__getitem__` method

openlibrary (https://github.com/internetarchive/openlibrary)

openlibrary/accounts/model.py

[warning] possibly-unbound-attribute - :940:9 - Attribute `save_s3_keys` on type `OpenLibraryAccount | Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :950:33 - Attribute `generate_login_code` on type `OpenLibraryAccount | Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :951:5 - Attribute `update_last_login` on type `OpenLibraryAccount | Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :956:21 - Attribute `email` on type `OpenLibraryAccount | Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :958:24 - Attribute `username` on type `OpenLibraryAccount | Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :959:17 - Attribute `itemname` on type `OpenLibraryAccount | Unknown | None` is possibly unbound

openlibrary/core/lending.py

[warning] possibly-unbound-attribute - :669:66 - Attribute `itemname` on type `OpenLibraryAccount | None` is possibly unbound
[warning] possibly-unbound-attribute - :696:20 - Attribute `itemname` on type `OpenLibraryAccount | None` is possibly unbound
[warning] possibly-unbound-attribute - :955:16 - Attribute `itemname` on type `OpenLibraryAccount | None` is possibly unbound
[warning] possibly-unbound-attribute - :956:59 - Attribute `itemname` on type `OpenLibraryAccount | None` is possibly unbound
[warning] possibly-unbound-attribute - :634:26 -
Old: Attribute `username` on type `None | OpenLibraryAccount` is possibly unbound
New: Attribute `username` on type `None | @Todo(Type::Intersection.call())` is possibly unbound
[warning] possibly-unbound-attribute - :635:26 -
Old: Attribute `itemname` on type `None | OpenLibraryAccount` is possibly unbound
New: Attribute `itemname` on type `None | @Todo(Type::Intersection.call())` is possibly unbound
[error] invalid-argument-type - :641:42 -
Old: Argument to function `_get_ia_loan` is incorrect: Expected `str`, found `None | (OpenLibraryAccount & ~AlwaysTruthy) | Unknown`
New: Argument to function `_get_ia_loan` is incorrect: Expected `str`, found `None | (@Todo(Type::Intersection.call()) & ~AlwaysTruthy) | Unknown`
[error] invalid-argument-type - :646:42 -
Old: Argument to function `_get_ia_loan` is incorrect: Expected `str`, found `None | (OpenLibraryAccount & ~AlwaysTruthy) | @Todo(map_with_boundness: intersections with negative contributions)`
New: Argument to function `_get_ia_loan` is incorrect: Expected `str`, found `None | (@Todo(Type::Intersection.call()) & ~AlwaysTruthy) | @Todo(map_with_boundness: intersections with negative contributions)`

openlibrary/core/waitinglist.py

[warning] possibly-unbound-attribute - :52:24 - Attribute `username` on type `OpenLibraryAccount | None` is possibly unbound
[warning] possibly-unbound-attribute - :119:24 - Attribute `itemname` on type `OpenLibraryAccount | None` is possibly unbound
[warning] possibly-unbound-attribute - :131:24 - Attribute `itemname` on type `OpenLibraryAccount | None` is possibly unbound
[warning] possibly-unbound-attribute - :180:8 - Attribute `itemname` on type `OpenLibraryAccount | None` is possibly unbound
[warning] possibly-unbound-attribute - :181:50 - Attribute `itemname` on type `OpenLibraryAccount | None` is possibly unbound

openlibrary/plugins/upstream/borrow.py

[warning] possibly-unbound-attribute - :173:46 - Attribute `_key` on type `OpenLibraryAccount | None` is possibly unbound

optuna (https://github.com/optuna/optuna)

optuna/storages/_rdb/alembic/versions/v1.3.0.a.py

[error] invalid-argument-type - :65:38 - Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'TrialModel'>`

optuna/storages/_rdb/alembic/versions/v3.0.0.c.py

[error] invalid-argument-type - :140:38 - Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'IntermediateValueModel'>`
[error] invalid-argument-type - :180:38 - Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'IntermediateValueModel'>`

optuna/storages/_rdb/alembic/versions/v3.0.0.d.py

[error] invalid-argument-type - :145:38 - Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'TrialValueModel'>`
[error] invalid-argument-type - :177:38 - Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'TrialValueModel'>`

prefect (https://github.com/PrefectHQ/prefect)

src/prefect/flow_engine.py

[error] non-subscriptable - :230:21 - Cannot subscript object of type `<class 'BaseFlowRunEngine'>` with no `__getitem__` method
[error] non-subscriptable - :790:26 - Cannot subscript object of type `<class 'BaseFlowRunEngine'>` with no `__getitem__` method
[error] non-subscriptable - :1362:14 - Cannot subscript object of type `<class 'FlowRunEngine'>` with no `__getitem__` method
[error] non-subscriptable - :1386:14 - Cannot subscript object of type `<class 'AsyncFlowRunEngine'>` with no `__getitem__` method
[error] non-subscriptable - :1413:14 - Cannot subscript object of type `<class 'FlowRunEngine'>` with no `__getitem__` method
[error] non-subscriptable - :1454:14 - Cannot subscript object of type `<class 'AsyncFlowRunEngine'>` with no `__getitem__` method

src/prefect/flows.py

[error] non-subscriptable - :2026:31 - Cannot subscript object of type `<class 'Flow'>` with no `__getitem__` method
[error] non-subscriptable - :2249:11 - Cannot subscript object of type `<class 'InfrastructureBoundFlow'>` with no `__getitem__` method

src/prefect/runner/submit.py

[error] non-subscriptable - :44:31 - Cannot subscript object of type `<class 'Flow'>` with no `__getitem__` method
[error] non-subscriptable - :44:47 - Cannot subscript object of type `<class 'Task'>` with no `__getitem__` method

src/prefect/server/database/dependencies.py

[error] non-subscriptable - :256:5 - Cannot subscript object of type `<class '_FuncWrapper'>` with no `__getitem__` method
[error] non-subscriptable - :325:25 - Cannot subscript object of type `<class '_FuncWrapper'>` with no `__getitem__` method

src/prefect/task_engine.py

[error] non-subscriptable - :308:25 - Cannot subscript object of type `<class 'BaseTaskRunEngine'>` with no `__getitem__` method
[error] non-subscriptable - :880:26 - Cannot subscript object of type `<class 'BaseTaskRunEngine'>` with no `__getitem__` method
[error] non-subscriptable - :1471:14 - Cannot subscript object of type `<class 'SyncTaskRunEngine'>` with no `__getitem__` method
[error] non-subscriptable - :1502:14 - Cannot subscript object of type `<class 'AsyncTaskRunEngine'>` with no `__getitem__` method
[error] non-subscriptable - :1536:14 - Cannot subscript object of type `<class 'SyncTaskRunEngine'>` with no `__getitem__` method
[error] non-subscriptable - :1594:14 - Cannot subscript object of type `<class 'AsyncTaskRunEngine'>` with no `__getitem__` method

src/prefect/tasks.py

[error] non-subscriptable - :2084:25 - Cannot subscript object of type `<class 'Task'>` with no `__getitem__` method

src/prefect/workers/base.py

[error] non-subscriptable - :824:27 - Cannot subscript object of type `<class 'Task'>` with no `__getitem__` method

psycopg (https://github.com/psycopg/psycopg)

tests/pool/test_pool.py

[error] non-subscriptable - :61:26 - Cannot subscript object of type `<class 'MyConnection'>` with no `__getitem__` method
[error] non-subscriptable - :74:52 - Cannot subscript object of type `<class 'MyConnection'>` with no `__getitem__` method

tests/pool/test_pool_async.py

[error] non-subscriptable - :60:26 - Cannot subscript object of type `<class 'MyConnection'>` with no `__getitem__` method
[error] non-subscriptable - :74:31 - Cannot subscript object of type `<class 'MyConnection'>` with no `__getitem__` method

tests/pool/test_pool_null.py

[error] non-subscriptable - :58:26 - Cannot subscript object of type `<class 'MyConnection'>` with no `__getitem__` method
[error] non-subscriptable - :71:56 - Cannot subscript object of type `<class 'MyConnection'>` with no `__getitem__` method

tests/pool/test_pool_null_async.py

[error] non-subscriptable - :57:26 - Cannot subscript object of type `<class 'MyConnection'>` with no `__getitem__` method
[error] non-subscriptable - :71:31 - Cannot subscript object of type `<class 'MyConnection'>` with no `__getitem__` method

pwndbg (https://github.com/pwndbg/pwndbg)

pwndbg/aglib/heap/structs.py

[error] unsupported-operator - :297:23 - Operator `*` is unsupported between objects of type `<class 'c_pvoid'>` and `int`
[error] unsupported-operator - :300:18 - Operator `*` is unsupported between objects of type `<class 'c_pvoid'>` and `Literal[254]`
[error] unsupported-operator - :359:23 - Operator `*` is unsupported between objects of type `<class 'c_pvoid'>` and `int`
[error] unsupported-operator - :362:18 - Operator `*` is unsupported between objects of type `<class 'c_pvoid'>` and `Literal[254]`
[error] unsupported-operator - :427:23 - Operator `*` is unsupported between objects of type `<class 'c_pvoid'>` and `int`
[error] unsupported-operator - :430:18 - Operator `*` is unsupported between objects of type `<class 'c_pvoid'>` and `Literal[254]`
[error] unsupported-operator - :546:21 - Operator `*` is unsupported between objects of type `<class 'c_pvoid'>` and `Literal[64]`
[error] unsupported-operator - :565:21 - Operator `*` is unsupported between objects of type `<class 'c_pvoid'>` and `Literal[64]`

pydantic (https://github.com/pydantic/pydantic)

pydantic/functional_validators.py

[error] non-subscriptable - :366:50 - Cannot subscript object of type `<class 'classmethod'>` with no `__getitem__` method
[error] non-subscriptable - :366:78 - Cannot subscript object of type `<class 'staticmethod'>` with no `__getitem__` method

pydantic/deprecated/class_validators.py

[error] non-subscriptable - :58:50 - Cannot subscript object of type `<class 'classmethod'>` with no `__getitem__` method
[error] non-subscriptable - :58:78 - Cannot subscript object of type `<class 'staticmethod'>` with no `__getitem__` method

pydantic/deprecated/copy_internals.py

[error] non-subscriptable - :20:22 - Cannot subscript object of type `<class 'classmethod'>` with no `__getitem__` method

pydantic/v1/typing.py

[error] non-subscriptable - :284:26 - Cannot subscript object of type `<class 'classmethod'>` with no `__getitem__` method
[error] non-subscriptable - :287:26 - Cannot subscript object of type `<class 'classmethod'>` with no `__getitem__` method

pyinstrument (https://github.com/joerick/pyinstrument)

pyinstrument/vendor/decorator.py

[error] invalid-assignment - :295:5 -
Old: Implicit shadowing of function `__init__`
New: Object of type `def __init__(self, g, *a, **k) -> Unknown` is not assignable to attribute `__init__` of type `(Overload[(self, o: object, /) -> None, (self, name: str, bases: tuple[type, ...], dict: dict[str, Any], /, **kwds: Any) -> None]) & Unknown`
[error] invalid-assignment - :301:5 -
Old: Implicit shadowing of function `__init__`
New: Object of type `def __init__(self, g, *a, **k) -> Unknown` is not assignable to attribute `__init__` of type `(Overload[(self, o: object, /) -> None, (self, name: str, bases: tuple[type, ...], dict: dict[str, Any], /, **kwds: Any) -> None]) & Unknown`

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/util/inspect.py

[error] non-subscriptable - :61:30 - Cannot subscript object of type `<class 'staticmethod'>` with no `__getitem__` method
[error] non-subscriptable - :61:55 - Cannot subscript object of type `<class 'classmethod'>` with no `__getitem__` method

static-frame (https://github.com/static-frame/static-frame)

static_frame/core/generic_aliases.py

[error] non-subscriptable - :12:22 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :19:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :20:15 - Cannot subscript object of type `<class 'FrameGO'>` with no `__getitem__` method
[error] non-subscriptable - :21:15 - Cannot subscript object of type `<class 'FrameHE'>` with no `__getitem__` method

static_frame/core/store_sqlite.py

[error] non-subscriptable - :23:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/test/typing/test_index_hierarchy.py

[error] non-subscriptable - :11:11 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :14:11 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :29:11 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :30:11 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :32:11 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method

static_frame/core/batch.py

[error] non-subscriptable - :80:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/container.py

[error] non-subscriptable - :42:17 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/container_util.py

[error] non-subscriptable - :91:17 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/frame.py

[error] non-subscriptable - :10005:15 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :10151:15 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :10525:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :10526:15 - Cannot subscript object of type `<class 'FrameHE'>` with no `__getitem__` method
[error] non-subscriptable - :10527:15 - Cannot subscript object of type `<class 'FrameGO'>` with no `__getitem__` method

static_frame/core/index_hierarchy.py

[error] non-subscriptable - :3084:24 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method

static_frame/core/interface.py

[error] non-subscriptable - :106:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/interface_meta.py

[error] non-subscriptable - :10:17 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/memory_measure.py

[error] non-subscriptable - :18:17 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/node_fill_value.py

[error] non-subscriptable - :35:17 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/node_iter.py

[error] non-subscriptable - :45:17 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/node_selector.py

[error] non-subscriptable - :56:17 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/node_transpose.py

[error] non-subscriptable - :21:17 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/pivot.py

[error] non-subscriptable - :40:17 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/protocol_dfi.py

[error] non-subscriptable - :25:17 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/quilt.py

[error] non-subscriptable - :85:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/store.py

[error] non-subscriptable - :28:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/store_config.py

[error] non-subscriptable - :16:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/store_xlsx.py

[error] non-subscriptable - :51:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/store_zip.py

[error] non-subscriptable - :29:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/type_clinic.py

[error] non-subscriptable - :28:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/core/yarn.py

[error] non-subscriptable - :91:15 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method

static_frame/test/test_case.py

[error] non-subscriptable - :33:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/test/typing/test_frame.py

[error] non-subscriptable - :172:20 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :204:21 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :206:21 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :209:21 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :251:21 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :253:21 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :256:21 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :263:23 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/test/typing/test_index.py

[error] non-subscriptable - :7:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/test/unit/test_type_clinic.py

[error] non-subscriptable - :1081:9 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1086:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1095:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1096:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1108:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1109:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1113:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1121:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1161:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1181:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1190:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1200:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1238:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1269:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1289:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1309:10 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :1333:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :1355:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :1372:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :1404:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :1456:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :1534:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :1589:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :1628:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :1662:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :1709:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :1735:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :1991:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2026:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2154:9 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2158:9 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2170:9 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2182:9 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2200:13 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2647:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2662:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2703:9 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2705:9 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :2741:12 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method
[error] non-subscriptable - :2758:17 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2877:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2901:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2921:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :2946:10 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method

static_frame/test/unit_forward/test_type_clinic.py

[error] non-subscriptable - :19:9 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :28:9 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :37:9 - Cannot subscript object of type `<class 'Frame'>` with no `__getitem__` method
[error] non-subscriptable - :38:13 - Cannot subscript object of type `<class 'IndexHierarchy'>` with no `__getitem__` method

streamlit (https://github.com/streamlit/streamlit)

lib/streamlit/elements/widgets/button_group.py

[error] non-subscriptable - :403:17 - Cannot subscript object of type `<class '_SingleSelectSerde'>` with no `__getitem__` method
[error] non-subscriptable - :918:38 - Cannot subscript object of type `<class 'ButtonGroupSerde'>` with no `__getitem__` method