Summary

Comparing branches/commits:
Old: main (merge base) 8dad2890
New: 21503/merge 4e94e3d9
Lint Rule Removed Added Changed
Total 13 231 22
invalid-type-form 1 222 0
invalid-argument-type 2 0 9
unused-ignore-comment 3 4 0
non-subscriptable 5 0 0
unresolved-reference 0 5 0
invalid-await 0 0 3
invalid-return-type 0 0 3
possibly-missing-attribute 0 0 3
type-assertion-failure 0 0 3
unsupported-operator 2 0 0
invalid-assignment 0 0 1

attrs (https://github.com/python-attrs/attrs)

src/attr/__init__.pyi

[error] invalid-type-form - :136:11 - Invalid subscript of object of type `Unknown | None` in type expression

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

beartype/door/_func/doorcheck.py

[error] invalid-type-form - :131:11 - Invalid subscript of object of type `_SpecialForm` in type expression

black (https://github.com/psf/black)

src/black/trans.py

[error] non-subscriptable - :55:16 - Cannot subscript object of type `object` with no `__getitem__` method

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

src/bokeh/command/subcommand.py

[error] invalid-type-form - :61:23 - Invalid subscript of object of type `_UnspecifiedType` in type expression

src/bokeh/_specs.pyi

[error] unsupported-operator - :72:25 - Operator `|` is unsupported between objects of type `object` and `object`

src/bokeh/core/property/visual.pyi

[error] invalid-type-form - :48:36 - Variable of type `UnionType` is not allowed in a type expression

src/bokeh/plotting/_plot.py

[warning] possibly-missing-attribute - :91 -
Old: Attribute `groups` may be missing on object of type `Range | tuple[int | float, int | float] | Sequence[str] | (@Todo & ~None)`
New: Attribute `groups` may be missing on object of type `Range | tuple[int | float, int | float] | Sequence[str] | (Unknown & ~None)`

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

discord/ext/commands/bot.py

[error] invalid-type-form - :89:33 - Invalid subscript of object of type `GenericAlias` in type expression

django-stubs (https://github.com/typeddjango/django-stubs)

django-stubs/contrib/gis/gdal/envelope.pyi

[error] invalid-type-form - :19:21 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :21:21 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :23:24 - Invalid subscript of object of type `property` in type expression

django-stubs/contrib/gis/gdal/geometries.pyi

[error] invalid-type-form - :106:25 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :106:47 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :108:24 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :108:46 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :111:42 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :114:24 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :114:30 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :134:25 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :134:31 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :134:37 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :136:24 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :136:30 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :136:36 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :149:25 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :151:24 - Invalid subscript of object of type `property` in type expression

django-stubs/contrib/gis/geos/collections.pyi

[error] invalid-type-form - :11:25 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :13:24 - Invalid subscript of object of type `property` in type expression

django-stubs/contrib/gis/geos/coordseq.pyi

[error] invalid-type-form - :10:36 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :32:24 - Invalid subscript of object of type `property` in type expression

django-stubs/contrib/gis/geos/linestring.pyi

[error] invalid-type-form - :9:36 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :12:25 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :12:31 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :14:24 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :14:30 - Invalid subscript of object of type `property` in type expression

django-stubs/contrib/gis/geos/polygon.pyi

[error] invalid-type-form - :12:30 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :18:25 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :18:31 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :18:37 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :20:24 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :20:30 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :20:36 - Invalid subscript of object of type `property` in type expression

django-stubs/contrib/staticfiles/finders.pyi

[error] invalid-type-form - :10:39 - Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression
[error] invalid-type-form - :14:59 - Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression
[error] invalid-type-form - :18:16 - Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression
[error] invalid-type-form - :25:59 - Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression
[error] invalid-type-form - :31:11 - Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression
[error] invalid-type-form - :38:59 - Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression
[error] invalid-type-form - :47:59 - Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression

django-stubs/http/request.pyi

[warning] unused-ignore-comment - :215:44 - Unused blanket `type: ignore` directive

django-stubs/utils/datastructures.pyi

[error] invalid-type-form - :81:23 - Invalid subscript of object of type `def dict(self) -> Unknown` in type expression

tests/assert_type/views/test_generic.py

[error] type-assertion-failure - :15 -
Old: Type `QuerySet[MyModel, MyModel] | None` does not match asserted type `@Todo | None`
New: Type `QuerySet[MyModel, MyModel] | None` does not match asserted type `Unknown | None`

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

dulwich/worktree.py

[error] invalid-type-form - :147:23 - Invalid subscript of object of type `def list(self) -> Unknown` in type expression

graphql-core (https://github.com/graphql-python/graphql-core)

src/graphql/execution/execute.py

[error] invalid-type-form - :233:39 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :268:39 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :2124:35 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :2188:35 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :2229:42 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :2257:31 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-assignment - :216 -
Old: Object of type `staticmethod[Unknown, Unknown]` is not assignable to `(Any, /) -> @Todo`
New: Object of type `staticmethod[Unknown, Unknown]` is not assignable to `(Any, /) -> Unknown`
[error] invalid-type-form - :216:35 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-await - :500 -
Old: `@Todo | UndefinedType` is not awaitable
New: `Unknown | UndefinedType` is not awaitable
[error] invalid-argument-type - :556 -
Old: Argument to function `resolve` is incorrect: Expected `Awaitable[GraphQLWrappedResult[dict[str, Any]]]`, found `@Todo | UndefinedType`
New: Argument to function `resolve` is incorrect: Expected `Awaitable[GraphQLWrappedResult[dict[str, Any]]]`, found `Unknown | UndefinedType`
[error] invalid-await - :1984 -
Old: `@Todo | GraphQLWrappedResult[None]` is not awaitable
New: `Unknown | GraphQLWrappedResult[None]` is not awaitable

src/graphql/execution/incremental_graph.py

[error] invalid-type-form - :82:6 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :89:6 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

src/graphql/execution/types.py

[error] invalid-type-form - :240:13 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :243:14 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :244:17 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :343:12 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :349:14 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :350:18 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :351:16 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :353:17 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :454:11 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :455:13 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :459:17 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :576:13 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :579:14 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :580:17 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :701:13 - Invalid subscript of object of type `Unknown | typing.NotRequired` in type expression
[error] invalid-type-form - :706:6 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :763:6 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :778:6 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :798:13 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :805:17 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :910:6 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

src/graphql/graphql.py

[error] invalid-type-form - :41:35 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :111:42 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :139:31 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :177:35 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

src/graphql/language/predicates.py

[error] invalid-type-form - :43:39 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :48:50 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :53:38 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :58:50 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :63:34 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :68:40 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :79:33 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :84:51 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :89:44 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :96:6 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :101:43 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

src/graphql/language/source.py

[error] invalid-type-form - :79:31 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

src/graphql/pyutils/async_reduce.py

[error] invalid-type-form - :27:35 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

src/graphql/pyutils/is_awaitable.py

[error] invalid-type-form - :20:33 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

src/graphql/pyutils/is_iterable.py

[error] invalid-type-form - :28:34 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :35:32 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

src/graphql/type/definition.py

[error] invalid-type-form - :183:28 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :213:37 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :455:35 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :584:39 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :610:39 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :753:17 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :754:21 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :814:35 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :857:17 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :858:21 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :918:38 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :963:16 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :1003:34 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :1071:17 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :1197:33 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :1316:17 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :1375:41 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :1490:33 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :1579:34 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :1594:35 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :1616:37 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :1629:37 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :1689:34 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :1725:33 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :1745:38 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression
[error] invalid-type-form - :1765:37 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

src/graphql/type/directives.py

[error] invalid-type-form - :142:37 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

src/graphql/type/scalars.py

[error] invalid-type-form - :321:58 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

src/graphql/type/schema.py

[error] invalid-type-form - :442:31 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

src/graphql/validation/rules/known_type_names.py

[error] invalid-type-form - :92:6 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

tests/execution/test_abstract.py

[error] invalid-await - :47 -
Old: `ExecutionResult | @Todo` is not awaitable
New: `ExecutionResult | Unknown` is not awaitable

tests/type/test_definition.py

[error] invalid-type-form - :1291:39 - Invalid subscript of object of type `Unknown | typing.TypeGuard` in type expression

hydpy (https://github.com/hydpy-dev/hydpy)

hydpy/core/parametertools.py

[error] invalid-argument-type - :1780:16 - Argument to function `len` is incorrect: Expected `Sized`, found `@Todo | int | float`
[error] non-subscriptable - :1781:38 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :1781:38 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :2443:30 - Argument to function `len` is incorrect: Expected `Sized`, found `int | float`
[error] non-subscriptable - :2445:48 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :2445:48 - Cannot subscript object of type `int` with no `__getitem__` method

ibis (https://github.com/ibis-project/ibis)

ibis/common/tests/test_graph_benchmarks.py

[error] invalid-type-form - :19:8 - Invalid subscript of object of type `type[FrozenDict[Unknown, Unknown]]` in type expression

ibis/common/tests/test_grounds_benchmarks.py

[error] invalid-type-form - :16:8 - Invalid subscript of object of type `type[FrozenDict[Unknown, Unknown]]` in type expression

ibis/expr/types/generic.py

[error] invalid-type-form - :147:55 - Invalid subscript of object of type `def type(self) -> DataType` in type expression
[error] invalid-type-form - :164:11 - Invalid subscript of object of type `def type(self) -> DataType` in type expression
[error] invalid-type-form - :171:11 - Invalid subscript of object of type `def type(self) -> DataType` in type expression
[error] invalid-type-form - :176:57 - Invalid subscript of object of type `def type(self) -> DataType` in type expression
[error] invalid-type-form - :182:63 - Invalid subscript of object of type `def type(self) -> DataType` in type expression
[error] invalid-type-form - :188:46 - Invalid subscript of object of type `def type(self) -> DataType` in type expression

ibis/selectors.py

[error] invalid-type-form - :437:9 - Invalid subscript of object of type `type[FrozenDict[Unknown, Unknown]]` in type expression
[warning] possibly-missing-attribute - :446 -
Old: Attribute `items` may be missing on object of type `Resolver | ((Value, /) -> Value) | @Todo`
New: Attribute `items` may be missing on object of type `Resolver | ((Value, /) -> Value) | Unknown`

koda-validate (https://github.com/keithasaurus/koda-validate)

koda_validate/maybe.py

[warning] unused-ignore-comment - :35:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :47:68 - Unused blanket `type: ignore` directive

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

kornia/color/colormap.py

[error] invalid-type-form - :61:29 - Invalid subscript of object of type `def list(cls) -> Unknown` in type expression
[error] invalid-type-form - :91:22 - Invalid subscript of object of type `def list(cls) -> Unknown` in type expression

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

test/mitmproxy/proxy/layers/http/test_http3.py

[error] invalid-type-form - :89:41 - Invalid subscript of object of type `def Placeholder[T](cls: @Todo = typing.Any) -> T@Placeholder | _Placeholder[T@Placeholder]` in type expression
[error] invalid-type-form - :91:35 - Invalid subscript of object of type `def Placeholder[T](cls: @Todo = typing.Any) -> T@Placeholder | _Placeholder[T@Placeholder]` in type expression

mongo-python-driver (https://github.com/mongodb/mongo-python-driver)

gridfs/asynchronous/grid_file.py

[error] invalid-type-form - :287:75 - Invalid subscript of object of type `def list(self, session: AsyncClientSession | None = None) -> CoroutineType[Any, Any, Unknown]` in type expression

gridfs/synchronous/grid_file.py

[error] invalid-type-form - :287:64 - Invalid subscript of object of type `def list(self, session: ClientSession | None = None) -> Unknown` in type expression

mypy (https://github.com/python/mypy)

mypy/test/testtypes.py

[error] invalid-type-form - :268:43 - Invalid subscript of object of type `def tuple(self, *a: Type) -> TupleType` in type expression

mypy/typeshed/stdlib/multiprocessing/managers.pyi

[error] invalid-type-form - :326:39 - Invalid subscript of object of type `Overload[(self, sequence: Sequence[_T@list], /) -> ListProxy[_T@list], (self) -> ListProxy[Any]]` in type expression
[error] invalid-type-form - :328:39 - Invalid subscript of object of type `Overload[(self, sequence: Sequence[_T@list], /) -> ListProxy[_T@list], (self) -> ListProxy[Any]]` in type expression

mypy/typeshed/stdlib/typing.pyi

[error] invalid-type-form - :832:16 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :978:29 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :978:64 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :985:45 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :993:22 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :994:14 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :998:25 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :1019:16 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :1020:24 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :1021:24 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :1025:25 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :1027:28 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :1028:27 - Invalid subscript of object of type `_SpecialForm` in type expression
[warning] unused-ignore-comment - :289:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :301:35 - Unused blanket `type: ignore` directive
[error] invalid-type-form - :411:40 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :411:61 - Invalid subscript of object of type `_SpecialForm` in type expression

mypy/typeshed/stdlib/typing_extensions.pyi

[error] invalid-type-form - :646:17 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :655:17 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :674:17 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :685:17 - Invalid subscript of object of type `_SpecialForm` in type expression

mypyc/test-data/fixtures/typing-full.pyi

[error] invalid-type-form - :137:28 - Invalid subscript of object of type `Literal[0]` in type expression
[error] invalid-type-form - :139:34 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :139:53 - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - :141:33 - Invalid subscript of object of type `Literal[0]` in type expression

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

optuna/_gp/optim_mixed.py

[error] invalid-return-type - :116 -
Old: Return type does not match returned value: expected `tuple[ndarray[Unknown, dtype[Any]], int | float, bool]`, found `tuple[@Todo, ndarray[Unknown, dtype[Any]], Literal[True]]`
New: Return type does not match returned value: expected `tuple[ndarray[Unknown, dtype[Any]], int | float, bool]`, found `tuple[Unknown, ndarray[Unknown, dtype[Any]], Literal[True]]`

optuna/importance/_ped_anova/scott_parzen_estimator.py

[error] invalid-return-type - :110 -
Old: Return type does not match returned value: expected `tuple[int, ndarray[Unknown, dtype[Any]]]`, found `tuple[@Todo, signedinteger[Unknown]]`
New: Return type does not match returned value: expected `tuple[int, ndarray[Unknown, dtype[Any]]]`, found `tuple[Unknown, signedinteger[Unknown]]`

pandas (https://github.com/pandas-dev/pandas)

pandas/core/arrays/string_.py

[error] invalid-type-form - :225:23 - Invalid subscript of object of type `property` in type expression

pandas/core/dtypes/dtypes.py

[error] invalid-type-form - :1363:39 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :1398:23 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :1548:23 - Invalid subscript of object of type `property` in type expression

pandas/core/nanops.py

[error] invalid-return-type - :908 -
Old: Return type does not match returned value: expected `tuple[int | float | ndarray[@Todo, dtype[Any]], int | float | ndarray[@Todo, dtype[Any]]]`, found `tuple[floating[Any] | @Todo | int | float | ndarray[@Todo, dtype[Any]], @Todo | int | float]`
New: Return type does not match returned value: expected `tuple[int | float | ndarray[@Todo, dtype[Any]], int | float | ndarray[@Todo, dtype[Any]]]`, found `tuple[floating[Any] | @Todo | int | float | ndarray[@Todo, dtype[Any]], Unknown | int | float]`

pandas/core/series.py

[error] invalid-type-form - :908:23 - Invalid subscript of object of type `Accessor` in type expression
[error] invalid-type-form - :5996:19 - Invalid subscript of object of type `Accessor` in type expression
[error] invalid-type-form - :6535:19 - Invalid subscript of object of type `Accessor` in type expression
[error] invalid-type-form - :341:16 - Invalid subscript of object of type `Accessor` in type expression

pandas/io/pytables.py

[error] invalid-argument-type - :2749 -
Old: Argument to function `_unconvert_string_array` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `DatetimeArray | @Todo | ndarray[@Todo, @Todo]`
New: Argument to function `_unconvert_string_array` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `DatetimeArray | @Todo | ndarray[@Todo, Unknown]`

poetry (https://github.com/python-poetry/poetry)

src/poetry/utils/env/env_manager.py

[error] invalid-type-form - :260:48 - Invalid subscript of object of type `def list(self, name: str | None = None) -> Unknown` in type expression

tests/repositories/fixtures/pypi.org/generate.py

[error] invalid-type-form - :111:35 - Invalid subscript of object of type `def list(self, location: Path | None = None) -> Iterator[ReleaseFileMetadata]` in type expression

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

pwndbg/aglib/disasm/riscv.py

[error] unresolved-reference - :123:13 - Name `RISCV_INS_AUIPC` used when not defined
[error] unresolved-reference - :125:13 - Name `RISCV_INS_C_MV` used when not defined
[error] unresolved-reference - :127:13 - Name `RISCV_INS_C_LI` used when not defined
[error] unresolved-reference - :129:13 - Name `RISCV_INS_LUI` used when not defined
[error] unresolved-reference - :130:13 - Name `RISCV_INS_C_LUI` used when not defined

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

pydantic/main.py

[error] invalid-type-form - :264:30 - Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :275:39 - Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :285:30 - Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :434:10 - Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :555:10 - Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :974:34 - Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :1128:31 - Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :1139:35 - Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :1282:29 - Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression

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

src/tests/test_static_typing.py

[error] type-assertion-failure - :44 -
Old: Type `str` does not match asserted type `@Todo`
New: Type `str` does not match asserted type `Unknown`

pytest (https://github.com/pytest-dev/pytest)

src/_pytest/_code/code.py

[error] invalid-type-form - :501:21 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :507:24 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :551:25 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :590:45 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :596:23 - Invalid subscript of object of type `property` in type expression

src/_pytest/recwarn.py

[error] invalid-type-form - :190:23 - Invalid subscript of object of type `property` in type expression

testing/typing_raises_group.py

[error] type-assertion-failure - :237 -
Old: Type `((...) -> bool) | None` does not match asserted type `Unknown | ((@Todo, /) -> bool) | None`
New: Type `((Unknown, /) -> bool) | None` does not match asserted type `Unknown | ((Unknown, /) -> bool) | None`

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

scipy/_lib/cobyqa/cobyqa/main.py

[error] invalid-argument-type - :1505 -
Old: Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
New: Argument to function `printoptions` is incorrect: Expected `((@Todo, /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

scipy/_lib/cobyqa/cobyqa/problem.py

[error] invalid-argument-type - :75 -
Old: Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
New: Argument to function `printoptions` is incorrect: Expected `((@Todo, /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :469 -
Old: Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
New: Argument to function `printoptions` is incorrect: Expected `((@Todo, /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

scipy/_lib/cobyqa/cobyqa/tests/test_problem.py

[error] invalid-argument-type - :63 -
Old: Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
New: Argument to function `printoptions` is incorrect: Expected `((@Todo, /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :226 -
Old: Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
New: Argument to function `printoptions` is incorrect: Expected `((@Todo, /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

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

scrapy/spiderloader.py

[error] invalid-type-form - :42:23 - Invalid subscript of object of type `def list(self, /) -> Unknown` in type expression
[error] invalid-type-form - :119:52 - Invalid subscript of object of type `def list(self) -> Unknown` in type expression
[error] invalid-type-form - :127:23 - Invalid subscript of object of type `def list(self) -> Unknown` in type expression
[error] invalid-type-form - :145:23 - Invalid subscript of object of type `def list(self) -> Unknown` in type expression

setuptools (https://github.com/pypa/setuptools)

pkg_resources/__init__.py

[error] invalid-type-form - :815:20 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :825:20 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :842:44 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :948:20 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :957:20 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :972:44 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :1226:20 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :1241:44 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :1274:20 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :1294:11 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression

starlette (https://github.com/encode/starlette)

starlette/applications.py

[error] invalid-type-form - :33:19 - Invalid subscript of object of type `UnionType` in type expression

starlette/routing.py

[error] invalid-type-form - :590:19 - Invalid subscript of object of type `UnionType` in type expression
[error] invalid-type-form - :615:36 - Invalid subscript of object of type `UnionType` in type expression

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

static_frame/core/type_blocks.py

[error] invalid-argument-type - :3586 -
Old: Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[@Todo, @Todo]`
New: Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[@Todo, Unknown]`
[error] invalid-argument-type - :3594 -
Old: Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[@Todo, @Todo]`
New: Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[@Todo, Unknown]`

strawberry (https://github.com/strawberry-graphql/strawberry)

strawberry/types/field.py

[error] unsupported-operator - :54:29 - Operator `|` is unsupported between objects of type `object` and `object`

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

lib/streamlit/elements/widgets/slider.py

[warning] unused-ignore-comment - :92:34 - Unused blanket `ty: ignore` directive
[warning] unused-ignore-comment - :102:35 - Unused blanket `ty: ignore` directive

trio (https://github.com/python-trio/trio)

src/trio/_socket.py

[error] invalid-type-form - :625:19 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :886:19 - Invalid subscript of object of type `property` in type expression

src/trio/_sync.py

[error] invalid-type-form - :88:13 - Invalid subscript of object of type `def set(self) -> None` in type expression

src/trio/testing/_raises_group.py

[error] invalid-type-form - :50:21 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :54:24 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :60:25 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :73:23 - Invalid subscript of object of type `property` in type expression

werkzeug (https://github.com/pallets/werkzeug)

src/werkzeug/datastructures/headers.py

[error] invalid-type-form - :65:75 - Invalid subscript of object of type `def set(self, key: str, value: Any, /, **kwargs: Any) -> None` in type expression
[error] invalid-type-form - :230:75 - Invalid subscript of object of type `def set(self, key: str, value: Any, /, **kwargs: Any) -> None` in type expression

xarray (https://github.com/pydata/xarray)

xarray/core/indexing.py

[error] invalid-type-form - :400:29 - Invalid subscript of object of type `property` in type expression
[error] invalid-type-form - :406:24 - Invalid subscript of object of type `property` in type expression

xarray/core/missing.py

[warning] possibly-missing-attribute - :324 -
Old: Attribute `name` may be missing on object of type `Unknown | Variable | ndarray[@Todo, @Todo]`
New: Attribute `name` may be missing on object of type `Unknown | Variable | ndarray[@Todo, Unknown]`