Summary

Comparing branches/commits:
Old: main (merge base) 963bc8c2
New: 20664/merge ac3333fe
Lint Rule Removed Added Changed
Total 2455 1805 3666
unsupported-operator 13 15 2597
possibly-missing-attribute 1365 3 150
unresolved-attribute 24 1464 24
invalid-argument-type 63 169 481
type-assertion-failure 666 12 9
invalid-assignment 65 53 73
unsupported-base 0 0 191
unused-ignore-comment 84 32 0
invalid-context-manager 0 0 65
invalid-return-type 6 27 31
unresolved-import 48 1 0
conflicting-argument-forms 36 0 0
possibly-unresolved-reference 29 0 0
non-subscriptable 1 0 20
invalid-type-form 5 7 3
possibly-missing-import 14 0 0
index-out-of-bounds 9 0 2
invalid-exception-caught 2 0 9
call-non-callable 8 0 0
deprecated 1 7 0
possibly-missing-implicit-call 4 0 4
unresolved-reference 3 4 0
no-matching-overload 5 1 0
not-iterable 1 1 2
invalid-parameter-default 0 0 3
redundant-cast 0 3 0
invalid-super-argument 0 0 2
invalid-syntax-in-forward-annotation 2 0 0
invalid-attribute-access 0 1 0
invalid-key 0 1 0
invalid-raise 0 1 0
missing-argument 0 1 0
too-many-positional-arguments 0 1 0
unknown-argument 0 1 0
unsupported-bool-conversion 1 0 0

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

github/MainClass.py

[warning] possibly-missing-attribute - :548:39 -
Old: Attribute `strftime` on type `@Todo | _NotSetType` may be missing
New: Attribute `strftime` on type `_NotSetType | (@Todo & datetime)` may be missing
[warning] possibly-missing-attribute - :910:42 -
Old: Attribute `_identity` on type `@Todo | _NotSetType` may be missing
New: Attribute `_identity` on type `_NotSetType | @Todo` may be missing

github/Milestone.py

[warning] possibly-missing-attribute - :202:41 -
Old: Attribute `strftime` on type `@Todo | _NotSetType` may be missing
New: Attribute `strftime` on type `_NotSetType | (@Todo & date)` may be missing

github/NamedUser.py

[warning] possibly-missing-attribute - :444:39 -
Old: Attribute `strftime` on type `@Todo | _NotSetType` may be missing
New: Attribute `strftime` on type `_NotSetType | (@Todo & datetime)` may be missing

tests/GithubIntegration.py

[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool | str`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | Retry | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | str | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `bool | str`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `int | Retry | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `int | str | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
[error] invalid-argument-type - :150:59 - Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`

tests/Installation.py

[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool | str`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | Retry | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | str | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | Unknown | int`
New: Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `bool | str`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `int | Retry | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `int | str | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
[error] invalid-argument-type - :119:57 - Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`

PyWinCtl (https://github.com/Kalmat/PyWinCtl)

src/pywinctl/_pywinctl_macos.py

[error] invalid-syntax-in-forward-annotation - :1490:74 - Syntax error in forward annotation: Unexpected token at the end of an expression
[error] invalid-syntax-in-forward-annotation - :1491:73 - Syntax error in forward annotation: Unexpected token at the end of an expression

Tanjun (https://github.com/FasterSpeeding/Tanjun)

tanjun/_internal/cache.py

[error] non-subscriptable - :44:18 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :45:17 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method

tanjun/checks.py

[error] non-subscriptable - :459:24 -
Old: Cannot subscript object of type `<class 'GuildBoundCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'GuildBoundCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method

tanjun/context/menu.py

[error] invalid-return-type - :180:24 - Return type does not match returned value: expected `InteractionMember | _T@resolve_to_member`, found `_T@resolve_to_member | Unknown | _DefaultEnum`

tanjun/context/slash.py

[error] invalid-return-type - :226:24 - Return type does not match returned value: expected `InteractionMember | _T@resolve_to_member`, found `_T@resolve_to_member | Unknown | _DefaultEnum`
[error] invalid-return-type - :240:28 - Return type does not match returned value: expected `InteractionMember | _T@resolve_to_member`, found `_T@resolve_to_member | Unknown | _DefaultEnum`

tanjun/conversion.py

[error] non-subscriptable - :233:13 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :234:23 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :235:17 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :400:16 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :468:16 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :625:17 -
Old: Cannot subscript object of type `<class 'GuildBoundCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'GuildBoundCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :701:19 -
Old: Cannot subscript object of type `<class 'GuildBoundCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'GuildBoundCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :762:15 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :816:15 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :873:18 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :928:21 -
Old: Cannot subscript object of type `<class 'GuildBoundCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'GuildBoundCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method

tanjun/dependencies/limiters.py

[error] non-subscriptable - :444:49 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :450:48 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :473:54 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method

tanjun/permissions.py

[error] non-subscriptable - :172:16 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :173:15 -
Old: Cannot subscript object of type `<class 'AsyncCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'AsyncCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method
[error] non-subscriptable - :174:19 -
Old: Cannot subscript object of type `<class 'GuildBoundCache[Unknown, typing.TypeVar]'>` with no `__class_getitem__` method
New: Cannot subscript object of type `<class 'GuildBoundCache[@Todo, typing.TypeVar]'>` with no `__class_getitem__` method

aiohttp (https://github.com/aio-libs/aiohttp)

aiohttp/client.py

[error] invalid-return-type - :419:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :1156:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :1162:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :1168:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :1174:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :1180:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :1186:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :1192:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`

aiohttp/client_reqrep.py

[warning] unused-ignore-comment - :239:38 - Unused blanket `type: ignore` directive

aiohttp/connector.py

[error] invalid-argument-type - :1239:71 - Argument to bound method `__init__` is incorrect: Expected `Exception`, found `BaseException`
[error] invalid-argument-type - :1348:71 - Argument to bound method `__init__` is incorrect: Expected `Exception`, found `BaseException`

aiohttp/test_utils.py

[error] invalid-return-type - :353:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :359:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :365:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :371:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :377:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :383:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :389:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
[error] invalid-return-type - :395:14 - Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`

aioredis (https://github.com/aio-libs/aioredis)

aioredis/client.py

[error] invalid-assignment - :3430:13 -
Old: Object of type `KeysView[object]` is not assignable to `Sequence[Unknown] | AbstractSet[AnyKeyT@_zaggregate]`
New: Object of type `KeysView[object]` is not assignable to `Sequence[@Todo] | AbstractSet[AnyKeyT@_zaggregate]`

aioredis/connection.py

[error] unresolved-attribute - :289:41 - Type `BaseException` has no attribute `errno`
[error] unresolved-attribute - :517:41 - Type `BaseException` has no attribute `errno`

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

alerta/database/backends/mongodb/base.py

[warning] possibly-missing-attribute - :1609:59 - Attribute `DEFAULT_INFORM_SEVERITY` on type `Unknown | AlarmModel` may be missing
[error] unresolved-attribute - :1609:59 - Type `AlarmModel` has no attribute `DEFAULT_INFORM_SEVERITY`

alerta/database/backends/postgres/base.py

[warning] possibly-missing-attribute - :1540:57 - Attribute `DEFAULT_INFORM_SEVERITY` on type `Unknown | AlarmModel` may be missing
[error] unresolved-attribute - :1540:57 - Type `AlarmModel` has no attribute `DEFAULT_INFORM_SEVERITY`

alerta/views/alerts.py

[warning] possibly-missing-attribute - :310:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :310:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :358:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :358:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :385:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :385:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :406:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :406:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :433:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :433:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :460:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :460:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :486:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :486:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :511:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :511:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :536:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :536:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :561:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :561:13 - Type `QueryBuilder` has no attribute `alerts`

alerta/views/blackouts.py

[warning] possibly-missing-attribute - :66:13 - Attribute `blackouts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :66:13 - Type `QueryBuilder` has no attribute `blackouts`

alerta/views/bulk.py

[warning] possibly-missing-attribute - :43:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :43:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :85:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :85:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :105:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :105:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :120:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :120:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :135:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :135:13 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :147:13 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :147:13 - Type `QueryBuilder` has no attribute `alerts`

alerta/views/customers.py

[warning] possibly-missing-attribute - :58:13 - Attribute `customers` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :58:13 - Type `QueryBuilder` has no attribute `customers`

alerta/views/groups.py

[warning] possibly-missing-attribute - :83:13 - Attribute `groups` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :83:13 - Type `QueryBuilder` has no attribute `groups`

alerta/views/heartbeats.py

[warning] possibly-missing-attribute - :62:13 - Attribute `heartbeats` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :62:13 - Type `QueryBuilder` has no attribute `heartbeats`

alerta/views/keys.py

[warning] possibly-missing-attribute - :81:13 - Attribute `keys` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :81:13 - Type `QueryBuilder` has no attribute `keys`

alerta/views/oembed.py

[warning] possibly-missing-attribute - :35:21 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :35:21 - Type `QueryBuilder` has no attribute `alerts`

alerta/views/permissions.py

[warning] possibly-missing-attribute - :71:13 - Attribute `perms` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :71:13 - Type `QueryBuilder` has no attribute `perms`
[error] invalid-argument-type - :77:9 -
Old: Argument to bound method `__init__` is incorrect: Expected `list[Scope]`, found `Unknown | list[Unknown | str]`
New: Argument to bound method `__init__` is incorrect: Expected `list[Scope]`, found `list[Unknown | str]`

alerta/views/users.py

[warning] possibly-missing-attribute - :133:13 - Attribute `users` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :133:13 - Type `QueryBuilder` has no attribute `users`

alerta/webhooks/grafana.py

[warning] possibly-missing-attribute - :116:25 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :116:25 - Type `QueryBuilder` has no attribute `alerts`

tests/test_search.py

[warning] possibly-missing-attribute - :59:25 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :59:25 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :98:25 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :98:25 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :116:21 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :116:21 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :131:21 - Attribute `alerts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :131:21 - Type `QueryBuilder` has no attribute `alerts`
[warning] possibly-missing-attribute - :165:25 - Attribute `blackouts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :165:25 - Type `QueryBuilder` has no attribute `blackouts`
[warning] possibly-missing-attribute - :192:25 - Attribute `blackouts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :192:25 - Type `QueryBuilder` has no attribute `blackouts`
[warning] possibly-missing-attribute - :212:21 - Attribute `blackouts` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :212:21 - Type `QueryBuilder` has no attribute `blackouts`
[warning] possibly-missing-attribute - :245:25 - Attribute `heartbeats` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :245:25 - Type `QueryBuilder` has no attribute `heartbeats`
[warning] possibly-missing-attribute - :266:25 - Attribute `heartbeats` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :266:25 - Type `QueryBuilder` has no attribute `heartbeats`
[warning] possibly-missing-attribute - :283:21 - Attribute `heartbeats` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :283:21 - Type `QueryBuilder` has no attribute `heartbeats`
[warning] possibly-missing-attribute - :313:25 - Attribute `keys` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :313:25 - Type `QueryBuilder` has no attribute `keys`
[warning] possibly-missing-attribute - :334:25 - Attribute `keys` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :334:25 - Type `QueryBuilder` has no attribute `keys`
[warning] possibly-missing-attribute - :356:21 - Attribute `keys` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :356:21 - Type `QueryBuilder` has no attribute `keys`
[warning] possibly-missing-attribute - :388:25 - Attribute `users` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :388:25 - Type `QueryBuilder` has no attribute `users`
[warning] possibly-missing-attribute - :411:25 - Attribute `users` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :411:25 - Type `QueryBuilder` has no attribute `users`
[warning] possibly-missing-attribute - :428:21 - Attribute `users` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :428:21 - Type `QueryBuilder` has no attribute `users`
[warning] possibly-missing-attribute - :451:25 - Attribute `groups` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :451:25 - Type `QueryBuilder` has no attribute `groups`
[warning] possibly-missing-attribute - :465:25 - Attribute `groups` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :465:25 - Type `QueryBuilder` has no attribute `groups`
[warning] possibly-missing-attribute - :481:21 - Attribute `groups` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :481:21 - Type `QueryBuilder` has no attribute `groups`
[warning] possibly-missing-attribute - :504:25 - Attribute `perms` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :504:25 - Type `QueryBuilder` has no attribute `perms`
[warning] possibly-missing-attribute - :517:25 - Attribute `perms` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :517:25 - Type `QueryBuilder` has no attribute `perms`
[warning] possibly-missing-attribute - :534:21 - Attribute `perms` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :534:21 - Type `QueryBuilder` has no attribute `perms`
[warning] possibly-missing-attribute - :557:25 - Attribute `customers` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :557:25 - Type `QueryBuilder` has no attribute `customers`
[warning] possibly-missing-attribute - :570:25 - Attribute `customers` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :570:25 - Type `QueryBuilder` has no attribute `customers`
[warning] possibly-missing-attribute - :588:21 - Attribute `customers` on type `Unknown | QueryBuilder` may be missing
[error] unresolved-attribute - :588:21 - Type `QueryBuilder` has no attribute `customers`

altair (https://github.com/vega/altair)

altair/vegalite/v6/theme.py

[warning] deprecated - :107:8 - The function `register` is deprecated: Deprecated since `altair=5.5.0`. Use @altair.theme.register instead.
[warning] deprecated - :111:8 - The function `register` is deprecated: Deprecated since `altair=5.5.0`. Use @altair.theme.register instead.
[warning] deprecated - :120:8 - The function `register` is deprecated: Deprecated since `altair=5.5.0`. Use @altair.theme.register instead.
[warning] deprecated - :123:12 - The function `register` is deprecated: Deprecated since `altair=5.5.0`. Use @altair.theme.register instead.

altair/utils/_transformed_data.py

[error] invalid-context-manager - :119:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

altair/utils/deprecation.py

[error] unsupported-operator - :192:8 -
Old: Operator `in` is not supported for types `str` and `_WarningsMonitor`, in comparing `LiteralString` with `Unknown | _WarningsMonitor`
New: Operator `in` is not supported for types `str` and `_WarningsMonitor`, in comparing `LiteralString` with `_WarningsMonitor`

altair/utils/save.py

[error] invalid-context-manager - :215:14 -
Old: Object of type `Unknown | PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :223:14 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :223:51 -
Old: Object of type `Unknown | PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

altair/vegalite/v6/api.py

[error] invalid-argument-type - :262:30 -
Old: Argument to function `_dataset_name` is incorrect: Expected `dict[str, Any] | list[Unknown] | InlineDataset`, found `Unknown | UndefinedType | (@Todo & ~InlineDataset)`
New: Argument to function `_dataset_name` is incorrect: Expected `dict[str, Any] | list[Unknown] | InlineDataset`, found `UndefinedType | @Todo | (@Todo & ~InlineDataset)`
[error] invalid-context-manager - :2409:18 -
Old: Object of type `Unknown | PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :3844:18 -
Old: Object of type `Unknown | PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/test_jupyter_chart.py

[error] invalid-context-manager - :52:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :78:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :146:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :206:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :269:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/utils/test_mimebundle.py

[error] invalid-context-manager - :231:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :245:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :245:54 -
Old: Object of type `Unknown | PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_api.py

[error] invalid-context-manager - :205:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :209:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :216:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :220:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :969:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :978:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1501:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, ThemeConfig]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, ThemeConfig]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1506:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, ThemeConfig]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, ThemeConfig]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1512:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, ThemeConfig]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, ThemeConfig]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1545:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1548:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1575:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1580:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1588:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1592:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1888:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_data.py

[error] invalid-context-manager - :15:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :21:14 -
Old: Object of type `Unknown | PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :27:13 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :28:13 -
Old: Object of type `Unknown | PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_display.py

[error] invalid-context-manager - :54:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_geo_interface.py

[error] invalid-context-manager - :32:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :52:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :72:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :102:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :122:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :132:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :168:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :210:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_renderers.py

[error] invalid-context-manager - :48:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :51:14 -
Old: Object of type `Unknown | PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :54:14 -
Old: Object of type `Unknown | PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :64:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :69:14 -
Old: Object of type `Unknown | PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :80:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :86:14 -
Old: Object of type `Unknown | PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :99:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :112:10 -
Old: Object of type `Unknown | PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_theme.py

[error] invalid-context-manager - :48:14 -
Old: Object of type `Unknown | PluginEnabler[@Todo, ThemeConfig]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[@Todo, ThemeConfig]` cannot be used with `with` because it does not correctly implement `__exit__`

apprise (https://github.com/caronc/apprise)

apprise/apprise.py

[warning] possibly-missing-attribute - :166:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :166:17 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :176:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :176:13 - Type `Logger` has no attribute `trace`
[error] invalid-assignment - :369:9 -
Old: Object of type `Unknown | Literal["always"] | None` is not assignable to `bool`
New: Object of type `Literal["always"] | None` is not assignable to `bool`

apprise/apprise_config.py

[error] invalid-assignment - :333:9 -
Old: Object of type `Unknown | Literal["always"] | None` is not assignable to `bool`
New: Object of type `Literal["always"] | None` is not assignable to `bool`

apprise/cli.py

[warning] possibly-missing-attribute - :721:9 - Attribute `deprecate` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :721:9 - Type `Logger` has no attribute `deprecate`
[warning] possibly-missing-attribute - :1131:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :1131:13 - Type `Logger` has no attribute `trace`

apprise/emojis.py

[warning] possibly-missing-attribute - :2165:9 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :2165:9 - Type `Logger` has no attribute `trace`

apprise/locale.py

[warning] possibly-missing-attribute - :135:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :135:13 - Type `Logger` has no attribute `trace`

apprise/manager.py

[warning] possibly-missing-attribute - :227:25 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :227:25 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :268:21 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :268:21 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :277:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :277:17 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :321:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :321:17 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :407:25 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :407:25 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :415:29 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :415:29 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :446:21 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :446:21 - Type `Logger` has no attribute `trace`

apprise/persistent_store.py

[warning] possibly-missing-attribute - :63:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :63:13 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :204:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :204:13 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :205:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :205:13 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :222:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :222:17 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :233:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :233:17 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :588:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :588:13 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :667:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :667:13 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :687:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :687:13 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :711:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :711:13 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :725:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :725:17 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :974:21 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :974:21 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :1097:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :1097:17 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :1110:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :1110:13 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :1134:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :1134:17 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :1153:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :1153:17 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :1354:9 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :1354:9 - Type `Logger` has no attribute `trace`

apprise/plugins/__init__.py

[warning] possibly-missing-attribute - :460:9 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :460:9 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :478:9 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :478:9 - Type `Logger` has no attribute `trace`

apprise/plugins/twilio.py

[warning] possibly-missing-attribute - :341:20 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :342:21 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :347:34 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing

apprise/plugins/twist.py

[warning] possibly-missing-attribute - :509:25 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :510:23 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :594:30 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :616:57 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing

apprise/utils/pem.py

[warning] possibly-missing-attribute - :283:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :283:13 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :345:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :345:17 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :362:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :362:17 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :369:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :369:17 - Type `Logger` has no attribute `trace`

apprise/utils/pgp.py

[warning] possibly-missing-attribute - :116:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :116:13 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :180:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :180:17 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :195:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :195:17 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :202:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :202:17 - Type `Logger` has no attribute `trace`

tests/test_logger.py

[warning] possibly-missing-attribute - :84:9 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :84:9 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :89:9 - Attribute `deprecate` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :89:9 - Type `Logger` has no attribute `deprecate`
[warning] possibly-missing-attribute - :108:9 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :108:9 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :113:9 - Attribute `deprecate` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :113:9 - Type `Logger` has no attribute `deprecate`
[warning] possibly-missing-attribute - :133:9 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :133:9 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :138:9 - Attribute `deprecate` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :138:9 - Type `Logger` has no attribute `deprecate`
[warning] possibly-missing-attribute - :158:9 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :158:9 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :163:9 - Attribute `deprecate` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :163:9 - Type `Logger` has no attribute `deprecate`
[warning] possibly-missing-attribute - :179:9 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :179:9 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :184:9 - Attribute `deprecate` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :184:9 - Type `Logger` has no attribute `deprecate`
[warning] possibly-missing-attribute - :234:9 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :234:9 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :239:9 - Attribute `deprecate` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :239:9 - Type `Logger` has no attribute `deprecate`
[warning] possibly-missing-attribute - :265:9 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :265:9 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :270:9 - Attribute `deprecate` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :270:9 - Type `Logger` has no attribute `deprecate`
[warning] possibly-missing-attribute - :309:9 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :309:9 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :314:9 - Attribute `deprecate` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :314:9 - Type `Logger` has no attribute `deprecate`

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

tests/arti/internal/test_mappings.py

[error] invalid-assignment - :162:9 -
Old: Object of type `Unknown | Coord` is not assignable to attribute `_dne` on type `Coord | TypedBox[Coord]`
New: Object of type `Coord` is not assignable to attribute `_dne` on type `Coord | TypedBox[Coord]`
[error] invalid-assignment - :172:5 -
Old: Object of type `Unknown | Coord` is not assignable to attribute `coord` on type `Coord | TypedBox[Coord]`
New: Object of type `Coord` is not assignable to attribute `coord` on type `Coord | TypedBox[Coord]`

tests/arti/producers/test_producer.py

[warning] unused-ignore-comment - :39:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :255:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :267:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :433:76 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :599:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :688:66 - Unused blanket `type: ignore` directive

arviz (https://github.com/arviz-devs/arviz)

arviz/tests/base_tests/test_plots_matplotlib.py

[error] invalid-argument-type - :320:41 -
Old: Argument to function `plot_trace` is incorrect: Expected `list[tuple[str, Unknown, Any]] | None`, found `Unknown | tuple[str, tuple[str, str]]`
New: Argument to function `plot_trace` is incorrect: Expected `list[tuple[str, Any, Any]] | None`, found `Unknown | tuple[str, tuple[str, str]]`

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

asynq/async_task.py

[warning] possibly-missing-attribute - :213:20 - Attribute `KEEP_DEPENDENCIES` on type `Unknown | DebugOptions` may be missing
[error] unresolved-attribute - :213:20 - Type `DebugOptions` has no attribute `KEEP_DEPENDENCIES`

asynq/debug.py

[error] invalid-assignment - :324:5 - Object of type `Unknown | None` is not assignable to attribute `excepthook` of type `(type[BaseException], BaseException, TracebackType | None, /) -> Any`

asynq/scheduler.py

[warning] possibly-missing-attribute - :93:35 - Attribute `MAX_TASK_STACK_SIZE` on type `Unknown | DebugOptions` may be missing
[error] unresolved-attribute - :93:35 - Type `DebugOptions` has no attribute `MAX_TASK_STACK_SIZE`

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

src/attr/_make.py

[error] unresolved-attribute - :801:23 - Type `<module 'abc'>` has no attribute `update_abstractmethods`

tests/test_config.py

[error] invalid-assignment - :32:9 - Object of type `Literal[False]` is not assignable to attribute `_run_validators` of type `Literal[True]`

tests/test_make.py

[error] invalid-assignment - :1818:9 - Object of type `Literal[False]` is not assignable to attribute `_run_validators` of type `Literal[True]`

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

beartype/_util/func/utilfunccodeobj.py

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

beartype/_cave/_cavemap.py

[warning] unused-ignore-comment - :113:42 - Unused blanket `type: ignore` directive

beartype/_check/logic/logcls.py

[warning] unused-ignore-comment - :195:50 - Unused blanket `type: ignore` directive

beartype/_util/hint/pep/proposal/pep696.py

[warning] possibly-missing-import - :104:37 - Member `NoDefault` of module `beartype.typing` may be missing

beartype/_check/forward/fwdresolve.py

[warning] unused-ignore-comment - :686:65 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :584:5 -
Old: Attribute `update` on type `Unknown | None | BeartypeForwardScope` may be missing
New: Attribute `update` on type `Any | None | BeartypeForwardScope` may be missing
[warning] possibly-missing-attribute - :585:5 -
Old: Attribute `update` on type `Unknown | None | BeartypeForwardScope` may be missing
New: Attribute `update` on type `Any | None | BeartypeForwardScope` may be missing

beartype/_util/cache/utilcacheobjattr.py

[warning] unused-ignore-comment - :585:46 - Unused blanket `type: ignore` directive

beartype/_util/error/utilerrwarn.py

[warning] unused-ignore-comment - :60:48 - Unused blanket `type: ignore` directive
[error] no-matching-overload - :87:39 - No overload of function `dirname` matches arguments

beartype/_util/func/utilfunctest.py

[error] unresolved-attribute - :1100:16 - Type `(...) -> Unknown` has no attribute `__name__`
[warning] possibly-missing-attribute - :1100:16 - Attribute `__name__` on type `(Any & ~MethodType) | ((...) -> Unknown)` may be missing

beartype/_util/hint/pep/proposal/pep484/pep484newtype.py

[error] invalid-type-form - :26:52 - Variable of type `_SpecialForm` is not allowed in a type expression

beartype/_util/hint/pep/proposal/pep484/pep484union.py

[warning] unused-ignore-comment - :76:41 - Unused blanket `type: ignore` directive

beartype/_util/hint/pep/proposal/pep484585/pep484585callable.py

[warning] possibly-missing-attribute - :44:9 - Attribute `ParamSpec` on type `<module 'beartype.typing'>` may be missing
[error] unresolved-attribute - :44:9 - Type `<module 'beartype.typing'>` has no attribute `ParamSpec`

beartype/_util/hint/pep/proposal/pep484604.py

[error] invalid-type-form - :40:47 - Variable of type `_SpecialForm` is not allowed in a type expression
[error] invalid-type-form - :109:48 - Variable of type `_SpecialForm` is not allowed in a type expression

beartype/_util/hint/pep/proposal/pep544.py

[warning] possibly-missing-import - :198:9 - Member `AnyStr` of module `beartype.typing` may be missing

beartype/_util/hint/pep/proposal/pep646692.py

[warning] possibly-missing-import - :454:33 - Member `Unpack` of module `beartype.typing` may be missing
[error] unresolved-import - :454:33 - Module `beartype.typing` has no member `Unpack`

beartype/_util/hint/pep/proposal/pep649.py

[warning] unused-ignore-comment - :153:48 - Unused blanket `type: ignore` directive

beartype/_util/hint/pep/proposal/pep749.py

[warning] unused-ignore-comment - :235:55 - Unused blanket `type: ignore` directive
[error] invalid-type-form - :243:15 - Variable of type `_SpecialForm` is not allowed in a type expression
[error] invalid-type-form - :318:15 - Variable of type `_SpecialForm` is not allowed in a type expression

beartype/bite/collection/infercollectionsabc.py

[warning] unused-ignore-comment - :822:45 - Unused blanket `type: ignore` directive

beartype/claw/_package/clawpkghook.py

[warning] unused-ignore-comment - :151:79 - Unused blanket `type: ignore` directive

beartype/typing/__init__.py

[error] unresolved-import - :223:9 - Module `typing` has no member `Concatenate`
[error] unresolved-import - :224:9 - Module `typing` has no member `ParamSpec`
[error] unresolved-import - :225:9 - Module `typing` has no member `ParamSpecArgs`
[error] unresolved-import - :226:9 - Module `typing` has no member `ParamSpecKwargs`
[error] unresolved-import - :227:9 - Module `typing` has no member `TypeAlias`
[error] unresolved-import - :228:9 - Module `typing` has no member `TypeGuard`
[error] unresolved-import - :229:9 - Module `typing` has no member `is_typeddict`
[error] unresolved-import - :235:12 - Module `typing` has no member `LiteralString`
[error] unresolved-import - :236:12 - Module `typing` has no member `Never`
[error] unresolved-import - :237:12 - Module `typing` has no member `NotRequired`
[error] unresolved-import - :238:12 - Module `typing` has no member `Required`
[error] unresolved-import - :239:12 - Module `typing` has no member `Self`
[error] unresolved-import - :240:12 - Module `typing` has no member `TypeVarTuple`
[error] unresolved-import - :241:12 - Module `typing` has no member `Unpack`
[error] unresolved-import - :242:12 - Module `typing` has no member `assert_never`
[error] unresolved-import - :243:12 - Module `typing` has no member `assert_type`
[error] unresolved-import - :244:12 - Module `typing` has no member `clear_overloads`
[error] unresolved-import - :245:12 - Module `typing` has no member `dataclass_transform`
[error] unresolved-import - :246:12 - Module `typing` has no member `get_overloads`
[error] unresolved-import - :247:12 - Module `typing` has no member `reveal_type`
[error] unresolved-import - :253:17 - Module `typing` has no member `TypeAliasType`
[error] unresolved-import - :254:17 - Module `typing` has no member `override`
[error] unresolved-import - :260:21 - Module `typing` has no member `NoDefault`
[error] unresolved-import - :261:21 - Module `typing` has no member `ReadOnly`
[error] unresolved-import - :262:21 - Module `typing` has no member `TypeIs`
[error] unresolved-import - :263:21 - Module `typing` has no member `get_protocol_members`
[error] unresolved-import - :264:21 - Module `typing` has no member `is_protocol`
[error] unresolved-import - :270:25 - Module `typing` has no member `evaluate_forward_ref`

beartype/typing/_typingcache.py

[error] invalid-raise - :130:23 - Cannot raise object of type `object` (must be a `BaseException` subclass or instance)

beartype/typing/_typingpep544.py

[warning] unused-ignore-comment - :669:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :694:65 - Unused blanket `type: ignore` directive

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

src/bokeh/embed/util.py

[error] invalid-assignment - :326:13 -
Old: Method `__setitem__` of type `bound method dict[Model, Unknown].__setitem__(key: Model, value: Unknown, /) -> None` cannot be called with a key of type `~Document & ~None` and a value of type `Unknown` on object of type `dict[Model, Unknown]`
New: Method `__setitem__` of type `bound method dict[Model, @Todo].__setitem__(key: Model, value: @Todo, /) -> None` cannot be called with a key of type `~Document & ~None` and a value of type `@Todo` on object of type `dict[Model, @Todo]`

src/bokeh/io/showing.py

[error] invalid-argument-type - :159:33 -
Old: Argument to function `_show_with_state` is incorrect: Expected `UIElement | Sequence[UIElement]`, found `UIElement | Sequence[UIElement] | (Application & Sequence[object]) | (Unknown & Sequence[object])`
New: Argument to function `_show_with_state` is incorrect: Expected `UIElement | Sequence[UIElement]`, found `UIElement | Sequence[UIElement] | (Application & Sequence[object]) | (@Todo & Sequence[object])`

src/bokeh/layouts.py

[error] invalid-argument-type - :355:35 -
Old: Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `Unknown | Drag | ToolProxy | None`
New: Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `@Todo | Drag | ToolProxy | None`
[error] invalid-argument-type - :356:38 -
Old: Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `Unknown | InspectTool | ToolProxy | Sequence[InspectTool] | None`
New: Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `@Todo | InspectTool | ToolProxy | Sequence[InspectTool] | None`
[error] invalid-argument-type - :357:37 -
Old: Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `Unknown | Scroll | ToolProxy | None`
New: Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `@Todo | Scroll | ToolProxy | None`
[error] invalid-argument-type - :358:34 -
Old: Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `Unknown | Tap | ToolProxy | None`
New: Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `@Todo | Tap | ToolProxy | None`
[error] invalid-argument-type - :359:36 -
Old: Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `Unknown | GestureTool | ToolProxy | None`
New: Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `@Todo | GestureTool | ToolProxy | None`
[error] invalid-assignment - :593:17 -
Old: Object of type `Unknown & ~None` is not assignable to attribute `sizing_mode` on type `row | col`
New: Object of type `@Todo & ~None` is not assignable to attribute `sizing_mode` on type `row | col`

src/bokeh/models/__init__.py

[error] invalid-assignment - :108:1 - Object of type `tuple[Literal["Model"], @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo]` is not assignable to `tuple[@Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo]`

src/bokeh/models/annotations/__init__.py

[error] invalid-assignment - :44:1 - Object of type `tuple[@Todo, @Todo, @Todo, @Todo, @Todo, @Todo, @Todo]` is not assignable to `tuple[@Todo, @Todo, @Todo]`

src/bokeh/models/expressions.py

[warning] possibly-missing-attribute - :260:41 - Attribute `anticlock` on type `Unknown | Enumeration` may be missing
[error] unresolved-attribute - :260:41 - Type `Enumeration` has no attribute `anticlock`

src/bokeh/models/glyphs.py

[warning] possibly-missing-attribute - :270:41 - Attribute `anticlock` on type `Unknown | Enumeration` may be missing
[error] unresolved-attribute - :270:41 - Type `Enumeration` has no attribute `anticlock`

src/bokeh/models/plots.py

[error] invalid-argument-type - :307:35 -
Old: Argument to function `getattr` is incorrect: Expected `str`, found `Unknown | str | int`
New: Argument to function `getattr` is incorrect: Expected `str`, found `str | int`

src/bokeh/plotting/_legends.py

[error] invalid-assignment - :111:5 -
Old: Object of type `Unknown | Field` is not assignable to `str`
New: Object of type `Field` is not assignable to `str`
[error] invalid-assignment - :132:9 -
Old: Object of type `Unknown | Value[Unknown]` is not assignable to `str`
New: Object of type `Value[str]` is not assignable to `str`
[error] invalid-assignment - :139:5 -
Old: Object of type `Unknown | Value[Unknown]` is not assignable to `str`
New: Object of type `Value[str]` is not assignable to `str`

src/bokeh/server/contexts.py

[warning] possibly-missing-attribute - :286:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :286:17 - Type `Logger` has no attribute `trace`

src/bokeh/server/views/ws.py

[error] invalid-argument-type - :115:48 -
Old: Argument to function `check_allowlist` is incorrect: Expected `Sequence[str]`, found `Unknown | set[Unknown]`
New: Argument to function `check_allowlist` is incorrect: Expected `Sequence[str]`, found `Unknown | set[str]`
[warning] possibly-missing-attribute - :167:9 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :167:9 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :270:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :270:13 - Type `Logger` has no attribute `trace`
[warning] possibly-missing-attribute - :272:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] unresolved-attribute - :272:13 - Type `Logger` has no attribute `trace`

boostedblob (https://github.com/hauntsaninja/boostedblob)

boostedblob/cli.py

[error] invalid-argument-type - :664:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `bool`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 - Argument to bound method `add_argument` is incorrect: Expected `bool`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 - Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 - Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 - Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :664:45 - Argument to bound method `add_argument` is incorrect: Expected `str`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `bool`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 - Argument to bound method `add_argument` is incorrect: Expected `bool`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 - Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 - Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 - Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :676:45 - Argument to bound method `add_argument` is incorrect: Expected `str`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `bool`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 - Argument to bound method `add_argument` is incorrect: Expected `bool`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 - Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 - Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 - Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :689:45 - Argument to bound method `add_argument` is incorrect: Expected `str`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `bool`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 - Argument to bound method `add_argument` is incorrect: Expected `bool`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 - Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 - Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 - Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :710:45 - Argument to bound method `add_argument` is incorrect: Expected `str`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `bool`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 - Argument to bound method `add_argument` is incorrect: Expected `bool`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 - Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 - Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 - Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :722:45 - Argument to bound method `add_argument` is incorrect: Expected `str`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `bool`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 -
Old: Argument to bound method `add_argument` is incorrect: Expected `str`, found `<class 'int'> | str | Unknown | int`
New: Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 - Argument to bound method `add_argument` is incorrect: Expected `bool`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 - Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 - Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 - Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `<class 'int'> | str | int`
[error] invalid-argument-type - :754:45 - Argument to bound method `add_argument` is incorrect: Expected `str`, found `<class 'int'> | str | int`

cloud-init (https://github.com/canonical/cloud-init)

tests/unittests/config/test_cc_ssh.py

[error] invalid-assignment - :118:9 - Object of type `Literal[False]` is not assignable to attribute `PUBLISH_HOST_KEYS` of type `Literal[True]`

tests/integration_tests/modules/test_set_hostname.py

[error] unsupported-operator - :33:44 - Operator `>=` is not supported for types `Release` and `Release`, in comparing `Unknown | Release` with `Unknown | Release`

cloudinit/config/cc_growpart.py

[error] invalid-return-type - :214:12 -
Old: Return type does not match returned value: expected `Resizer`, found `None | (Unknown & ~AlwaysFalsy) | (ResizeGrowPart & ~AlwaysFalsy) | (ResizeGrowFS & ~AlwaysFalsy) | (ResizeGpart & ~AlwaysFalsy)`
New: Return type does not match returned value: expected `Resizer`, found `None | (ResizeGrowPart & ~AlwaysFalsy) | (ResizeGrowFS & ~AlwaysFalsy) | (ResizeGpart & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`

cloudinit/sources/helpers/openstack.py

[error] unsupported-operator - :350:32 -
Old: Operator `not in` is not supported for types `Unknown` and `int`, in comparing `Unknown | Literal["hostname", "uuid"]` with `Unknown | str | int`
New: Operator `not in` is not supported for types `str` and `int`, in comparing `Literal["hostname", "uuid"]` with `Unknown | str | int`
[error] unsupported-operator - :352:16 -
Old: Operator `in` is not supported for types `Unknown` and `int`, in comparing `Unknown | Literal["hostname", "uuid"]` with `Unknown | str | int`
New: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["hostname", "uuid"]` with `Unknown | str | int`

tests/integration_tests/dropins/test_custom_modules.py

[error] unsupported-operator - :26:8 -
Old: Operator `>=` is not supported for types `Release` and `Release`, in comparing `Unknown | Release` with `Unknown | Release`
New: Operator `>=` is not supported for types `Release` and `Release`

tests/integration_tests/modules/test_disk_setup.py

[error] unsupported-operator - :263:12 -
Old: Operator `<=` is not supported for types `Release` and `Release`, in comparing `Unknown | Release` with `Unknown | Release`
New: Operator `<=` is not supported for types `Release` and `Release`

tests/integration_tests/net/test_dhcp.py

[error] unsupported-operator - :19:9 -
Old: Operator `>=` is not supported for types `Release` and `Release`, in comparing `Unknown | Release` with `Unknown | Release`
New: Operator `>=` is not supported for types `Release` and `Release`

tests/integration_tests/test_defaults.py

[error] unsupported-operator - :58:12 -
Old: Operator `>=` is not supported for types `Release` and `Release`, in comparing `Unknown | Release` with `Unknown | Release`
New: Operator `>=` is not supported for types `Release` and `Release`

tests/unittests/sources/test_altcloud.py

[error] invalid-assignment - :205:5 - Object of type `Literal["no such file"]` is not assignable to attribute `CLOUD_INFO_FILE` of type `Literal["/etc/sysconfig/cloud-info"]`

tests/unittests/test_ds_identify.py

[error] invalid-assignment - :1037:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Unknown | Literal["etc/cloud/ds-identify.cfg"]` and a value of type `LiteralString` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["etc/cloud/ds-identify.cfg"]` and a value of type `LiteralString` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] invalid-argument-type - :1097:21 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Unknown | Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1097:21 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Unknown | Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1097:21 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Unknown | Literal["sys/class/dmi/id/product_name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1097:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1097:21 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `str`
[error] invalid-assignment - :1098:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Unknown | Literal["sys/class/dmi/id/product_name"]` and a value of type `Unknown | str` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["sys/class/dmi/id/product_name"]` and a value of type `Unknown | str` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] invalid-argument-type - :1115:13 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Unknown | Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1115:13 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Unknown | Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1115:13 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Unknown | Literal["sys/class/dmi/id/product_name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1115:13 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1115:13 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `str`
[error] invalid-assignment - :1152:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Unknown | Literal["sys/class/dmi/id/chassis_asset_tag"]` and a value of type `Literal["7783-7084-3265-9085-8269-3286-77\n"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and a value of type `Literal["7783-7084-3265-9085-8269-3286-77\n"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] invalid-argument-type - :1246:13 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Unknown | Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1246:13 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Unknown | Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1246:13 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Unknown | Literal["/native/.zonecontrol/metadata.sock"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1246:13 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1246:13 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `str`
[error] invalid-argument-type - :1254:13 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Unknown | Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1254:13 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Unknown | Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1254:13 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Unknown | Literal["/native/.zonecontrol/metadata.sock"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1254:13 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1254:13 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `str`
[error] invalid-assignment - :1416:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Unknown | Literal["sys/class/dmi/id/chassis_asset_tag"]` and a value of type `Literal["Not Oracle"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
New: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | str | int], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | str | int]], /) -> None]) | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["sys/class/dmi/id/chassis_asset_tag"]` and a value of type `Literal["Not Oracle"]` on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`

tests/unittests/test_net.py

[error] invalid-argument-type - :1474:22 -
Old: Argument to bound method `write` is incorrect: Expected `str`, found `Unknown | bool | str | None`
New: Argument to bound method `write` is incorrect: Expected `str`, found `@Todo | bool | str | None`

tools/mock-meta.py

[warning] possibly-missing-attribute - :352:26 - Attribute `get_data` on type `Unknown | None` may be missing
[error] unresolved-attribute - :352:26 - Type `None` has no attribute `get_data`
[warning] possibly-missing-attribute - :353:26 - Attribute `get_data` on type `Unknown | None` may be missing
[error] unresolved-attribute - :353:26 - Type `None` has no attribute `get_data`

tools/test_tools.py

[warning] possibly-missing-attribute - :85:19 - Attribute `main` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :85:19 - Type `ModuleType` has no attribute `main`

colour (https://github.com/colour-science/colour)

colour/colorimetry/tristimulus_values.py

[warning] possibly-missing-attribute - :194:57 -
Old: Attribute `shape` on type `MultiSpectralDistributions | None | Unknown` may be missing
New: Attribute `shape` on type `MultiSpectralDistributions | None | Any` may be missing
[warning] possibly-missing-attribute - :197:28 -
Old: Attribute `shape` on type `MultiSpectralDistributions | None | Unknown` may be missing
New: Attribute `shape` on type `MultiSpectralDistributions | None | Any` may be missing
[warning] possibly-missing-attribute - :199:66 -
Old: Attribute `name` on type `MultiSpectralDistributions | None | Unknown` may be missing
New: Attribute `name` on type `MultiSpectralDistributions | None | Any` may be missing
[warning] possibly-missing-attribute - :203:45 -
Old: Attribute `shape` on type `MultiSpectralDistributions | None | Unknown` may be missing
New: Attribute `shape` on type `MultiSpectralDistributions | None | Any` may be missing
[error] invalid-return-type - :205:12 -
Old: Return type does not match returned value: expected `tuple[MultiSpectralDistributions, SpectralDistribution]`, found `tuple[MultiSpectralDistributions | None | Unknown, SpectralDistribution | None | Any]`
New: Return type does not match returned value: expected `tuple[MultiSpectralDistributions, SpectralDistribution]`, found `tuple[MultiSpectralDistributions | None | Any, SpectralDistribution | None | Any]`

comtypes (https://github.com/enthought/comtypes)

comtypes/test/test_client.py

[error] invalid-argument-type - :208:17 - Argument to function `CreateObject` is incorrect: Expected `_COSERVERINFO | None`, found `_CArgObject`
[error] invalid-argument-type - :214:13 - Argument to function `CreateObject` is incorrect: Expected `_COSERVERINFO | None`, found `_CArgObject`

comtypes/test/test_typeinfo.py

[error] invalid-argument-type - :57:38 -
Old: Argument to function `QueryPathOfRegTypeLib` is incorrect: Expected `str`, found `Unknown | GUID`
New: Argument to function `QueryPathOfRegTypeLib` is incorrect: Expected `str`, found `GUID`

core (https://github.com/home-assistant/core)

homeassistant/components/hassio/config.py

[error] invalid-argument-type - :49:72 - Argument expression after ** must be a mapping type: Found `HassioUpdateParametersDict | UndefinedType | Unknown`

homeassistant/components/media_source/helper.py

[error] invalid-argument-type - :92:56 - Argument to function `_get_media_item` is incorrect: Expected `str | None`, found `str | None | UndefinedType | Unknown`

homeassistant/components/adguard/entity.py

[error] invalid-argument-type - :63:25 -
Old: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[Unknown | str, Unknown, Unknown, Unknown]]`
New: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, Unknown, Unknown]]`

homeassistant/components/apple_tv/__init__.py

[warning] possibly-missing-attribute - :351:13 -
Old: Attribute `removesuffix` on type `Unknown | set[Unknown | tuple[Unknown | str, Unknown]] | str` may be missing
New: Attribute `removesuffix` on type `Unknown | set[Unknown | tuple[str, Unknown]] | str` may be missing

homeassistant/components/azure_devops/entity.py

[error] invalid-argument-type - :23:25 -
Old: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[Unknown | str, str, Unknown]]`
New: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str, Unknown]]`

homeassistant/components/backup/config.py

[warning] possibly-missing-attribute - :192:43 - Attribute `items` on type `dict[str, AgentParametersDict] | UndefinedType | Unknown` may be missing
[error] invalid-argument-type - :226:72 - Argument expression after ** must be a mapping type: Found `CreateBackupParametersDict | UndefinedType | Unknown`
[error] unsupported-operator - :227:16 - Operator `in` is not supported for types `str` and `UndefinedType`, in comparing `Literal["agent_ids"]` with `CreateBackupParametersDict | UndefinedType | Unknown`
[error] invalid-argument-type - :230:45 - Argument expression after ** must be a mapping type: Found `RetentionParametersDict | UndefinedType | Unknown`
[error] invalid-argument-type - :235:43 - Argument expression after ** must be a mapping type: Found `ScheduleParametersDict | UndefinedType | Unknown`

homeassistant/components/eafm/sensor.py

[error] invalid-argument-type - :101:25 -
Old: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[Unknown | str, str, Unknown]]`
New: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str, Unknown]]`

homeassistant/components/emulated_hue/hue_api.py

[error] unsupported-operator - :453:26 -
Old: Operator `/` is unsupported between objects of type `Any | bool | None` and `Unknown | Literal[254]`
New: Operator `/` is unsupported between objects of type `Any | bool | None` and `Literal[254]`
[error] unsupported-operator - :494:36 -
Old: Operator `/` is unsupported between objects of type `Any | bool | None | Literal[0]` and `Unknown | Literal[65535]`
New: Operator `/` is unsupported between objects of type `Any | bool | None | Literal[0]` and `Literal[65535]`
[error] unsupported-operator - :495:36 -
Old: Operator `/` is unsupported between objects of type `Any | bool | None | Literal[0]` and `Unknown | Literal[254]`
New: Operator `/` is unsupported between objects of type `Any | bool | None | Literal[0]` and `Literal[254]`

homeassistant/components/hvv_departures/binary_sensor.py

[error] invalid-argument-type - :143:25 -
Old: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[Unknown | str, Unknown, Unknown, Unknown]]`
New: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, Unknown, Unknown]]`

homeassistant/components/hvv_departures/sensor.py

[error] invalid-argument-type - :79:25 -
Old: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[Unknown | str, Unknown, Unknown, Unknown]]`
New: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, Unknown, Unknown]]`

homeassistant/components/izone/climate.py

[error] invalid-argument-type - :469:25 -
Old: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[Unknown | str, Unknown & ~AlwaysFalsy, Unknown]]`
New: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown & ~AlwaysFalsy, Unknown]]`

homeassistant/components/media_source/local_source.py

[error] invalid-argument-type - :417:32 - Method `__getitem__` of type `bound method dict[str, MediaSource].__getitem__(key: str, /) -> MediaSource` cannot be called with key of type `str | None` on object of type `dict[str, MediaSource]`

homeassistant/components/mqtt/models.py

[error] invalid-argument-type - :318:21 - Argument to bound method `__init__` is incorrect: Expected `Exception`, found `BaseException`
[error] invalid-argument-type - :344:17 - Argument to bound method `__init__` is incorrect: Expected `Exception`, found `BaseException`

homeassistant/components/network/__init__.py

[error] invalid-argument-type - :76:46 - Argument to function `async_get_source_ip` is incorrect: Expected `str`, found `str | UndefinedType | Unknown`

homeassistant/components/peblar/coordinator.py

[warning] possibly-missing-attribute - :84:38 - Attribute `state` on type `(ConfigEntry[PeblarRuntimeData] & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | (ConfigEntry[Any] & ~AlwaysFalsy) | (UndefinedType & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :89:21 - Attribute `entry_id` on type `(ConfigEntry[PeblarRuntimeData] & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | (ConfigEntry[Any] & ~AlwaysFalsy) | (UndefinedType & ~AlwaysFalsy)` may be missing

homeassistant/components/recorder/statistics.py

[error] invalid-argument-type - :877:40 - Argument to bound method `update_unit_of_measurement` is incorrect: Expected `str | None`, found `str | None | UndefinedType`
[error] invalid-argument-type - :887:48 - Argument to bound method `update_statistic_id` is incorrect: Expected `str`, found `str | UndefinedType`

homeassistant/components/synology_dsm/__init__.py

[error] invalid-argument-type - :93:39 - Argument to function `raise_config_entry_auth_error` is incorrect: Expected `Exception`, found `BaseException`

homeassistant/components/synology_dsm/coordinator.py

[error] invalid-argument-type - :61:51 - Argument to function `raise_config_entry_auth_error` is incorrect: Expected `Exception`, found `BaseException`

homeassistant/components/toon/entity.py

[error] invalid-argument-type - :43:25 -
Old: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[Unknown | str, Unknown, str]]`
New: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, str]]`
[error] invalid-argument-type - :46:24 -
Old: Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Unknown | Literal["toon"], Unknown, Literal["meter_adapter"]]`
New: Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Literal["toon"], Unknown, Literal["meter_adapter"]]`
[error] invalid-argument-type - :63:25 -
Old: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[Unknown | str, Unknown, str]]`
New: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, str]]`
[error] invalid-argument-type - :66:24 -
Old: Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Unknown | Literal["toon"], Unknown, Literal["electricity"]]`
New: Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Literal["toon"], Unknown, Literal["electricity"]]`
[error] invalid-argument-type - :83:25 -
Old: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[Unknown | str, Unknown, str]]`
New: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, str]]`
[error] invalid-argument-type - :86:24 -
Old: Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Unknown | Literal["toon"], Unknown, Literal["electricity"]]`
New: Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Literal["toon"], Unknown, Literal["electricity"]]`
[error] invalid-argument-type - :103:25 -
Old: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[Unknown | str, Unknown, str]]`
New: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, str]]`
[error] invalid-argument-type - :106:24 -
Old: Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Unknown | Literal["toon"], Unknown, Literal["meter_adapter"]]`
New: Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Literal["toon"], Unknown, Literal["meter_adapter"]]`
[error] invalid-argument-type - :124:25 -
Old: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[Unknown | str, Unknown, str]]`
New: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, str]]`
[error] invalid-argument-type - :144:25 -
Old: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[Unknown | str, Unknown, str]]`
New: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, str]]`
[error] invalid-argument-type - :147:24 -
Old: Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Unknown | Literal["toon"], Unknown, Literal["boiler_module"]]`
New: Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Literal["toon"], Unknown, Literal["boiler_module"]]`

homeassistant/components/ukraine_alarm/coordinator.py

[error] invalid-assignment - :57:13 -
Old: Method `__setitem__` of type `bound method dict[Unknown, Literal[False]].__setitem__(key: Unknown, value: Literal[False], /) -> None` cannot be called with a key of type `Unknown` and a value of type `Literal[True]` on object of type `dict[Unknown, Literal[False]]`
New: Method `__setitem__` of type `bound method dict[Unknown | str, Literal[False]].__setitem__(key: Unknown | str, value: Literal[False], /) -> None` cannot be called with a key of type `Unknown` and a value of type `Literal[True]` on object of type `dict[Unknown | str, Literal[False]]`

homeassistant/config.py

[error] invalid-argument-type - :1055:13 - Argument is incorrect: Expected `Exception`, found `BaseException`
[error] invalid-argument-type - :1115:17 - Argument is incorrect: Expected `Exception`, found `BaseException`

homeassistant/config_entries.py

[error] invalid-argument-type - :2446:53 - Argument to function `__new__` is incorrect: Expected `SupportsKeysAndGetItem[Unknown, Unknown]`, found `Mapping[str, Any] | UndefinedType | Unknown`
[error] invalid-argument-type - :2450:56 - Argument to function `__new__` is incorrect: Expected `SupportsKeysAndGetItem[Unknown, Unknown]`, found `Mapping[str, Any] | UndefinedType | Unknown`
[error] invalid-argument-type - :2455:63 - Argument to function `__new__` is incorrect: Expected `SupportsKeysAndGetItem[Unknown, Unknown]`, found `dict[str, ConfigSubentry] | UndefinedType | Unknown`
[error] invalid-argument-type - :2543:56 - Argument to function `__new__` is incorrect: Expected `SupportsKeysAndGetItem[Unknown, Unknown]`, found `Mapping[str, Any] | UndefinedType | Unknown`
[error] unsupported-operator - :3221:20 - Operator `|` is unsupported between objects of type `MappingProxyType[str, Any]` and `Mapping[str, Any] | UndefinedType | Unknown`
[error] unsupported-operator - :3438:20 - Operator `|` is unsupported between objects of type `MappingProxyType[str, Any]` and `Mapping[str, Any] | UndefinedType | Unknown`

homeassistant/helpers/device_registry.py

[error] invalid-argument-type - :501:13 - Argument is incorrect: Expected `DeviceEntryDisabler | None`, found `Unknown | DeviceEntryDisabler | None | UndefinedType`
[error] invalid-argument-type - :916:50 - Argument to function `_normalize_connections` is incorrect: Expected `Iterable[tuple[str, str]]`, found `set[tuple[str, str]] | UndefinedType | (Unknown & ~None)`

homeassistant/helpers/entity_registry.py

[warning] possibly-missing-attribute - :175:65 - Attribute `items` on type `Mapping[str, Mapping[str, Any]] | UndefinedType` may be missing
[error] invalid-argument-type - :757:52 - Argument to bound method `async_get_entry` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | (UndefinedType & ~AlwaysFalsy)`
[error] invalid-argument-type - :775:70 - Argument to bound method `async_get_entry` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | (UndefinedType & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :943:31 - Attribute `entry_id` on type `(ConfigEntry[Any] & ~AlwaysFalsy) | (UndefinedType & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :994:24 - Attribute `disabled_by` on type `(ConfigEntry[Any] & ~AlwaysFalsy) | (UndefinedType & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :1036:17 - Attribute `pref_disable_new_entities` on type `(ConfigEntry[Any] & ~AlwaysFalsy) | (UndefinedType & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)` may be missing
[error] invalid-return-type - :1042:20 - Return type does not match returned value: expected `_T@none_if_undefined | None`, found `None | _T@none_if_undefined | UndefinedType`
[error] invalid-assignment - :1342:13 - Object of type `str | UndefinedType | Unknown` is not assignable to `str`
[error] invalid-argument-type - :1048:13 -
Old: Argument is incorrect: Expected `Mapping[str, Any] | None`, found `Mapping[str, Any] | None | UndefinedType | Unknown`
New: Argument is incorrect: Expected `Mapping[str, Any] | None`, found `Mapping[str, Any] | None | UndefinedType`
[error] invalid-argument-type - :1049:13 -
Old: Argument is incorrect: Expected `str | None`, found `Unknown | UndefinedType | None | str`
New: Argument is incorrect: Expected `str | None`, found `UndefinedType | None | str`
[error] invalid-argument-type - :1050:13 -
Old: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType | Unknown`
New: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType`
[error] invalid-argument-type - :1053:13 -
Old: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType | Unknown`
New: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType`
[error] invalid-argument-type - :1055:13 -
Old: Argument is incorrect: Expected `EntityCategory | None`, found `EntityCategory | UndefinedType | None | Unknown`
New: Argument is incorrect: Expected `EntityCategory | None`, found `EntityCategory | UndefinedType | None`
[error] invalid-argument-type - :1058:13 -
Old: Argument is incorrect: Expected `bool`, found `bool | (UndefinedType & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
New: Argument is incorrect: Expected `bool`, found `bool | (UndefinedType & ~AlwaysFalsy)`
[error] invalid-argument-type - :1063:13 -
Old: Argument is incorrect: Expected `ReadOnlyEntityOptionsType`, found `Unknown | None`
New: Argument is incorrect: Expected `ReadOnlyEntityOptionsType`, found `(Unknown & ~UndefinedType) | @Todo | None`
[error] invalid-argument-type - :1064:13 -
Old: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType | Unknown`
New: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType`
[error] invalid-argument-type - :1065:13 -
Old: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType | Unknown`
New: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType`
[error] invalid-argument-type - :1066:13 -
Old: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType | Unknown`
New: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType`
[error] invalid-argument-type - :1069:13 -
Old: Argument is incorrect: Expected `int`, found `(int & ~AlwaysFalsy) | (UndefinedType & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | Literal[0]`
New: Argument is incorrect: Expected `int`, found `(int & ~AlwaysFalsy) | (UndefinedType & ~AlwaysFalsy) | Literal[0]`
[error] invalid-argument-type - :1070:13 -
Old: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType | Unknown`
New: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType`
[error] invalid-argument-type - :1072:13 -
Old: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType | Unknown`
New: Argument is incorrect: Expected `str | None`, found `str | None | UndefinedType`

homeassistant/helpers/schema_config_entry_flow.py

[error] call-non-callable - :287:46 - Object of type `UndefinedType` is not callable

homeassistant/loader.py

[error] unsupported-operator - :1586:21 - Operator `&` is unsupported between objects of type `set[Unknown]` and `set[str] | UndefinedType | (Unknown & ~None)`

cwltool (https://github.com/common-workflow-language/cwltool)

cwltool/workflow.py

[error] invalid-assignment - :56:1 - Implicit shadowing of function `make_tool_notimpl`

tests/test_ext.py

[error] invalid-assignment - :266:9 - Object of type `Literal[3]` is not assignable to attribute `FILE_COUNT_WARNING` of type `Literal[5000]`

cwltool/command_line_tool.py

[error] invalid-assignment - :715:13 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: MutableMapping[str, @Todo | None], /) -> None, (key: slice[Any, Any, Any], value: Iterable[MutableMapping[str, @Todo | None]], /) -> None]` cannot be called with a key of type `int` and a value of type `@Todo | None` on object of type `list[MutableMapping[str, @Todo | None]]`

cwltool/job.py

[warning] unused-ignore-comment - :375:52 - Unused blanket `type: ignore` directive

cwltool/load_tool.py

[error] invalid-assignment - :176:33 -
Old: Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Unknown | str` and a value of type `str` on object of type `(Unknown & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None] | (MutableSequence[Unknown | MutableMapping[str, @Todo | None] | str | int] & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])`
New: Method `__setitem__` of type `(bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None) | (bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None)` cannot be called with a key of type `Unknown | str` and a value of type `str` on object of type `MutableMapping[str, @Todo | None] | (MutableSequence[MutableMapping[str, @Todo | None] | str | int] & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])`
[error] invalid-assignment - :190:25 -
Old: Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["stdin"]` and a value of type `str` on object of type `(Unknown & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None] | (MutableSequence[Unknown | MutableMapping[str, @Todo | None] | str | int] & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])`
New: Method `__setitem__` of type `(bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None) | (bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None)` cannot be called with a key of type `Literal["stdin"]` and a value of type `str` on object of type `MutableMapping[str, @Todo | None] | (MutableSequence[MutableMapping[str, @Todo | None] | str | int] & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])`

cwltool/main.py

[error] invalid-argument-type - :501:37 - Argument to bound method `_init_job` is incorrect: Expected `MutableMapping[str, @Todo | None]`, found `MutableMapping[str, @Todo | None] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] invalid-argument-type - :504:43 - Argument to bound method `bind_input` is incorrect: Expected `MutableMapping[str, @Todo | None] | list[MutableMapping[str, @Todo | None]]`, found `MutableMapping[str, @Todo | None] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] invalid-argument-type - :512:13 - Argument to function `printdeps` is incorrect: Expected `MutableMapping[str, @Todo | None]`, found `MutableMapping[str, @Todo | None] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] invalid-argument-type - :525:13 - Argument to bound method `store` is incorrect: Expected `MutableMapping[str, @Todo | None]`, found `MutableMapping[str, @Todo | None] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] invalid-return-type - :532:12 - Return type does not match returned value: expected `MutableMapping[str, @Todo | None]`, found `MutableMapping[str, @Todo | None] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] invalid-assignment - :282:21 -
Old: Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["type"]` and a value of type `Unknown` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (Unknown & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
New: Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["type"]` and a value of type `@Todo` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
[error] invalid-assignment - :293:17 -
Old: Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["type"]` and a value of type `Unknown` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (Unknown & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
New: Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["type"]` and a value of type `@Todo` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
[error] invalid-assignment - :301:17 -
Old: Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["type"]` and a value of type `Unknown` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (Unknown & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
New: Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["type"]` and a value of type `@Todo` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
[error] invalid-assignment - :307:17 -
Old: Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["items"]` and a value of type `Unknown` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (Unknown & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
New: Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["items"]` and a value of type `@Todo` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
[error] invalid-assignment - :315:17 -
Old: Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["fields"]` and a value of type `Unknown` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (Unknown & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
New: Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["fields"]` and a value of type `@Todo` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
[warning] possibly-missing-attribute - :479:33 -
Old: Attribute `get` on type `Unknown | MutableMapping[str, @Todo | None] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
New: Attribute `get` on type `MutableMapping[str, @Todo | None] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
[error] unsupported-operator - :528:8 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["cwl:tool"]` with `Unknown | MutableMapping[str, @Todo | None] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["cwl:tool"]` with `MutableMapping[str, @Todo | None] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] unsupported-operator - :530:8 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | Literal["__id"]` with `Unknown | MutableMapping[str, @Todo | None] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["__id"]` with `MutableMapping[str, @Todo | None] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`

cwltool/process.py

[error] invalid-argument-type - :315:51 - Argument to function `_collectDirEntries` is incorrect: Expected `MutableMapping[str, @Todo | None] | MutableSequence[MutableMapping[str, @Todo | None]] | None`, found `object`

dd-trace-py (https://github.com/DataDog/dd-trace-py)

ddtrace/errortracking/_handled_exceptions/bytecode_injector.py

[error] invalid-type-form - :37:68 - Variable of type `Never` is not allowed in a type expression

ddtrace/trace/__init__.py

[warning] unused-ignore-comment - :16:23 - Unused blanket `type: ignore` directive

benchmarks/appsec_iast_propagation/scenario.py

[warning] possibly-missing-attribute - :51:5 - Attribute `release_request` on type `Unknown | OverheadControl` may be missing
[error] unresolved-attribute - :51:5 - Type `OverheadControl` has no attribute `release_request`

benchmarks/bm/iast_fixtures/str_methods_py3.py

[warning] possibly-missing-attribute - :156:12 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing

benchmarks/set_http_meta/scenario.py

[warning] possibly-missing-implicit-call - :74:13 -
Old: Method `__setitem__` of type `Unknown | str | int | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | int]` may be missing
New: Method `__setitem__` of type `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]` may be missing
[warning] possibly-missing-implicit-call - :80:13 -
Old: Method `__setitem__` of type `Unknown | str | int | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | int]` may be missing
New: Method `__setitem__` of type `str | int | dict[Unknown | str, Unknown | str] | Unknown | dict[Unknown | str, Unknown | int]` may be missing

ddtrace/appsec/_iast/__init__.py

[error] invalid-assignment - :117:5 - Object of type `Literal[False]` is not assignable to attribute `_deduplication_enabled` on type `Unknown | ASMConfig`
[error] unresolved-attribute - :117:5 - Unresolved attribute `_deduplication_enabled` on type `ASMConfig`.

ddtrace/appsec/_iast/_metrics.py

[warning] possibly-missing-attribute - :25:23 -
Old: Attribute `upper` on type `Unknown | EnvVariable[Unknown | Literal["INFORMATION"]]` may be missing
New: Attribute `upper` on type `Unknown | EnvVariable[Literal["INFORMATION"]]` may be missing

ddtrace/contrib/internal/pytest/_plugin_v2.py

[error] invalid-argument-type - :220:63 -
Old: Argument to function `record_code_coverage_started` is incorrect: Expected `TEST_FRAMEWORKS | None`, found `Unknown | Literal["pytest"]`
New: Argument to function `record_code_coverage_started` is incorrect: Expected `TEST_FRAMEWORKS | None`, found `Literal["pytest"]`
[error] invalid-argument-type - :241:64 -
Old: Argument to function `record_code_coverage_finished` is incorrect: Expected `TEST_FRAMEWORKS | None`, found `Unknown | Literal["pytest"]`
New: Argument to function `record_code_coverage_finished` is incorrect: Expected `TEST_FRAMEWORKS | None`, found `Literal["pytest"]`

ddtrace/contrib/internal/selenium/patch.py

[warning] possibly-missing-attribute - :92:25 -
Old: Attribute `trace_id` on type `Unknown | Span | None` may be missing
New: Attribute `trace_id` on type `Span | None` may be missing

ddtrace/contrib/internal/tornado/patch.py

[error] invalid-assignment - :59:5 - Object of type `def wrap_executor(tracer, fn, args, kwargs, span_name, service=None, resource=None, span_type=None) -> Unknown` is not assignable to attribute `_wrap_executor` on type `Unknown | Tracer`
[error] unresolved-attribute - :59:5 - Unresolved attribute `_wrap_executor` on type `Tracer`.

ddtrace/debugging/_products/code_origin/span.py

[warning] possibly-missing-attribute - :26:8 - Attribute `span` on type `Unknown | CodeOriginConfig` may be missing
[error] unresolved-attribute - :26:8 - Type `CodeOriginConfig` has no attribute `span`
[warning] possibly-missing-attribute - :51:8 - Attribute `span` on type `Unknown | CodeOriginConfig` may be missing
[error] unresolved-attribute - :51:8 - Type `CodeOriginConfig` has no attribute `span`
[warning] possibly-missing-attribute - :73:25 - Attribute `span` on type `Unknown | CodeOriginConfig` may be missing
[warning] possibly-missing-attribute - :73:84 - Attribute `span` on type `Unknown | CodeOriginConfig` may be missing
[error] unresolved-attribute - :73:25 - Type `CodeOriginConfig` has no attribute `span`
[error] unresolved-attribute - :73:84 - Type `CodeOriginConfig` has no attribute `span`

ddtrace/errortracking/_handled_exceptions/bytecode_reporting.py

[error] invalid-type-form - :28:16 - Variable of type `Never` is not allowed in a type expression
[error] invalid-type-form - :30:65 - Variable of type `Never` is not allowed in a type expression

ddtrace/errortracking/_handled_exceptions/monitoring_reporting.py

[warning] possibly-missing-attribute - :84:32 - Attribute `HANDLED_EXCEPTIONS_MONITORING_ID` on type `Unknown | ErrorTrackingConfig` may be missing
[error] unresolved-attribute - :84:32 - Type `ErrorTrackingConfig` has no attribute `HANDLED_EXCEPTIONS_MONITORING_ID`
[warning] possibly-missing-attribute - :85:31 - Attribute `HANDLED_EXCEPTIONS_MONITORING_ID` on type `Unknown | ErrorTrackingConfig` may be missing
[error] unresolved-attribute - :85:31 - Type `ErrorTrackingConfig` has no attribute `HANDLED_EXCEPTIONS_MONITORING_ID`
[warning] possibly-missing-attribute - :94:9 - Attribute `HANDLED_EXCEPTIONS_MONITORING_ID` on type `Unknown | ErrorTrackingConfig` may be missing
[error] unresolved-attribute - :94:9 - Type `ErrorTrackingConfig` has no attribute `HANDLED_EXCEPTIONS_MONITORING_ID`
[warning] possibly-missing-attribute - :101:33 - Attribute `HANDLED_EXCEPTIONS_MONITORING_ID` on type `Unknown | ErrorTrackingConfig` may be missing
[error] unresolved-attribute - :101:33 - Type `ErrorTrackingConfig` has no attribute `HANDLED_EXCEPTIONS_MONITORING_ID`

ddtrace/internal/agent.py

[error] invalid-argument-type - :18:39 -
Old: Argument to function `get_connection` is incorrect: Expected `int | float`, found `Unknown | EnvVariable[Unknown | float]`
New: Argument to function `get_connection` is incorrect: Expected `int | float`, found `Unknown | EnvVariable[float]`

ddtrace/internal/ci_visibility/git_client.py

[error] invalid-argument-type - :99:38 - Argument to function `urljoin` is incorrect: Expected `Literal["/evp_proxy/v2/api/v2/git"]`, found `Unknown | DerivedVariable[Unknown]`

ddtrace/internal/opentelemetry/logs.py

[warning] possibly-missing-attribute - :38:16 - Attribute `exporter` on type `Unknown | OpenTelemetryConfig` may be missing
[error] unresolved-attribute - :38:16 - Type `OpenTelemetryConfig` has no attribute `exporter`
[warning] possibly-missing-attribute - :183:58 - Attribute `exporter` on type `Unknown | OpenTelemetryConfig` may be missing
[error] unresolved-attribute - :183:58 - Type `OpenTelemetryConfig` has no attribute `exporter`

ddtrace/internal/remoteconfig/client.py

[error] invalid-argument-type - :301:57 -
Old: Argument to function `get_connection` is incorrect: Expected `int | float`, found `Unknown | EnvVariable[Unknown | float]`
New: Argument to function `get_connection` is incorrect: Expected `int | float`, found `Unknown | EnvVariable[float]`

ddtrace/internal/writer/writer.py

[error] invalid-assignment - :173:13 -
Old: Object of type `Unknown | EnvVariable[Unknown | float]` is not assignable to `int | float | None`
New: Object of type `Unknown | EnvVariable[float]` is not assignable to `int | float | None`
[error] invalid-assignment - :528:13 -
Old: Object of type `Unknown | EnvVariable[Unknown | float]` is not assignable to `int | float | None`
New: Object of type `Unknown | EnvVariable[float]` is not assignable to `int | float | None`

ddtrace/profiling/_asyncio.py

[warning] possibly-missing-attribute - :54:21 - Attribute `stack` on type `Unknown | ProfilingConfig` may be missing
[error] unresolved-attribute - :54:21 - Type `ProfilingConfig` has no attribute `stack`

ddtrace/profiling/collector/_lock.py

[warning] possibly-missing-attribute - :187:16 - Attribute `lock` on type `Unknown | ProfilingConfig` may be missing
[error] unresolved-attribute - :187:16 - Type `ProfilingConfig` has no attribute `lock`

ddtrace/profiling/collector/memalloc.py

[warning] possibly-missing-attribute - :55:67 - Attribute `heap` on type `Unknown | ProfilingConfig` may be missing
[error] unresolved-attribute - :55:67 - Type `ProfilingConfig` has no attribute `heap`

ddtrace/profiling/collector/pytorch.py

[warning] possibly-missing-attribute - :124:45 - Attribute `pytorch` on type `Unknown | ProfilingConfig` may be missing
[error] unresolved-attribute - :124:45 - Type `ProfilingConfig` has no attribute `pytorch`

ddtrace/profiling/collector/threading.py

[warning] possibly-missing-attribute - :34:8 - Attribute `stack` on type `Unknown | ProfilingConfig` may be missing
[error] unresolved-attribute - :34:8 - Type `ProfilingConfig` has no attribute `stack`

ddtrace/profiling/profiler.py

[warning] possibly-missing-attribute - :123:43 - Attribute `memory` on type `Unknown | ProfilingConfig` may be missing
[error] unresolved-attribute - :123:43 - Type `ProfilingConfig` has no attribute `memory`
[warning] possibly-missing-attribute - :124:42 - Attribute `stack` on type `Unknown | ProfilingConfig` may be missing
[error] unresolved-attribute - :124:42 - Type `ProfilingConfig` has no attribute `stack`
[warning] possibly-missing-attribute - :125:35 - Attribute `stack` on type `Unknown | ProfilingConfig` may be missing
[error] unresolved-attribute - :125:35 - Type `ProfilingConfig` has no attribute `stack`
[warning] possibly-missing-attribute - :126:41 - Attribute `lock` on type `Unknown | ProfilingConfig` may be missing
[error] unresolved-attribute - :126:41 - Type `ProfilingConfig` has no attribute `lock`
[warning] possibly-missing-attribute - :127:44 - Attribute `pytorch` on type `Unknown | ProfilingConfig` may be missing
[error] unresolved-attribute - :127:44 - Type `ProfilingConfig` has no attribute `pytorch`

ddtrace/settings/_agent.py

[error] invalid-return-type - :49:12 -
Old: Return type does not match returned value: expected `str`, found `Unknown | (EnvVariable[None] & ~AlwaysFalsy) | str`
New: Return type does not match returned value: expected `str`, found `(Unknown & ~AlwaysFalsy) | (EnvVariable[None] & ~AlwaysFalsy) | str`
[error] invalid-return-type - :68:12 -
Old: Return type does not match returned value: expected `str`, found `Unknown | (EnvVariable[None] & ~AlwaysFalsy) | str`
New: Return type does not match returned value: expected `str`, found `(Unknown & ~AlwaysFalsy) | (EnvVariable[None] & ~AlwaysFalsy) | str`

ddtrace/vendor/psutil/__init__.py

[error] invalid-assignment - :354:1 - Object of type `<class 'NoSuchProcess'>` is not assignable to attribute `NoSuchProcess` of type `None`
[error] invalid-assignment - :355:1 - Object of type `<class 'ZombieProcess'>` is not assignable to attribute `ZombieProcess` of type `None`
[error] invalid-assignment - :356:1 - Object of type `<class 'AccessDenied'>` is not assignable to attribute `AccessDenied` of type `None`
[error] invalid-assignment - :357:1 - Object of type `<class 'TimeoutExpired'>` is not assignable to attribute `TimeoutExpired` of type `None`
[error] invalid-assignment - :360:5 - Object of type `<class 'TimeoutExpired'>` is not assignable to attribute `TimeoutExpired` of type `None`
[error] unresolved-import - :143:11 - Cannot resolve imported module `._psutil_windows`
[error] unresolved-import - :144:11 - Cannot resolve imported module `._psutil_windows`
[error] unresolved-import - :145:11 - Cannot resolve imported module `._psutil_windows`
[error] unresolved-import - :146:11 - Cannot resolve imported module `._psutil_windows`
[error] unresolved-import - :147:11 - Cannot resolve imported module `._psutil_windows`
[error] unresolved-import - :148:11 - Cannot resolve imported module `._psutil_windows`
[error] unresolved-import - :150:29 - Module `ddtrace.vendor.psutil._pswindows` has no member `IOPRIO_VERYLOW`
[error] unresolved-import - :151:29 - Module `ddtrace.vendor.psutil._pswindows` has no member `IOPRIO_LOW`
[error] unresolved-import - :152:29 - Module `ddtrace.vendor.psutil._pswindows` has no member `IOPRIO_NORMAL`
[error] unresolved-import - :153:29 - Module `ddtrace.vendor.psutil._pswindows` has no member `IOPRIO_HIGH`
[warning] possibly-missing-attribute - :1244:22 - Attribute `pmmap_grouped` on type `<module 'ddtrace.vendor.psutil._pslinux'> | <module 'ddtrace.vendor.psutil._pswindows'> | <module 'ddtrace.vendor.psutil._psosx'> | <module 'ddtrace.vendor.psutil._psbsd'> | <module 'ddtrace.vendor.psutil._pssunos'> | <module 'ddtrace.vendor.psutil._psaix'>` may be missing
[warning] possibly-missing-attribute - :1247:22 - Attribute `pmmap_ext` on type `<module 'ddtrace.vendor.psutil._pslinux'> | <module 'ddtrace.vendor.psutil._pswindows'> | <module 'ddtrace.vendor.psutil._psosx'> | <module 'ddtrace.vendor.psutil._psbsd'> | <module 'ddtrace.vendor.psutil._pssunos'> | <module 'ddtrace.vendor.psutil._psaix'>` may be missing
[warning] possibly-missing-attribute - :1984:15 - Attribute `cpu_freq` on type `<module 'ddtrace.vendor.psutil._pslinux'> | <module 'ddtrace.vendor.psutil._pswindows'> | <module 'ddtrace.vendor.psutil._psosx'> | <module 'ddtrace.vendor.psutil._psbsd'> | <module 'ddtrace.vendor.psutil._pssunos'> | <module 'ddtrace.vendor.psutil._psaix'>` may be missing
[warning] possibly-missing-attribute - :2218:15 - Attribute `net_io_counters` on type `<module 'ddtrace.vendor.psutil._pslinux'> | <module 'ddtrace.vendor.psutil._pswindows'> | <module 'ddtrace.vendor.psutil._psosx'> | <module 'ddtrace.vendor.psutil._psbsd'> | <module 'ddtrace.vendor.psutil._pssunos'> | <module 'ddtrace.vendor.psutil._psaix'>` may be missing
[warning] possibly-missing-attribute - :2349:19 - Attribute `sensors_temperatures` on type `<module 'ddtrace.vendor.psutil._pslinux'> | <module 'ddtrace.vendor.psutil._pswindows'> | <module 'ddtrace.vendor.psutil._psosx'> | <module 'ddtrace.vendor.psutil._psbsd'> | <module 'ddtrace.vendor.psutil._pssunos'> | <module 'ddtrace.vendor.psutil._psaix'>` may be missing
[warning] possibly-missing-attribute - :2379:16 - Attribute `sensors_fans` on type `<module 'ddtrace.vendor.psutil._pslinux'> | <module 'ddtrace.vendor.psutil._pswindows'> | <module 'ddtrace.vendor.psutil._psosx'> | <module 'ddtrace.vendor.psutil._psbsd'> | <module 'ddtrace.vendor.psutil._pssunos'> | <module 'ddtrace.vendor.psutil._psaix'>` may be missing
[warning] possibly-missing-attribute - :2397:16 - Attribute `sensors_battery` on type `<module 'ddtrace.vendor.psutil._pslinux'> | <module 'ddtrace.vendor.psutil._pswindows'> | <module 'ddtrace.vendor.psutil._psosx'> | <module 'ddtrace.vendor.psutil._psbsd'> | <module 'ddtrace.vendor.psutil._pssunos'> | <module 'ddtrace.vendor.psutil._psaix'>` may be missing
[warning] possibly-missing-attribute - :1788:18 -
Old: Attribute `scputimes` on type `<module 'ddtrace.vendor.psutil._pslinux'> | <module 'ddtrace.vendor.psutil._pswindows'> | <module 'ddtrace.vendor.psutil._psosx'> | <module 'ddtrace.vendor.psutil._psbsd'> | <module 'ddtrace.vendor.psutil._pssunos'> | <module 'ddtrace.vendor.psutil._psaix'>` may be missing
New: Attribute `scputimes` on type `<module 'ddtrace.vendor.psutil._pslinux'>` may be missing
[warning] possibly-missing-attribute - :1803:12 -
Old: Attribute `scputimes` on type `<module 'ddtrace.vendor.psutil._pslinux'> | <module 'ddtrace.vendor.psutil._pswindows'> | <module 'ddtrace.vendor.psutil._psosx'> | <module 'ddtrace.vendor.psutil._psbsd'> | <module 'ddtrace.vendor.psutil._pssunos'> | <module 'ddtrace.vendor.psutil._psaix'>` may be missing
New: Attribute `scputimes` on type `<module 'ddtrace.vendor.psutil._pslinux'>` may be missing
[warning] possibly-missing-attribute - :1934:16 -
Old: Attribute `scputimes` on type `<module 'ddtrace.vendor.psutil._pslinux'> | <module 'ddtrace.vendor.psutil._pswindows'> | <module 'ddtrace.vendor.psutil._psosx'> | <module 'ddtrace.vendor.psutil._psbsd'> | <module 'ddtrace.vendor.psutil._pssunos'> | <module 'ddtrace.vendor.psutil._psaix'>` may be missing
New: Attribute `scputimes` on type `<module 'ddtrace.vendor.psutil._pslinux'>` may be missing
[warning] possibly-missing-attribute - :2025:22 - Attribute `getloadavg` on type `<module 'ddtrace.vendor.psutil._pslinux'> | <module 'ddtrace.vendor.psutil._pswindows'> | <module 'ddtrace.vendor.psutil._psosx'> | <module 'ddtrace.vendor.psutil._psbsd'> | <module 'ddtrace.vendor.psutil._pssunos'> | <module 'ddtrace.vendor.psutil._psaix'>` may be missing
[error] unresolved-attribute - :2025:22 - Type `<module 'ddtrace.vendor.psutil._pslinux'>` has no attribute `getloadavg`
[warning] possibly-missing-attribute - :2438:16 - Attribute `win_service_iter` on type `<module 'ddtrace.vendor.psutil._pslinux'> | <module 'ddtrace.vendor.psutil._pswindows'> | <module 'ddtrace.vendor.psutil._psosx'> | <module 'ddtrace.vendor.psutil._psbsd'> | <module 'ddtrace.vendor.psutil._pssunos'> | <module 'ddtrace.vendor.psutil._psaix'>` may be missing
[error] unresolved-attribute - :2438:16 - Type `<module 'ddtrace.vendor.psutil._pslinux'>` has no attribute `win_service_iter`
[warning] possibly-missing-attribute - :2444:16 - Attribute `win_service_get` on type `<module 'ddtrace.vendor.psutil._pslinux'> | <module 'ddtrace.vendor.psutil._pswindows'> | <module 'ddtrace.vendor.psutil._psosx'> | <module 'ddtrace.vendor.psutil._psbsd'> | <module 'ddtrace.vendor.psutil._pssunos'> | <module 'ddtrace.vendor.psutil._psaix'>` may be missing
[error] unresolved-attribute - :2444:16 - Type `<module 'ddtrace.vendor.psutil._pslinux'>` has no attribute `win_service_get`

ddtrace/vendor/psutil/_psaix.py

[error] no-matching-overload - :256:25 - No overload of function `search` matches arguments
[error] no-matching-overload - :517:21 - No overload of function `findall` matches arguments

ddtrace/vendor/psutil/_psbsd.py

[error] invalid-exception-caught - :381:20 - Cannot catch object of type `Unknown | None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
[error] invalid-exception-caught - :381:20 - Cannot catch object of type `Unknown | None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
[error] unresolved-attribute - :425:24 - Type `<module 'ddtrace.vendor.psutil._common'>` has no attribute `POWER_TIME_UNLIMITED`
[error] unresolved-attribute - :427:24 - Type `<module 'ddtrace.vendor.psutil._common'>` has no attribute `POWER_TIME_UNKNOWN`
[warning] possibly-unresolved-reference - :470:50 - Name `min_freq` used when possibly not defined
[warning] possibly-unresolved-reference - :470:60 - Name `max_freq` used when possibly not defined
[error] call-non-callable - :662:31 - Object of type `None` is not callable
[error] call-non-callable - :664:31 - Object of type `None` is not callable
[warning] possibly-unresolved-reference - :319:30 - Name `ctxsw` used when possibly not defined
[warning] possibly-unresolved-reference - :319:37 - Name `intrs` used when possibly not defined
[warning] possibly-unresolved-reference - :319:44 - Name `soft_intrs` used when possibly not defined
[warning] possibly-unresolved-reference - :319:56 - Name `syscalls` used when possibly not defined
[error] unresolved-reference - :319:30 - Name `ctxsw` used when not defined
[error] unresolved-reference - :319:37 - Name `intrs` used when not defined
[error] unresolved-reference - :319:44 - Name `soft_intrs` used when not defined
[error] unresolved-reference - :319:56 - Name `syscalls` used when not defined
[error] invalid-exception-caught - :509:12 -
Old: Cannot catch object of type `Unknown | None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
New: Cannot catch object of type `None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
[error] invalid-exception-caught - :511:12 -
Old: Cannot catch object of type `Unknown | None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
New: Cannot catch object of type `None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

ddtrace/vendor/psutil/_psosx.py

[error] invalid-exception-caught - :252:16 -
Old: Cannot catch object of type `Unknown | None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
New: Cannot catch object of type `None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
[error] invalid-exception-caught - :321:16 -
Old: Cannot catch object of type `Unknown | None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
New: Cannot catch object of type `None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
[error] invalid-exception-caught - :323:16 -
Old: Cannot catch object of type `Unknown | None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
New: Cannot catch object of type `None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
[error] invalid-exception-caught - :363:20 -
Old: Cannot catch object of type `Unknown | None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
New: Cannot catch object of type `None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

ddtrace/vendor/psutil/_pssunos.py

[error] invalid-exception-caught - :472:16 -
Old: Cannot catch object of type `Unknown | None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
New: Cannot catch object of type `None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
[error] invalid-exception-caught - :482:16 -
Old: Cannot catch object of type `Unknown | None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
New: Cannot catch object of type `None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

ddtrace/vendor/psutil/_pswindows.py

[error] invalid-exception-caught - :783:20 -
Old: Cannot catch object of type `Unknown | None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
New: Cannot catch object of type `None` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

ddtrace/vendor/psutil/setup.py

[error] invalid-argument-type - :116:13 - Argument to bound method `__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[Unknown | tuple[str, int]]`
[error] invalid-argument-type - :129:67 - Argument to bound method `__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[Unknown | tuple[str, int]]`
[error] invalid-argument-type - :137:13 - Argument to bound method `__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[Unknown | tuple[str, int]]`
[error] invalid-argument-type - :148:79 - Argument to bound method `__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[Unknown | tuple[str, int]]`
[error] invalid-argument-type - :197:13 - Argument to bound method `__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[Unknown | tuple[str, int]]`
[error] invalid-argument-type - :210:91 - Argument to bound method `__init__` is incorrect: Expected `list[tuple[str, str | None]] | None`, found `list[Unknown | tuple[str, int]]`

scripts/freshvenvs.py

[error] invalid-return-type - :224:24 -
Old: Return type does not match returned value: expected `tuple[str, list[str]]`, found `tuple[str, Unknown | set[Unknown] | str]`
New: Return type does not match returned value: expected `tuple[str, list[str]]`, found `tuple[str, set[Unknown] | str]`
[error] invalid-return-type - :228:24 -
Old: Return type does not match returned value: expected `tuple[str, list[str]]`, found `tuple[Unknown | str, Unknown | set[Unknown]]`
New: Return type does not match returned value: expected `tuple[str, list[str]]`, found `tuple[str, set[Unknown]]`

tests/appsec/contrib_appsec/django_app/urls.py

[warning] possibly-missing-attribute - :60:9 -
Old: Attribute `set_tag` on type `Unknown | Span | None` may be missing
New: Attribute `set_tag` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :95:9 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :123:9 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :136:9 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :150:9 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :167:9 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :169:5 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing

tests/appsec/contrib_appsec/fastapi_app/app.py

[warning] possibly-missing-attribute - :102:13 -
Old: Attribute `set_tag` on type `Unknown | Span | None` may be missing
New: Attribute `set_tag` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :128:13 -
Old: Attribute `set_tag` on type `Unknown | Span | None` may be missing
New: Attribute `set_tag` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :172:13 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :201:13 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :214:13 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :228:13 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :245:13 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :247:9 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing

tests/appsec/contrib_appsec/flask_app/app.py

[warning] possibly-missing-attribute - :88:9 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :116:9 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :129:9 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :143:9 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :160:9 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing
[warning] possibly-missing-attribute - :162:5 -
Old: Attribute `_service_entry_span` on type `Unknown | Span | None` may be missing
New: Attribute `_service_entry_span` on type `Span | None` may be missing

tests/appsec/contrib_appsec/utils.py

[error] invalid-assignment - :2020:5 - Object of type `DummyTracer` is not assignable to attribute `tracer` of type `None`
[error] invalid-assignment - :2026:5 - Object of type `Tracer` is not assignable to attribute `tracer` of type `None`

tests/appsec/iast/taint_sinks/test_sql_injection_dbapi.py

[error] invalid-assignment - :72:13 - Object of type `Literal[True]` is not assignable to attribute `_enabled` on type `Unknown | OverheadControl`
[error] unresolved-attribute - :72:13 - Unresolved attribute `_enabled` on type `OverheadControl`.
[error] invalid-assignment - :132:13 - Object of type `Literal[True]` is not assignable to attribute `_enabled` on type `Unknown | OverheadControl`
[error] unresolved-attribute - :132:13 - Unresolved attribute `_enabled` on type `OverheadControl`.

tests/appsec/iast/test_telemetry.py

[error] unsupported-operator - :176:12 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `>` is not supported for types `None` and `int`, in comparing `@Todo | None` with `Literal[0]`
[error] unsupported-operator - :177:12 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `>` is not supported for types `None` and `int`, in comparing `@Todo | None` with `Literal[0]`

tests/appsec/iast_tdd_propagation/flask_orm_app.py

[warning] possibly-missing-attribute - :64:5 - Attribute `execute_query` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :64:5 - Type `ModuleType` has no attribute `execute_query`
[warning] possibly-missing-attribute - :83:5 - Attribute `execute_untainted_query` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :83:5 - Type `ModuleType` has no attribute `execute_untainted_query`

tests/appsec/integrations/django_tests/conftest.py

[error] invalid-assignment - :63:5 - Object of type `DummyTracer` is not assignable to attribute `tracer` of type `None`

tests/contrib/aws_lambda/handlers.py

[warning] possibly-missing-attribute - :30:5 -
Old: Attribute `finish` on type `Unknown | Span | None` may be missing
New: Attribute `finish` on type `Span | None` may be missing

tests/contrib/django/views.py

[error] invalid-assignment - :103:5 -
Old: Object of type `Literal["custom django.request resource"]` is not assignable to attribute `resource` on type `Unknown | Span | None`
New: Object of type `Literal["custom django.request resource"]` is not assignable to attribute `resource` on type `Span | None`

tests/contrib/elasticsearch/test_elasticsearch.py

[warning] possibly-missing-attribute - :71:12 - Attribute `__version__` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :71:12 - Type `ModuleType` has no attribute `__version__`
[warning] possibly-missing-attribute - :77:12 - Attribute `__version__` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :77:12 - Type `ModuleType` has no attribute `__version__`
[warning] possibly-missing-attribute - :146:25 - Attribute `__version__` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :146:25 - Type `ModuleType` has no attribute `__version__`
[warning] possibly-missing-attribute - :193:12 - Attribute `__version__` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :193:12 - Type `ModuleType` has no attribute `__version__`
[warning] possibly-missing-attribute - :349:16 - Attribute `exceptions` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :349:16 - Type `ModuleType` has no attribute `exceptions`
[warning] possibly-missing-attribute - :359:14 - Attribute `Elasticsearch` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :359:14 - Type `ModuleType` has no attribute `Elasticsearch`
[warning] possibly-missing-attribute - :360:12 - Attribute `__version__` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :360:12 - Type `ModuleType` has no attribute `__version__`
[warning] possibly-missing-attribute - :365:12 - Attribute `__version__` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :365:12 - Type `ModuleType` has no attribute `__version__`

tests/contrib/freezegun/test_freezegun.py

[error] unsupported-operator - :29:16 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | int | float | None` with `Literal[1]`
New: Operator `>=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[1]`
[error] unsupported-operator - :38:16 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[1]` with `Unknown | int | float | None`
New: Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[1]` with `int | float | None`
[error] unsupported-operator - :38:21 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | int | float | None` with `Literal[5]`
New: Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[5]`
[error] unsupported-operator - :59:20 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | int | float | None` with `Literal[1]`
New: Operator `>=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[1]`

tests/contrib/grpc/hello_pb2_grpc.py

[warning] possibly-missing-attribute - :20:32 - Attribute `SerializeToString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :20:32 - Type `GeneratedProtocolMessageType` has no attribute `SerializeToString`
[warning] possibly-missing-attribute - :21:35 - Attribute `FromString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :21:35 - Type `GeneratedProtocolMessageType` has no attribute `FromString`
[warning] possibly-missing-attribute - :25:32 - Attribute `SerializeToString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :25:32 - Type `GeneratedProtocolMessageType` has no attribute `SerializeToString`
[warning] possibly-missing-attribute - :26:35 - Attribute `FromString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :26:35 - Type `GeneratedProtocolMessageType` has no attribute `FromString`
[warning] possibly-missing-attribute - :30:32 - Attribute `SerializeToString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :30:32 - Type `GeneratedProtocolMessageType` has no attribute `SerializeToString`
[warning] possibly-missing-attribute - :31:35 - Attribute `FromString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :31:35 - Type `GeneratedProtocolMessageType` has no attribute `FromString`
[warning] possibly-missing-attribute - :35:32 - Attribute `SerializeToString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :35:32 - Type `GeneratedProtocolMessageType` has no attribute `SerializeToString`
[warning] possibly-missing-attribute - :36:35 - Attribute `FromString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :36:35 - Type `GeneratedProtocolMessageType` has no attribute `FromString`
[warning] possibly-missing-attribute - :40:32 - Attribute `SerializeToString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :40:32 - Type `GeneratedProtocolMessageType` has no attribute `SerializeToString`
[warning] possibly-missing-attribute - :41:35 - Attribute `FromString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :41:35 - Type `GeneratedProtocolMessageType` has no attribute `FromString`
[warning] possibly-missing-attribute - :88:34 - Attribute `FromString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :88:34 - Type `GeneratedProtocolMessageType` has no attribute `FromString`
[warning] possibly-missing-attribute - :89:33 - Attribute `SerializeToString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :89:33 - Type `GeneratedProtocolMessageType` has no attribute `SerializeToString`
[warning] possibly-missing-attribute - :93:34 - Attribute `FromString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :93:34 - Type `GeneratedProtocolMessageType` has no attribute `FromString`
[warning] possibly-missing-attribute - :94:33 - Attribute `SerializeToString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :94:33 - Type `GeneratedProtocolMessageType` has no attribute `SerializeToString`
[warning] possibly-missing-attribute - :98:34 - Attribute `FromString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :98:34 - Type `GeneratedProtocolMessageType` has no attribute `FromString`
[warning] possibly-missing-attribute - :99:33 - Attribute `SerializeToString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :99:33 - Type `GeneratedProtocolMessageType` has no attribute `SerializeToString`
[warning] possibly-missing-attribute - :103:34 - Attribute `FromString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :103:34 - Type `GeneratedProtocolMessageType` has no attribute `FromString`
[warning] possibly-missing-attribute - :104:33 - Attribute `SerializeToString` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :104:33 - Type `GeneratedProtocolMessageType` has no attribute `SerializeToString`

tests/integration/test_sampling.py

[error] unsupported-operator - :345:12 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `<` is not supported for types `None` and `int`, in comparing `@Todo | None` with `Literal[0]`
[error] unsupported-operator - :369:12 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `>` is not supported for types `None` and `int`, in comparing `@Todo | None` with `Literal[0]`
[error] unsupported-operator - :370:12 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `>` is not supported for types `None` and `int`, in comparing `@Todo | None` with `Literal[0]`

tests/internal/bytecode_injection/framework_injection/_bytecode_injection.py

[error] invalid-type-form - :28:42 - Variable of type `Never` is not allowed in a type expression

tests/internal/crashtracker/test_crashtracker.py

[error] invalid-assignment - :53:9 - Object of type `Literal["full"]` is not assignable to attribute `resolve_frames` on type `Unknown | CrashtrackingConfig`
[error] unresolved-attribute - :53:9 - Unresolved attribute `resolve_frames` on type `CrashtrackingConfig`.

tests/internal/crashtracker/utils.py

[error] invalid-assignment - :25:9 - Object of type `Literal["full"]` is not assignable to attribute `resolve_frames` on type `Unknown | CrashtrackingConfig`
[error] unresolved-attribute - :25:9 - Unresolved attribute `resolve_frames` on type `CrashtrackingConfig`.

tests/internal/test_context_events_api.py

[warning] possibly-missing-attribute - :297:57 -
Old: Attribute `identifier` on type `Unknown | ExecutionContext | None` may be missing
New: Attribute `identifier` on type `ExecutionContext | None` may be missing
[warning] possibly-missing-attribute - :301:68 -
Old: Attribute `identifier` on type `Unknown | ExecutionContext | None` may be missing
New: Attribute `identifier` on type `ExecutionContext | None` may be missing

tests/profiling_v2/exporter/test_ddup.py

[error] unresolved-attribute - :58:5 -
Old: Type `def config(env: Unknown, service: Unknown, version: Unknown, tags: dict[str | bytes, str | bytes] | None, max_nframes: int | None, timeline_enabled: bool | None, output_filename: str | None, sample_pool_capacity: int | None) -> None` has no attribute `assert_called`
New: Type `def config(env: @Todo, service: @Todo, version: @Todo, tags: dict[str | bytes, str | bytes] | None, max_nframes: int | None, timeline_enabled: bool | None, output_filename: str | None, sample_pool_capacity: int | None) -> None` has no attribute `assert_called`
[error] unresolved-attribute - :60:12 -
Old: Type `def config(env: Unknown, service: Unknown, version: Unknown, tags: dict[str | bytes, str | bytes] | None, max_nframes: int | None, timeline_enabled: bool | None, output_filename: str | None, sample_pool_capacity: int | None) -> None` has no attribute `call_args`
New: Type `def config(env: @Todo, service: @Todo, version: @Todo, tags: dict[str | bytes, str | bytes] | None, max_nframes: int | None, timeline_enabled: bool | None, output_filename: str | None, sample_pool_capacity: int | None) -> None` has no attribute `call_args`

tests/tracer/test_freezegun.py

[error] unsupported-operator - :16:16 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | int | float | None` with `Literal[1]`
New: Operator `>=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[1]`
[error] unsupported-operator - :25:16 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[1]` with `Unknown | int | float | None`
New: Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[1]` with `int | float | None`
[error] unsupported-operator - :25:21 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | int | float | None` with `Literal[5]`
New: Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[5]`
[error] unsupported-operator - :46:20 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | int | float | None` with `Literal[1]`
New: Operator `>=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[1]`

tests/tracer/test_processors.py

[error] unsupported-operator - :652:12 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `<=` is not supported for types `None` and `int`, in comparing `@Todo | None` with `Literal[0]`

tests/utils.py

[error] invalid-assignment - :561:13 - Object of type `Tracer` is not assignable to attribute `tracer` of type `None`
[error] invalid-assignment - :1100:5 - Object of type `Tracer` is not assignable to attribute `tracer` of type `None`

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

discord/app_commands/tree.py

[warning] possibly-missing-attribute - :1264:16 -
Old: Attribute `get` on type `Unknown | None` may be missing
New: Attribute `get` on type `@Todo | None` may be missing
[warning] possibly-missing-attribute - :1277:44 -
Old: Attribute `get` on type `Unknown | None` may be missing
New: Attribute `get` on type `@Todo | None` may be missing

discord/audit_logs.py

[error] invalid-argument-type - :550:56 -
Old: Argument to bound method `from_data` is incorrect: Expected `int`, found `None | Unknown | Literal[3, 4, 1, 5, -1]`
New: Argument to bound method `from_data` is incorrect: Expected `int`, found `None | Unknown | (@Todo & ~None) | Literal[3, 4, 1, 5, -1]`
[error] invalid-argument-type - :551:55 -
Old: Argument to bound method `from_data` is incorrect: Expected `int`, found `None | Unknown | Literal[3, 4, 1, 5, -1]`
New: Argument to bound method `from_data` is incorrect: Expected `int`, found `None | Unknown | (@Todo & ~None) | Literal[3, 4, 1, 5, -1]`

discord/ext/commands/context.py

[warning] possibly-missing-attribute - :271:59 -
Old: Attribute `get` on type `Unknown | None` may be missing
New: Attribute `get` on type `@Todo | None` may be missing
[warning] possibly-missing-attribute - :291:25 -
Old: Attribute `get` on type `Unknown | None` may be missing
New: Attribute `get` on type `@Todo | None` may be missing

discord/ext/commands/converter.py

[warning] unused-ignore-comment - :1127:78 - Unused blanket `type: ignore` directive

discord/ext/commands/core.py

[error] unresolved-attribute - :2373:9 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command | Unknown) -> Command | Unknown`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command | @Todo) -> Command | @Todo`.
[error] unresolved-attribute - :2380:9 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command | Unknown) -> Command | Unknown`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command | @Todo) -> Command | @Todo`.
[error] unresolved-attribute - :2448:9 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command | Unknown) -> Command | Unknown`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command | @Todo) -> Command | @Todo`.
[error] unresolved-attribute - :2455:9 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command | Unknown) -> Command | Unknown`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command | @Todo) -> Command | @Todo`.

discord/utils.py

[warning] unused-ignore-comment - :1138:88 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1158:61 - Unused blanket `type: ignore` directive

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

dragonchain/lib/database/redis_utest.py

[error] invalid-assignment - :32:9 - Object of type `None` is not assignable to attribute `redis_client` of type `Redis[Unknown]`
[error] invalid-assignment - :38:9 - Object of type `None` is not assignable to attribute `redis_client_lru` of type `Redis[Unknown]`
[warning] possibly-missing-attribute - :102:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].set(name: @Todo, value: @Todo, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = Literal[False], xx: bool = Literal[False], keepttl: bool = Literal[False], get: bool = Literal[False], exat: @Todo | None = None, pxat: @Todo | None = None) -> bool | None)` may be missing
[error] unresolved-attribute - :102:9 - Type `bound method Redis[Unknown].set(name: @Todo, value: @Todo, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = Literal[False], xx: bool = Literal[False], keepttl: bool = Literal[False], get: bool = Literal[False], exat: @Todo | None = None, pxat: @Todo | None = None) -> bool | None` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :106:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].set(name: @Todo, value: @Todo, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = Literal[False], xx: bool = Literal[False], keepttl: bool = Literal[False], get: bool = Literal[False], exat: @Todo | None = None, pxat: @Todo | None = None) -> bool | None)` may be missing
[error] unresolved-attribute - :106:9 - Type `bound method Redis[Unknown].set(name: @Todo, value: @Todo, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = Literal[False], xx: bool = Literal[False], keepttl: bool = Literal[False], get: bool = Literal[False], exat: @Todo | None = None, pxat: @Todo | None = None) -> bool | None` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :110:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].get(name: @Todo) -> Unknown | None)` may be missing
[error] unresolved-attribute - :110:9 - Type `bound method Redis[Unknown].get(name: @Todo) -> Unknown | None` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :114:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].delete(*names: @Todo) -> int)` may be missing
[error] unresolved-attribute - :114:9 - Type `bound method Redis[Unknown].delete(*names: @Todo) -> int` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :122:9 - Attribute `assert_called_once` on type `Unknown | (bound method Redis[Unknown].flushall(asynchronous: bool = Literal[False], **kwargs: @Todo) -> bool)` may be missing
[error] unresolved-attribute - :122:9 - Type `bound method Redis[Unknown].flushall(asynchronous: bool = Literal[False], **kwargs: @Todo) -> bool` has no attribute `assert_called_once`
[warning] possibly-missing-attribute - :126:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].hdel(name: @Todo, *keys: @Todo) -> int)` may be missing
[error] unresolved-attribute - :126:9 - Type `bound method Redis[Unknown].hdel(name: @Todo, *keys: @Todo) -> int` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :130:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].lpush(name: @Todo, *values: @Todo) -> int)` may be missing
[error] unresolved-attribute - :130:9 - Type `bound method Redis[Unknown].lpush(name: @Todo, *values: @Todo) -> int` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :134:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].rpush(name: @Todo, *values: @Todo) -> int)` may be missing
[error] unresolved-attribute - :134:9 - Type `bound method Redis[Unknown].rpush(name: @Todo, *values: @Todo) -> int` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :138:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].delete(*names: @Todo) -> int)` may be missing
[error] unresolved-attribute - :138:9 - Type `bound method Redis[Unknown].delete(*names: @Todo) -> int` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :142:9 - Attribute `assert_called_once_with` on type `Unknown | (Overload[(name: @Todo, key: @Todo, value: @Todo, mapping: Mapping[@Todo, @Todo] | None = None, items: @Todo | None = None) -> int, (name: @Todo, key: None, value: None, mapping: Mapping[@Todo, @Todo], items: @Todo | None = None) -> int, (name: @Todo, *, mapping: Mapping[@Todo, @Todo], items: @Todo | None = None) -> int])` may be missing
[error] unresolved-attribute - :142:9 - Type `Overload[(name: @Todo, key: @Todo, value: @Todo, mapping: Mapping[@Todo, @Todo] | None = None, items: @Todo | None = None) -> int, (name: @Todo, key: None, value: None, mapping: Mapping[@Todo, @Todo], items: @Todo | None = None) -> int, (name: @Todo, *, mapping: Mapping[@Todo, @Todo], items: @Todo | None = None) -> int]` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :146:9 - Attribute `assert_called_once_with` on type `Unknown | (Overload[(keys: @Todo | Iterable[@Todo], timeout: Literal[0] | None = Literal[0]) -> tuple[Unknown, Unknown], (keys: @Todo | Iterable[@Todo], timeout: int | float) -> tuple[Unknown, Unknown] | None])` may be missing
[error] unresolved-attribute - :146:9 - Type `Overload[(keys: @Todo | Iterable[@Todo], timeout: Literal[0] | None = Literal[0]) -> tuple[Unknown, Unknown], (keys: @Todo | Iterable[@Todo], timeout: int | float) -> tuple[Unknown, Unknown] | None]` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :150:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].brpoplpush(src, dst, timeout: int | None = Literal[0]) -> Unknown)` may be missing
[error] unresolved-attribute - :150:9 - Type `bound method Redis[Unknown].brpoplpush(src, dst, timeout: int | None = Literal[0]) -> Unknown` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :154:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].get(name: @Todo) -> Unknown | None)` may be missing
[error] unresolved-attribute - :154:9 - Type `bound method Redis[Unknown].get(name: @Todo) -> Unknown | None` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :158:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].lindex(name: @Todo, index: int) -> Unknown | None)` may be missing
[error] unresolved-attribute - :158:9 - Type `bound method Redis[Unknown].lindex(name: @Todo, index: int) -> Unknown | None` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :162:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].set(name: @Todo, value: @Todo, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = Literal[False], xx: bool = Literal[False], keepttl: bool = Literal[False], get: bool = Literal[False], exat: @Todo | None = None, pxat: @Todo | None = None) -> bool | None)` may be missing
[error] unresolved-attribute - :162:9 - Type `bound method Redis[Unknown].set(name: @Todo, value: @Todo, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = Literal[False], xx: bool = Literal[False], keepttl: bool = Literal[False], get: bool = Literal[False], exat: @Todo | None = None, pxat: @Todo | None = None) -> bool | None` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :166:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].ltrim(name: @Todo, start: int, end: int) -> bool)` may be missing
[error] unresolved-attribute - :166:9 - Type `bound method Redis[Unknown].ltrim(name: @Todo, start: int, end: int) -> bool` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :170:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].hget(name: @Todo, key: @Todo) -> Unknown | None)` may be missing
[error] unresolved-attribute - :170:9 - Type `bound method Redis[Unknown].hget(name: @Todo, key: @Todo) -> Unknown | None` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :174:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].sadd(name: @Todo, *values: @Todo) -> int)` may be missing
[error] unresolved-attribute - :174:9 - Type `bound method Redis[Unknown].sadd(name: @Todo, *values: @Todo) -> int` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :178:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].sismember(name: @Todo, value: @Todo) -> bool)` may be missing
[error] unresolved-attribute - :178:9 - Type `bound method Redis[Unknown].sismember(name: @Todo, value: @Todo) -> bool` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :182:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].smembers(name: @Todo) -> set[Unknown])` may be missing
[error] unresolved-attribute - :182:9 - Type `bound method Redis[Unknown].smembers(name: @Todo) -> set[Unknown]` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :186:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].srem(name: @Todo, *values: @Todo) -> int)` may be missing
[error] unresolved-attribute - :186:9 - Type `bound method Redis[Unknown].srem(name: @Todo, *values: @Todo) -> int` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :190:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].lrange(name: @Todo, start: int, end: int) -> list[Unknown])` may be missing
[error] unresolved-attribute - :190:9 - Type `bound method Redis[Unknown].lrange(name: @Todo, start: int, end: int) -> list[Unknown]` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :194:9 - Attribute `pipelineassert_called_once_with` on type `Unknown | Redis[Unknown]` may be missing
[error] unresolved-attribute - :194:9 - Type `Redis[Unknown]` has no attribute `pipelineassert_called_once_with`
[warning] possibly-missing-attribute - :198:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].llen(name: @Todo) -> int)` may be missing
[error] unresolved-attribute - :198:9 - Type `bound method Redis[Unknown].llen(name: @Todo) -> int` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :202:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].rpoplpush(src, dst) -> Unknown)` may be missing
[error] unresolved-attribute - :202:9 - Type `bound method Redis[Unknown].rpoplpush(src, dst) -> Unknown` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :206:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].lpop(name, count: int | None = None) -> Unknown)` may be missing
[error] unresolved-attribute - :206:9 - Type `bound method Redis[Unknown].lpop(name, count: int | None = None) -> Unknown` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :210:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].hgetall(name: @Todo) -> dict[Unknown, Unknown])` may be missing
[error] unresolved-attribute - :210:9 - Type `bound method Redis[Unknown].hgetall(name: @Todo) -> dict[Unknown, Unknown]` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :214:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].hexists(name: @Todo, key: @Todo) -> bool)` may be missing
[error] unresolved-attribute - :214:9 - Type `bound method Redis[Unknown].hexists(name: @Todo, key: @Todo) -> bool` has no attribute `assert_called_once_with`
[warning] possibly-missing-attribute - :218:9 - Attribute `assert_called_once_with` on type `Unknown | (bound method Redis[Unknown].zadd(name: @Todo, mapping: Mapping[@Todo, @Todo], nx: bool = Literal[False], xx: bool = Literal[False], ch: bool = Literal[False], incr: bool = Literal[False], gt: @Todo | None = Literal[False], lt: @Todo | None = Literal[False]) -> int)` may be missing
[error] unresolved-attribute - :218:9 - Type `bound method Redis[Unknown].zadd(name: @Todo, mapping: Mapping[@Todo, @Todo], nx: bool = Literal[False], xx: bool = Literal[False], ch: bool = Literal[False], incr: bool = Literal[False], gt: @Todo | None = Literal[False], lt: @Todo | None = Literal[False]) -> int` has no attribute `assert_called_once_with`

dragonchain/transaction_processor/level_5_actions_utest.py

[error] unresolved-attribute - :244:9 - Type `bound method InterchainModel.publish_l5_hash_to_public_network(l5_block_hash: str) -> str` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :470:9 - Type `bound method InterchainModel.check_balance() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - :485:9 - Type `bound method InterchainModel.check_balance() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - :496:9 - Type `bound method InterchainModel.get_transaction_fee_estimate() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - :510:9 - Type `bound method InterchainModel.get_transaction_fee_estimate() -> int` has no attribute `assert_called_once`
[error] unresolved-attribute - :522:9 - Type `bound method InterchainModel.get_transaction_fee_estimate() -> int` has no attribute `assert_called_once`
[error] invalid-assignment - :238:9 -
Old: Object of type `MagicMock` is not assignable to attribute `publish_l5_hash_to_public_network` on type `Unknown | InterchainModel`
New: Implicit shadowing of function `publish_l5_hash_to_public_network`
[error] invalid-assignment - :239:9 -
Old: Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | InterchainModel`
New: Implicit shadowing of function `get_current_block`
[error] invalid-assignment - :256:9 - Object of type `Literal[True]` is not assignable to attribute `return_value` on type `Unknown | (bound method InterchainModel.is_transaction_confirmed(transaction_hash: str) -> bool)`
[error] unresolved-attribute - :256:9 - Unresolved attribute `return_value` on type `bound method InterchainModel.is_transaction_confirmed(transaction_hash: str) -> bool`.
[warning] possibly-missing-attribute - :264:9 - Attribute `assert_not_called` on type `Unknown | (bound method InterchainModel.should_retry_broadcast(last_sent_block: int) -> bool)` may be missing
[error] unresolved-attribute - :264:9 - Type `bound method InterchainModel.should_retry_broadcast(last_sent_block: int) -> bool` has no attribute `assert_not_called`
[error] invalid-assignment - :275:9 - Object of type `<class 'TransactionNotFound'>` is not assignable to attribute `side_effect` on type `Unknown | (bound method InterchainModel.is_transaction_confirmed(transaction_hash: str) -> bool)`
[error] unresolved-attribute - :275:9 - Unresolved attribute `side_effect` on type `bound method InterchainModel.is_transaction_confirmed(transaction_hash: str) -> bool`.
[error] invalid-assignment - :294:9 - Object of type `Literal[False]` is not assignable to attribute `return_value` on type `Unknown | (bound method InterchainModel.is_transaction_confirmed(transaction_hash: str) -> bool)`
[error] unresolved-attribute - :294:9 - Unresolved attribute `return_value` on type `bound method InterchainModel.is_transaction_confirmed(transaction_hash: str) -> bool`.
[error] invalid-assignment - :312:9 - Object of type `Literal[True]` is not assignable to attribute `return_value` on type `Unknown | (bound method InterchainModel.is_transaction_confirmed(transaction_hash: str) -> bool)`
[error] unresolved-attribute - :312:9 - Unresolved attribute `return_value` on type `bound method InterchainModel.is_transaction_confirmed(transaction_hash: str) -> bool`.
[error] invalid-assignment - :466:9 -
Old: Object of type `MagicMock` is not assignable to attribute `check_balance` on type `Unknown | InterchainModel`
New: Implicit shadowing of function `check_balance`
[error] invalid-assignment - :467:9 -
Old: Object of type `MagicMock` is not assignable to attribute `get_transaction_fee_estimate` on type `Unknown | InterchainModel`
New: Implicit shadowing of function `get_transaction_fee_estimate`
[error] invalid-assignment - :481:9 -
Old: Object of type `MagicMock` is not assignable to attribute `check_balance` on type `Unknown | InterchainModel`
New: Implicit shadowing of function `check_balance`
[error] invalid-assignment - :482:9 -
Old: Object of type `MagicMock` is not assignable to attribute `get_transaction_fee_estimate` on type `Unknown | InterchainModel`
New: Implicit shadowing of function `get_transaction_fee_estimate`
[error] invalid-assignment - :493:9 -
Old: Object of type `MagicMock` is not assignable to attribute `get_transaction_fee_estimate` on type `Unknown | InterchainModel`
New: Implicit shadowing of function `get_transaction_fee_estimate`
[error] invalid-assignment - :507:9 -
Old: Object of type `MagicMock` is not assignable to attribute `get_transaction_fee_estimate` on type `Unknown | InterchainModel`
New: Implicit shadowing of function `get_transaction_fee_estimate`
[error] invalid-assignment - :519:9 -
Old: Object of type `MagicMock` is not assignable to attribute `get_transaction_fee_estimate` on type `Unknown | InterchainModel`
New: Implicit shadowing of function `get_transaction_fee_estimate`

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

dulwich/walk.py

[error] invalid-argument-type - :146:21 - Argument to function `tree_changes` is incorrect: Expected `bytes | None`, found `None | Unknown | list[Unknown]`

dulwich/diff_tree.py

[error] invalid-argument-type - :402:26 - Argument to function `_all_eq` is incorrect: Expected `(@Todo, /) -> Literal["delete"]`, found `def change_type(c: TreeChange) -> str`
[warning] unused-ignore-comment - :177:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :178:70 - Unused blanket `type: ignore` directive

dulwich/notes.py

[error] invalid-return-type - :626:16 -
Old: Return type does not match returned value: expected `bytes`, found `bytes | None | Unknown`
New: Return type does not match returned value: expected `bytes`, found `bytes | None`

dulwich/worktree.py

[error] invalid-argument-type - :918:28 -
Old: Method `__getitem__` of type `bound method DiskRefsContainer.__getitem__(name: bytes) -> Unknown | bytes` cannot be called with key of type `str | bytes` on object of type `DiskRefsContainer`
New: Method `__getitem__` of type `bound method DiskRefsContainer.__getitem__(name: bytes) -> bytes` cannot be called with key of type `str | bytes` on object of type `DiskRefsContainer`
[error] invalid-argument-type - :918:28 -
Old: Method `__getitem__` of type `bound method ReftableRefsContainer.__getitem__(name: bytes) -> Unknown | bytes` cannot be called with key of type `str | bytes` on object of type `ReftableRefsContainer`
New: Method `__getitem__` of type `bound method DiskRefsContainer.__getitem__(name: bytes) -> bytes` cannot be called with key of type `str | bytes` on object of type `DiskRefsContainer`
[error] invalid-argument-type - :918:28 - Method `__getitem__` of type `bound method ReftableRefsContainer.__getitem__(name: bytes) -> bytes` cannot be called with key of type `str | bytes` on object of type `ReftableRefsContainer`

egglog-python (https://github.com/egraphs-good/egglog-python)

python/egglog/version_compat.py

[error] unresolved-attribute - :17:5 - Type `BaseException` has no attribute `add_note`

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

tests/execution/test_defer.py

[error] invalid-argument-type - :463:55 -
Old: Argument to bound method `__init__` is incorrect: Expected `list[Unknown] | None`, found `Any | bool | list[Unknown | PendingResult] | list[Unknown] | list[Unknown | CompletedResult] | dict[Unknown | str, Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `list[@Todo] | None`, found `Any | bool | list[Unknown | PendingResult] | list[Unknown] | list[Unknown | CompletedResult] | dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - :464:63 -
Old: Argument to bound method `__init__` is incorrect: Expected `list[Unknown] | None`, found `Any | bool | list[Unknown | PendingResult] | list[Unknown] | list[Unknown | CompletedResult] | dict[Unknown | str, Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `list[@Todo] | None`, found `Any | bool | list[Unknown | PendingResult] | list[Unknown] | list[Unknown | CompletedResult] | dict[Unknown | str, Unknown | int]`

tests/type/test_validation.py

[error] invalid-assignment - :1071:9 - Object of type `tuple[None]` is not assignable to attribute `interfaces` of type `CachedProperty`

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

hydpy/core/autodoctools.py

[warning] possibly-missing-import - :41:19 - Member `auxs` of module `hydpy` may be missing
[warning] possibly-missing-import - :42:19 - Member `core` of module `hydpy` may be missing
[warning] possibly-missing-import - :43:19 - Member `cythons` of module `hydpy` may be missing
[warning] possibly-missing-import - :44:19 - Member `exe` of module `hydpy` may be missing
[warning] possibly-missing-import - :45:19 - Member `interfaces` of module `hydpy` may be missing
[warning] possibly-missing-attribute - :276:31 - Attribute `substituter` on type `<module 'hydpy'>` may be missing
[error] unresolved-attribute - :276:31 - Type `<module 'hydpy'>` has no attribute `substituter`

hydpy/core/devicetools.py

[error] invalid-context-manager - :253:14 -
Old: Object of type `Unknown | _PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1144:14 -
Old: Object of type `Unknown | _PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-argument-type - :2269:27 -
Old: Argument to function `_assert_never` is incorrect: Expected `Never`, found `Unknown & ~Literal["newsim"] & ~Literal["obs"] & ~Literal["obs_newsim"] & ~Literal["obs_bi"] & ~Literal["oldsim_bi"] & ~Literal["obs_oldsim_bi"] & ~Literal["newsim_update"] & ~Literal["obs_newsim_update"] & ~Literal["oldsim"] & ~Literal["obs_oldsim"]`
New: Argument to function `_assert_never` is incorrect: Expected `Never`, found `@Todo & ~Literal["newsim"] & ~Literal["obs"] & ~Literal["obs_newsim"] & ~Literal["obs_bi"] & ~Literal["oldsim_bi"] & ~Literal["obs_oldsim_bi"] & ~Literal["newsim_update"] & ~Literal["obs_newsim_update"] & ~Literal["oldsim"] & ~Literal["obs_oldsim"]`
[error] invalid-context-manager - :2668:18 -
Old: Object of type `Unknown | _PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :2669:22 -
Old: Object of type `Unknown | _AlwaysBracketed` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `_AlwaysBracketed` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :3727:14 -
Old: Object of type `Unknown | _PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :3728:18 -
Old: Object of type `Unknown | _AlwaysBracketed` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `_AlwaysBracketed` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/netcdftools.py

[error] invalid-context-manager - :2785:18 -
Old: Object of type `Unknown | OptionContextStr[Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `Unknown | OptionContextStr[@Todo]` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/objecttools.py

[error] invalid-context-manager - :1921:10 -
Old: Object of type `Unknown | _PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/selectiontools.py

[error] invalid-context-manager - :560:14 -
Old: Object of type `Unknown | _PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1555:14 -
Old: Object of type `Unknown | _PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1558:22 -
Old: Object of type `Unknown | _AlwaysBracketed` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `_AlwaysBracketed` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/core/sequencetools.py

[error] invalid-context-manager - :2565:14 -
Old: Object of type `Unknown | OptionContextStr[Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `Unknown | OptionContextStr[@Todo]` cannot be used with `with` because it does not correctly implement `__exit__`

hydpy/cythons/modelutils.py

[warning] possibly-missing-import - :300:19 - Member `cythons` of module `hydpy` may be missing

hydpy/docs/prepare.py

[warning] possibly-missing-import - :26:19 - Member `auxs` of module `hydpy` may be missing
[warning] possibly-missing-import - :27:19 - Member `core` of module `hydpy` may be missing
[warning] possibly-missing-import - :28:19 - Member `cythons` of module `hydpy` may be missing
[warning] possibly-missing-import - :31:19 - Member `exe` of module `hydpy` may be missing
[warning] possibly-missing-import - :32:19 - Member `interfaces` of module `hydpy` may be missing
[warning] possibly-missing-attribute - :62:1 - Attribute `substituter` on type `<module 'hydpy'>` may be missing
[error] unresolved-attribute - :62:1 - Type `<module 'hydpy'>` has no attribute `substituter`
[warning] possibly-missing-attribute - :72:19 - Attribute `substituter` on type `<module 'hydpy'>` may be missing
[error] unresolved-attribute - :72:19 - Type `<module 'hydpy'>` has no attribute `substituter`
[warning] possibly-missing-attribute - :165:33 - Attribute `substituter` on type `<module 'hydpy'>` may be missing
[error] unresolved-attribute - :165:33 - Type `<module 'hydpy'>` has no attribute `substituter`

hydra-zen (https://github.com/mit-ll-responsible-ai/hydra-zen)

src/hydra_zen/structured_configs/_implementations.py

[warning] unused-ignore-comment - :3208:45 - Unused blanket `type: ignore` directive

src/hydra_zen/structured_configs/_utils.py

[error] invalid-assignment - :367:9 - Method `__setitem__` of type `Unknown | (Overload[(key: Literal["cls_name"], value: str, /) -> None, (key: Literal["namespace"], value: dict[str, Any] | None, /) -> None, (key: Literal["bases"], value: tuple[type[@Todo], ...], /) -> None, (key: Literal["init"], value: bool, /) -> None, (key: Literal["repr"], value: bool, /) -> None, (key: Literal["eq"], value: bool, /) -> None, (key: Literal["order"], value: bool, /) -> None, (key: Literal["unsafe_hash"], value: bool, /) -> None, (key: Literal["frozen"], value: bool, /) -> None, (key: Literal["match_args"], value: bool, /) -> None, (key: Literal["kw_only"], value: bool, /) -> None, (key: Literal["slots"], value: bool, /) -> None, (key: Literal["weakref_slot"], value: bool, /) -> None, (key: Literal["module"], value: str | None, /) -> None, (key: Literal["target"], value: str, /) -> None, (key: Literal["target_repr"], value: bool, /) -> None])` cannot be called with a key of type `str` and a value of type `Any` on object of type `Unknown | DataclassOptions`
[error] invalid-key - :367:16 - Cannot access `DataclassOptions` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.

src/hydra_zen/third_party/pydantic.py

[error] call-non-callable - :20:23 - Object of type `object` is not callable

tests/annotations/declarations.py

[warning] unused-ignore-comment - :1010:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1011:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1012:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1013:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1014:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1016:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1017:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1018:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1019:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1020:43 - Unused blanket `type: ignore` directive

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

ibis/backends/sql/compilers/base.py

[error] invalid-argument-type - :592:43 -
Old: Argument to bound method `limit` is incorrect: Expected `int | None`, found `(str & ~Literal["default"]) | (Unknown & ~None)`
New: Argument to bound method `limit` is incorrect: Expected `int | None`, found `(str & ~Literal["default"]) | (@Todo & ~None)`

ibis/backends/sql/compilers/pyspark.py

[warning] possibly-missing-attribute - :114:16 - Attribute `treat_nan_as_null` on type `Unknown | Config | None` may be missing
[error] unresolved-attribute - :114:16 - Type `Config | None` has no attribute `treat_nan_as_null`
[warning] possibly-missing-attribute - :132:39 - Attribute `treat_nan_as_null` on type `Unknown | Config | None` may be missing
[error] unresolved-attribute - :132:39 - Type `Config | None` has no attribute `treat_nan_as_null`

ibis/common/tests/test_grounds.py

[error] invalid-assignment - :1120:9 - Object of type `Literal[1]` is not assignable to `CoercedTo[int]`

ibis/common/tests/test_patterns.py

[error] invalid-argument-type - :912:18 -
Old: Argument to function `match` is incorrect: Expected `Pattern`, found `tuple[Literal[1], Literal[2], Literal[3], Unknown | SomeOf]`
New: Argument to function `match` is incorrect: Expected `Pattern`, found `tuple[Literal[1], Literal[2], Literal[3], SomeOf]`
[error] unsupported-operator - :922:25 -
Old: Operator `@` is unsupported between objects of type `Unknown | Variable` and `Unknown | SomeOf`
New: Operator `@` is unsupported between objects of type `Variable` and `SomeOf`
[error] too-many-positional-arguments - :982:40 - Too many positional arguments to bound method `__init__`: expected 2, got 3

ibis/expr/datatypes/core.py

[error] invalid-return-type - :269:28 -
Old: Return type does not match returned value: expected `Self@from_typehint`, found `Unknown | Null`
New: Return type does not match returned value: expected `Self@from_typehint`, found `Null`

ibis/expr/operations/tests/test_rewrites.py

[error] unsupported-operator - :77:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | Scalar` and `Unknown | Scalar`
New: Operator `+` is unsupported between objects of type `Scalar` and `Scalar`

ignite (https://github.com/pytorch/ignite)

examples/notebooks/HandlersTimeProfiler_MNIST.ipynb:cell 14

[error] invalid-assignment - :25:5 - Object of type `Literal[0]` is not assignable to attribute `n` on type `Unknown | ProgressBar`
[error] invalid-assignment - :25:14 - Object of type `Literal[0]` is not assignable to attribute `last_print_n` on type `Unknown | ProgressBar`
[error] unresolved-attribute - :25:5 - Unresolved attribute `n` on type `ProgressBar`.
[error] unresolved-attribute - :25:14 - Unresolved attribute `last_print_n` on type `ProgressBar`.

examples/notebooks/TextCNN.ipynb:cell 61

[error] invalid-assignment - :19:5 - Object of type `Literal[0]` is not assignable to attribute `n` on type `Unknown | ProgressBar`
[error] invalid-assignment - :19:14 - Object of type `Literal[0]` is not assignable to attribute `last_print_n` on type `Unknown | ProgressBar`
[error] unresolved-attribute - :19:5 - Unresolved attribute `n` on type `ProgressBar`.
[error] unresolved-attribute - :19:14 - Unresolved attribute `last_print_n` on type `ProgressBar`.

tests/ignite/distributed/check_idist_parallel.py

[warning] possibly-missing-attribute - :28:16 - Attribute `_init_method` on type `Unknown | _SerialModel` may be missing
[error] unresolved-attribute - :28:16 - Type `_SerialModel` has no attribute `_init_method`

tests/ignite/distributed/test_launcher.py

[warning] possibly-missing-attribute - :222:16 - Attribute `_init_method` on type `Unknown | _SerialModel` may be missing
[error] unresolved-attribute - :222:16 - Type `_SerialModel` has no attribute `_init_method`

tests/ignite/distributed/utils/__init__.py

[warning] possibly-missing-attribute - :49:20 - Attribute `_init_method` on type `Unknown | _SerialModel` may be missing
[error] unresolved-attribute - :49:20 - Type `_SerialModel` has no attribute `_init_method`

jax (https://github.com/google/jax)

jax/experimental/sparse/api.py

[error] invalid-argument-type - :136:21 - Argument to bound method `_empty` is incorrect: Expected `tuple[int, ...]`, found `Sequence[@Todo]`

jax/_src/api.py

[error] invalid-argument-type - :1760:11 -
Old: Argument is incorrect: Expected `Sequence[Unknown | Device]`, found `Unknown | None`
New: Argument is incorrect: Expected `Sequence[Device]`, found `Unknown | None`
[error] invalid-argument-type - :1761:11 -
Old: Argument is incorrect: Expected `Sequence[Unknown]`, found `Unknown | None`
New: Argument is incorrect: Expected `Sequence[@Todo]`, found `Unknown | None`

jax/_src/api_util.py

[warning] possibly-unresolved-reference - :738:31 - Name `dup_idx` used when possibly not defined

jax/_src/array.py

[error] invalid-assignment - :759:3 -
Old: Object of type `Unknown | None | (Sharding & ~Format)` is not assignable to `Sharding | Format`
New: Object of type `Unknown | (@Todo & Sharding) | None | (@Todo & AUTO) | (Sharding & ~Format)` is not assignable to `Sharding | Format`

jax/_src/compiler.py

[error] invalid-return-type - :353:16 - Return type does not match returned value: expected `LoadedExecutable`, found `Executable`
[warning] unused-ignore-comment - :363:85 - Unused blanket `type: ignore` directive
[error] invalid-assignment - :192:3 - Object of type `Unknown | int | float` is not assignable to attribute `exec_time_optimization_effort` on type `Unknown | ExecutableBuildOptions`
[error] unresolved-attribute - :192:3 - Unresolved attribute `exec_time_optimization_effort` on type `ExecutableBuildOptions`.
[error] invalid-assignment - :193:3 - Object of type `Unknown | int | float` is not assignable to attribute `memory_fitting_effort` on type `Unknown | ExecutableBuildOptions`
[error] unresolved-attribute - :193:3 - Unresolved attribute `memory_fitting_effort` on type `ExecutableBuildOptions`.
[error] invalid-assignment - :194:3 - Object of type `Any` is not assignable to attribute `optimization_level` on type `Unknown | ExecutableBuildOptions`
[error] unresolved-attribute - :194:3 - Unresolved attribute `optimization_level` on type `ExecutableBuildOptions`.
[error] invalid-assignment - :197:3 - Object of type `Any` is not assignable to attribute `memory_fitting_level` on type `Unknown | ExecutableBuildOptions`
[error] unresolved-attribute - :197:3 - Unresolved attribute `memory_fitting_level` on type `ExecutableBuildOptions`.
[error] unresolved-attribute - :667:21 -
Old: Type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, Unknown], compile_options: Unknown | CompileOptions, backend: Unknown | Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes | None` has no attribute `modules_profiles`
New: Type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, Unknown], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes | None` has no attribute `modules_profiles`
[error] unresolved-attribute - :668:12 -
Old: Type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, Unknown], compile_options: Unknown | CompileOptions, backend: Unknown | Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes | None` has no attribute `modules_profiles`
New: Type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, Unknown], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes | None` has no attribute `modules_profiles`
[error] unresolved-attribute - :688:3 -
Old: Type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, Unknown], compile_options: Unknown | CompileOptions, backend: Unknown | Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes | None` has no attribute `modules_profiles`
New: Type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, Unknown], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes | None` has no attribute `modules_profiles`
[error] unresolved-attribute - :692:1 -
Old: Unresolved attribute `modules_profiles` on type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, Unknown], compile_options: Unknown | CompileOptions, backend: Unknown | Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes | None`.
New: Unresolved attribute `modules_profiles` on type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, Unknown], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes | None`.
[error] unresolved-attribute - :710:19 -
Old: Type `def _compile_and_share_module(backend: Unknown | Client, computation: Unknown, executable_devices: Unknown | DeviceList, compile_options: Unknown | CompileOptions, host_callbacks: Sequence[Any], global_client: DistributedRuntimeClient, module_name: str, cache_key: str, first_process_id: int) -> Unknown | LoadedExecutable` has no attribute `modules_cache`
New: Type `def _compile_and_share_module(backend: Client, computation: Unknown, executable_devices: DeviceList, compile_options: CompileOptions, host_callbacks: Sequence[Any], global_client: DistributedRuntimeClient, module_name: str, cache_key: str, first_process_id: int) -> LoadedExecutable` has no attribute `modules_cache`
[error] unresolved-attribute - :711:12 -
Old: Type `def _compile_and_share_module(backend: Unknown | Client, computation: Unknown, executable_devices: Unknown | DeviceList, compile_options: Unknown | CompileOptions, host_callbacks: Sequence[Any], global_client: DistributedRuntimeClient, module_name: str, cache_key: str, first_process_id: int) -> Unknown | LoadedExecutable` has no attribute `modules_cache`
New: Type `def _compile_and_share_module(backend: Client, computation: Unknown, executable_devices: DeviceList, compile_options: CompileOptions, host_callbacks: Sequence[Any], global_client: DistributedRuntimeClient, module_name: str, cache_key: str, first_process_id: int) -> LoadedExecutable` has no attribute `modules_cache`
[error] unresolved-attribute - :742:3 -
Old: Type `def _compile_and_share_module(backend: Unknown | Client, computation: Unknown, executable_devices: Unknown | DeviceList, compile_options: Unknown | CompileOptions, host_callbacks: Sequence[Any], global_client: DistributedRuntimeClient, module_name: str, cache_key: str, first_process_id: int) -> Unknown | LoadedExecutable` has no attribute `modules_cache`
New: Type `def _compile_and_share_module(backend: Client, computation: Unknown, executable_devices: DeviceList, compile_options: CompileOptions, host_callbacks: Sequence[Any], global_client: DistributedRuntimeClient, module_name: str, cache_key: str, first_process_id: int) -> LoadedExecutable` has no attribute `modules_cache`
[error] unresolved-attribute - :746:1 -
Old: Unresolved attribute `modules_cache` on type `def _compile_and_share_module(backend: Unknown | Client, computation: Unknown, executable_devices: Unknown | DeviceList, compile_options: Unknown | CompileOptions, host_callbacks: Sequence[Any], global_client: DistributedRuntimeClient, module_name: str, cache_key: str, first_process_id: int) -> Unknown | LoadedExecutable`.
New: Unresolved attribute `modules_cache` on type `def _compile_and_share_module(backend: Client, computation: Unknown, executable_devices: DeviceList, compile_options: CompileOptions, host_callbacks: Sequence[Any], global_client: DistributedRuntimeClient, module_name: str, cache_key: str, first_process_id: int) -> LoadedExecutable`.

jax/_src/core.py

[warning] unused-ignore-comment - :162:47 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :201:12 - Attribute `format` on type `Unknown | Doc` may be missing
[error] unresolved-attribute - :201:12 - Type `Doc` has no attribute `format`
[warning] possibly-missing-attribute - :1884:12 - Attribute `cur_qdd` on type `Unknown | Trace[Unknown] | None` may be missing
[error] unresolved-attribute - :1884:12 - Type `Trace[Unknown] | None` has no attribute `cur_qdd`
[warning] possibly-missing-attribute - :4101:27 -
Old: Attribute `_weakref` on type `Unknown | Trace[Unknown] | None` may be missing
New: Attribute `_weakref` on type `Trace[Unknown] | None` may be missing

jax/_src/dtypes.py

[warning] unused-ignore-comment - :994:61 - Unused blanket `type: ignore` directive

jax/_src/error_check.py

[warning] possibly-missing-implicit-call - :205:3 -
Old: Method `__setitem__` of type `Unknown | Ref | None` may be missing
New: Method `__setitem__` of type `Ref | None` may be missing
[warning] possibly-missing-implicit-call - :367:5 -
Old: Method `__setitem__` of type `Unknown | Ref | None` may be missing
New: Method `__setitem__` of type `Ref | None` may be missing

jax/_src/interpreters/partial_eval.py

[error] unresolved-attribute - :299:14 - Type `AbstractValue` has no attribute `shape`
[error] unresolved-attribute - :300:31 - Type `AbstractValue` has no attribute `shape`
[warning] possibly-missing-attribute - :76:63 - Attribute `shape` on type `Unknown | AbstractValue` may be missing
[error] unresolved-attribute - :76:63 - Type `AbstractValue` has no attribute `shape`

jax/_src/interpreters/pxla.py

[error] invalid-argument-type - :3273:47 - Argument is incorrect: Expected `tuple[str, ...] | None`, found `list[@Todo] | tuple[Literal[""], ...]`
[error] invalid-argument-type - :506:36 -
Old: Argument to function `_map_schedule` is incorrect: Expected `tuple[int | None, ...]`, found `Unknown | list[Unknown]`
New: Argument to function `_map_schedule` is incorrect: Expected `tuple[int | None, ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1772:45 -
Old: Argument is incorrect: Expected `Sequence[Unknown | Device]`, found `Unknown | MismatchType | None`
New: Argument is incorrect: Expected `Sequence[Device]`, found `Unknown | MismatchType | None`
[error] invalid-return-type - :1785:10 -
Old: Return type does not match returned value: expected `tuple[Unknown | Client, tuple[Unknown | Device, ...]]`, found `tuple[Unknown | Client, (tuple[Unknown | Device, ...] & ~AlwaysFalsy) | tuple[Unknown | Device] | Unknown | Sequence[Unknown | Device]]`
New: Return type does not match returned value: expected `tuple[Client, tuple[Device, ...]]`, found `tuple[Client, Sequence[Device] | Unknown]`
[warning] possibly-missing-attribute - :1871:35 - Attribute `ndim` on type `Unknown | AbstractValue` may be missing
[error] unresolved-attribute - :1871:35 - Type `AbstractValue` has no attribute `ndim`
[error] invalid-assignment - :2849:3 - Object of type `list[Unknown]` is not assignable to attribute `allow_spmd_sharding_propagation_to_parameters` on type `Unknown | ExecutableBuildOptions`
[error] unresolved-attribute - :2849:3 - Unresolved attribute `allow_spmd_sharding_propagation_to_parameters` on type `ExecutableBuildOptions`.
[error] invalid-assignment - :2850:3 - Object of type `list[Unknown]` is not assignable to attribute `allow_spmd_sharding_propagation_to_output` on type `Unknown | ExecutableBuildOptions`
[error] unresolved-attribute - :2850:3 - Unresolved attribute `allow_spmd_sharding_propagation_to_output` on type `ExecutableBuildOptions`.

jax/_src/lax/lax.py

[error] invalid-argument-type - :1993:37 -
Old: Argument to function `register_lowering` is incorrect: Expected `LoweringRule`, found `def _composite_lowering(ctx: LoweringRuleContext, *args: Any, *, name: str, attributes: Sequence[tuple[str, tuple[Any, ...], Unknown | PyTreeDef]], version: int, jaxpr: ClosedJaxpr) -> Unknown`
New: Argument to function `register_lowering` is incorrect: Expected `LoweringRule`, found `def _composite_lowering(ctx: LoweringRuleContext, *args: Any, *, name: str, attributes: Sequence[tuple[str, tuple[Any, ...], PyTreeDef]], version: int, jaxpr: ClosedJaxpr) -> Unknown`
[error] unresolved-attribute - :3913:12 -
Old: Type `(def dtype(x: Any) -> Unknown | dtype[Any]) | ((...) -> Unknown)` has no attribute `_rules`
New: Type `(def dtype(x: Any) -> dtype[Any]) | ((...) -> Unknown)` has no attribute `_rules`

jax/_src/numpy/array_constructors.py

[warning] possibly-missing-attribute - :225:21 - Attribute `get_device_ordinal` on type `(Unknown & ~None) | ModuleType` may be missing
[error] unresolved-attribute - :225:21 - Type `ModuleType` has no attribute `get_device_ordinal`

jax/_src/numpy/lax_numpy.py

[error] invalid-argument-type - :4516:35 -
Old: Argument to function `index` is incorrect: Expected `SupportsIndex`, found `Unknown | Sequence[Unknown]`
New: Argument to function `index` is incorrect: Expected `SupportsIndex`, found `@Todo | Sequence[@Todo]`

jax/_src/pallas/fuser/block_spec.py

[warning] possibly-missing-attribute - :401:10 -
Old: Attribute `index_map` on type `BlockSpec | Unknown | NoBlockSpec` may be missing
New: Attribute `index_map` on type `BlockSpec | NoBlockSpec` may be missing

jax/_src/pallas/mosaic/interpret.py

[error] invalid-assignment - :850:11 -
Old: Method `__setitem__` of type `bound method dict[tuple[str, int, int, int], Buffer].__setitem__(key: tuple[str, int, int, int], value: Buffer, /) -> None` cannot be called with a key of type `tuple[Unknown, int, Array, Literal[0]]` and a value of type `Buffer` on object of type `dict[tuple[str, int, int, int], Buffer]`
New: Method `__setitem__` of type `bound method dict[tuple[str, int, int, int], Buffer].__setitem__(key: tuple[str, int, int, int], value: Buffer, /) -> None` cannot be called with a key of type `tuple[@Todo, int, Array, Literal[0]]` and a value of type `Buffer` on object of type `dict[tuple[str, int, int, int], Buffer]`
[error] invalid-assignment - :858:9 -
Old: Method `__setitem__` of type `bound method dict[tuple[str, int, int, int], Buffer].__setitem__(key: tuple[str, int, int, int], value: Buffer, /) -> None` cannot be called with a key of type `tuple[Unknown, int, Array, int]` and a value of type `Buffer` on object of type `dict[tuple[str, int, int, int], Buffer]`
New: Method `__setitem__` of type `bound method dict[tuple[str, int, int, int], Buffer].__setitem__(key: tuple[str, int, int, int], value: Buffer, /) -> None` cannot be called with a key of type `tuple[@Todo, int, Array, int]` and a value of type `Buffer` on object of type `dict[tuple[str, int, int, int], Buffer]`
[error] invalid-return-type - :2768:16 -
Old: Return type does not match returned value: expected `tuple[Any, tuple[Any, ...], Array, list[Array], list[Array], list[Array]]`, found `tuple[Any, Unknown, Array, list[Array], Unknown | tuple[Any, ...], Unknown | tuple[Any, ...]]`
New: Return type does not match returned value: expected `tuple[Any, tuple[Any, ...], Array, list[Array], list[Array], list[Array]]`, found `tuple[Any, Unknown, Array, list[Array], tuple[Any, ...], tuple[Any, ...]]`
[error] invalid-argument-type - :2799:9 -
Old: Argument to function `while_loop` is incorrect: Expected `(tuple[Unknown, Unknown, Array, Unknown | tuple[Any, ...], Unknown | tuple[Any, ...], Unknown | tuple[Any, ...]], /) -> tuple[Unknown, Unknown, Array, Unknown | tuple[Any, ...], Unknown | tuple[Any, ...], Unknown | tuple[Any, ...]]`, found `def _body(carry: tuple[Any, tuple[Any, ...], Array, list[Array], list[Array], list[Array]]) -> tuple[Any, tuple[Any, ...], Array, list[Array], list[Array], list[Array]]`
New: Argument to function `while_loop` is incorrect: Expected `(tuple[Unknown, Unknown, Array, tuple[Any, ...], tuple[Any, ...], tuple[Any, ...]], /) -> tuple[Unknown, Unknown, Array, tuple[Any, ...], tuple[Any, ...], tuple[Any, ...]]`, found `def _body(carry: tuple[Any, tuple[Any, ...], Array, list[Array], list[Array], list[Array]]) -> tuple[Any, tuple[Any, ...], Array, list[Array], list[Array], list[Array]]`

jax/_src/pallas/mosaic/lowering.py

[error] unsupported-operator - :4174:8 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["mosaic"]` with `tuple[str, ...] | None`
[error] invalid-argument-type - :998:9 -
Old: Argument is incorrect: Expected `tuple[int, ...]`, found `Unknown | tuple[int | DynamicGridDim, ...] | None`
New: Argument is incorrect: Expected `tuple[int, ...]`, found `tuple[int | DynamicGridDim, ...] | None`
[error] invalid-argument-type - :1063:9 -
Old: Argument is incorrect: Expected `tuple[int, ...]`, found `Unknown | tuple[int | DynamicGridDim, ...] | None`
New: Argument is incorrect: Expected `tuple[int, ...]`, found `tuple[int | DynamicGridDim, ...] | None`

jax/_src/pallas/mosaic/sc_lowering.py

[warning] unused-ignore-comment - :250:36 - Unused blanket `type: ignore` directive

jax/_src/pallas/mosaic_gpu/lowering.py

[error] invalid-assignment - :1377:5 - Object of type `@Todo | None` is not assignable to `dtype[Any]`
[error] invalid-argument-type - :2935:38 - Argument to function `register_lowering_rule` is incorrect: Expected `LoweringSemantics`, found `Unknown | Literal[LoweringSemantics.Lane, PrimitiveSemantics.Warp]`
[error] invalid-argument-type - :2935:38 - Argument to function `register_lowering_rule` is incorrect: Expected `PrimitiveSemantics`, found `Unknown | Literal[LoweringSemantics.Lane, PrimitiveSemantics.Warp]`

jax/_src/pallas/mosaic_gpu/pipeline.py

[warning] redundant-cast - :265:28 - Value is already of type `int`
[warning] redundant-cast - :657:28 - Value is already of type `int`
[error] unresolved-attribute - :769:3 -
Old: Unresolved attribute `get_allocations` on type `def pipeline(*gmem_refs: Unknown | Sequence[Divergent], *, allocations: Any | None = None) -> Unknown`.
New: Unresolved attribute `get_allocations` on type `def pipeline(*gmem_refs: Sequence[Divergent], *, allocations: Any | None = None) -> Unknown`.

jax/_src/pallas/mosaic_gpu/primitives.py

[error] invalid-argument-type - :941:26 - Argument to function `register_lowering_rule` is incorrect: Expected `LoweringSemantics`, found `Unknown | Literal[LoweringSemantics.Lane, PrimitiveSemantics.Warp]`
[error] invalid-argument-type - :941:26 - Argument to function `register_lowering_rule` is incorrect: Expected `PrimitiveSemantics`, found `Unknown | Literal[LoweringSemantics.Lane, PrimitiveSemantics.Warp]`
[error] invalid-argument-type - :1558:49 - Argument to function `register_lowering_rule` is incorrect: Expected `LoweringSemantics`, found `Unknown | Literal[LoweringSemantics.Lane, PrimitiveSemantics.Warpgroup]`
[error] invalid-argument-type - :1558:49 - Argument to function `register_lowering_rule` is incorrect: Expected `PrimitiveSemantics`, found `Unknown | Literal[LoweringSemantics.Lane, PrimitiveSemantics.Warpgroup]`
[error] invalid-argument-type - :1559:49 - Argument to function `register_lowering_rule` is incorrect: Expected `LoweringSemantics`, found `Unknown | Literal[LoweringSemantics.Lane, PrimitiveSemantics.Warp]`
[error] invalid-argument-type - :1559:49 - Argument to function `register_lowering_rule` is incorrect: Expected `PrimitiveSemantics`, found `Unknown | Literal[LoweringSemantics.Lane, PrimitiveSemantics.Warp]`
[error] invalid-argument-type - :1815:30 - Argument to function `register_lowering_rule` is incorrect: Expected `LoweringSemantics`, found `Unknown | Literal[LoweringSemantics.Lane, PrimitiveSemantics.Warpgroup]`
[error] invalid-argument-type - :1815:30 - Argument to function `register_lowering_rule` is incorrect: Expected `PrimitiveSemantics`, found `Unknown | Literal[LoweringSemantics.Lane, PrimitiveSemantics.Warpgroup]`
[error] invalid-argument-type - :1817:30 - Argument to function `register_lowering_rule` is incorrect: Expected `LoweringSemantics`, found `Unknown | Literal[LoweringSemantics.Lane, PrimitiveSemantics.Warp]`
[error] invalid-argument-type - :1817:30 - Argument to function `register_lowering_rule` is incorrect: Expected `PrimitiveSemantics`, found `Unknown | Literal[LoweringSemantics.Lane, PrimitiveSemantics.Warp]`

jax/_src/pallas/pallas_call.py

[error] invalid-argument-type - :233:31 - Argument to bound method `insert` is incorrect: Expected `SupportsIndex`, found `(int & ~RaggedAxis) | (Unknown & ~RaggedAxis) | None`
[error] invalid-argument-type - :271:45 - Argument to function `tuple_insert` is incorrect: Expected `int`, found `(int & ~RaggedAxis) | (Unknown & ~RaggedAxis) | None`
[error] invalid-argument-type - :279:47 - Argument to function `tuple_insert` is incorrect: Expected `int`, found `(int & ~RaggedAxis) | (Unknown & ~RaggedAxis) | None`
[error] invalid-argument-type - :323:60 - Argument to function `moveaxis` is incorrect: Expected `int | Sequence[int]`, found `(int & ~RaggedAxis & ~Literal[0]) | (Unknown & ~RaggedAxis & ~Literal[0]) | None`
[error] invalid-argument-type - :394:21 - Argument to function `dynamic_slice_in_dim` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :1343:39 -
Old: Argument to function `register_lowering` is incorrect: Expected `LoweringRule`, found `def _pallas_call_lowering(ctx: LoweringRuleContext, *in_nodes, *, interpret: Any, backend: Unknown | None, **params) -> Unknown`
New: Argument to function `register_lowering` is incorrect: Expected `LoweringRule`, found `def _pallas_call_lowering(ctx: LoweringRuleContext, *in_nodes, *, interpret: Any, backend: @Todo | None, **params) -> Unknown`

jax/_src/pallas/triton/lowering.py

[warning] possibly-unresolved-reference - :1901:19 - Name `index` used when possibly not defined
[warning] possibly-unresolved-reference - :1904:19 - Name `index` used when possibly not defined
[warning] possibly-unresolved-reference - :1905:10 - Name `index` used when possibly not defined
[warning] possibly-unresolved-reference - :1905:37 - Name `index` used when possibly not defined
[warning] possibly-unresolved-reference - :1906:17 - Name `index` used when possibly not defined
[warning] possibly-unresolved-reference - :1907:16 - Name `index` used when possibly not defined
[warning] possibly-unresolved-reference - :1912:12 - Name `index` used when possibly not defined
[warning] possibly-unresolved-reference - :1913:46 - Name `index` used when possibly not defined
[warning] possibly-unresolved-reference - :1925:21 - Name `index` used when possibly not defined
[error] invalid-argument-type - :1902:50 -
Old: Argument to bound method `from_slice` is incorrect: Expected `int`, found `Unknown | int | Squeezed`
New: Argument to bound method `from_slice` is incorrect: Expected `int`, found `int | Squeezed`
[warning] possibly-unresolved-reference - :1902:43 - Name `index` used when possibly not defined
[error] invalid-argument-type - :1911:40 -
Old: Argument to function `_make_range` is incorrect: Expected `int`, found `Unknown | int | Array`
New: Argument to function `_make_range` is incorrect: Expected `int`, found `int | Array`
[warning] possibly-unresolved-reference - :1911:40 - Name `index` used when possibly not defined
[warning] possibly-unresolved-reference - :1914:46 - Name `index` used when possibly not defined
[error] invalid-argument-type - :1916:28 -
Old: Argument to function `_make_range` is incorrect: Expected `int`, found `Unknown | int | Array`
New: Argument to function `_make_range` is incorrect: Expected `int`, found `int | Array`
[error] invalid-argument-type - :1916:41 -
Old: Argument to function `_make_range` is incorrect: Expected `int`, found `Unknown | int | Array`
New: Argument to function `_make_range` is incorrect: Expected `int`, found `int | Array`
[warning] possibly-unresolved-reference - :1916:28 - Name `index` used when possibly not defined
[warning] possibly-unresolved-reference - :1916:41 - Name `index` used when possibly not defined
[warning] possibly-unresolved-reference - :1916:55 - Name `index` used when possibly not defined
[error] invalid-return-type - :2053:7 -
Old: Return type does not match returned value: expected `bool`, found `Literal[False] | (Sequence[int] & ~AlwaysTruthy) | (@Todo & ~AlwaysTruthy) | (bool & Unknown)`
New: Return type does not match returned value: expected `bool`, found `Literal[False] | (Sequence[int] & ~AlwaysTruthy) | (@Todo & ~AlwaysTruthy) | (bool & @Todo)`
[error] invalid-argument-type - :2130:29 -
Old: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `Unknown | tuple[int | Array, ...]`
New: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | @Todo`
[error] invalid-argument-type - :2132:57 -
Old: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `Unknown | tuple[int | Array, ...]`
New: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | @Todo`
[error] invalid-argument-type - :2134:60 -
Old: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `Unknown | tuple[int | Array, ...]`
New: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | @Todo`
[error] invalid-argument-type - :2250:57 -
Old: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `Unknown | tuple[int | Array, ...]`
New: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | @Todo`
[error] invalid-argument-type - :2252:32 -
Old: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `Unknown | tuple[int | Array, ...]`
New: Argument to function `_bcast_to` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | Array, ...] | @Todo`
[error] unsupported-operator - :2564:6 -
Old: Operator `in` is not supported for types `Hashable` and `None`, in comparing `Hashable` with `Unknown | tuple[Hashable, ...] | None`
New: Operator `in` is not supported for types `Hashable` and `None`, in comparing `Hashable` with `tuple[Hashable, ...] | None`
[warning] possibly-missing-attribute - :2566:48 -
Old: Attribute `index` on type `Unknown | tuple[Hashable, ...] | None` may be missing
New: Attribute `index` on type `tuple[Hashable, ...] | None` may be missing

jax/_src/pjit.py

[warning] unused-ignore-comment - :539:25 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :541:44 - Argument to function `safe_zip` is incorrect: Expected `Iterable[Unknown]`, found `tuple[AbstractValue, ...] | None`

jax/_src/shard_map.py

[warning] possibly-missing-attribute - :483:10 - Attribute `idx` on type `Unknown | typing.TypeVar` may be missing
[error] unresolved-attribute - :483:10 - Type `typing.TypeVar` has no attribute `idx`
[warning] possibly-missing-attribute - :484:48 - Attribute `idx` on type `Unknown | typing.TypeVar` may be missing
[error] unresolved-attribute - :484:48 - Type `typing.TypeVar` has no attribute `idx`
[warning] possibly-missing-attribute - :491:21 - Attribute `idx` on type `Unknown | typing.TypeVar` may be missing
[error] unresolved-attribute - :491:21 - Type `typing.TypeVar` has no attribute `idx`
[warning] possibly-missing-attribute - :523:10 - Attribute `idx` on type `Unknown | typing.TypeVar` may be missing
[error] unresolved-attribute - :523:10 - Type `typing.TypeVar` has no attribute `idx`
[warning] possibly-missing-attribute - :524:48 - Attribute `idx` on type `Unknown | typing.TypeVar` may be missing
[error] unresolved-attribute - :524:48 - Type `typing.TypeVar` has no attribute `idx`
[warning] possibly-missing-attribute - :531:21 - Attribute `idx` on type `Unknown | typing.TypeVar` may be missing
[error] unresolved-attribute - :531:21 - Type `typing.TypeVar` has no attribute `idx`
[warning] possibly-missing-attribute - :1765:23 - Attribute `shape` on type `Unknown | AbstractValue` may be missing
[error] unresolved-attribute - :1765:23 - Type `AbstractValue` has no attribute `shape`

jax/_src/sharding_impls.py

[error] invalid-argument-type - :338:43 - Argument to function `tuple_update` is incorrect: Expected `tuple[Literal[1], ...]`, found `Unknown | tuple[int, ...]`

jax/_src/state/primitives.py

[error] invalid-argument-type - :796:24 - Argument to bound method `insert` is incorrect: Expected `SupportsIndex`, found `int | Unknown | None`

jax/_src/test_multiprocess.py

[warning] possibly-missing-attribute - :244:7 -
Old: Attribute `wait_at_barrier` on type `Unknown | DistributedRuntimeClient | None` may be missing
New: Attribute `wait_at_barrier` on type `DistributedRuntimeClient | Any | None` may be missing
[warning] possibly-missing-attribute - :262:7 -
Old: Attribute `wait_at_barrier` on type `Unknown | DistributedRuntimeClient | None` may be missing
New: Attribute `wait_at_barrier` on type `DistributedRuntimeClient | Any | None` may be missing

jax/_src/test_util.py

[error] unresolved-attribute - :1489:1 -
Old: Unresolved attribute `_name` on type `def jit(fun: (...) -> Unknown, *, /, in_shardings: Any = Unknown | UnspecifiedValue, out_shardings: Any = Unknown | UnspecifiedValue, static_argnums: int | Sequence[int] | None = None, static_argnames: Iterable[str] | None = None, donate_argnums: int | Sequence[int] | None = None, donate_argnames: Iterable[str] | None = None, keep_unused: bool = Literal[False], device: Unknown | Device | None = None, backend: str | None = None, inline: bool = Literal[False], abstracted_axes: Any | None = None, compiler_options: dict[str, Any] | None = None) -> JitWrapped`.
New: Unresolved attribute `_name` on type `def jit(fun: (...) -> Unknown, *, /, in_shardings: Any = UnspecifiedValue, out_shardings: Any = UnspecifiedValue, static_argnums: int | Sequence[int] | None = None, static_argnames: Iterable[str] | None = None, donate_argnums: int | Sequence[int] | None = None, donate_argnames: Iterable[str] | None = None, keep_unused: bool = Literal[False], device: Device | None = None, backend: str | None = None, inline: bool = Literal[False], abstracted_axes: Any | None = None, compiler_options: dict[str, Any] | None = None) -> JitWrapped`.

jax/experimental/array_serialization/serialization_test.py

[warning] possibly-missing-attribute - :771:4 - Attribute `x64_enabled` on type `Unknown | Config` may be missing
[error] unresolved-attribute - :771:4 - Type `Config` has no attribute `x64_enabled`

jax/experimental/jax2tf/jax2tf.py

[warning] unused-ignore-comment - :294:46 - Unused blanket `type: ignore` directive

jax/experimental/jax2tf/tests/call_tf_test.py

[warning] possibly-missing-attribute - :1603:9 - Attribute `jax_export_calling_convention_version` on type `Unknown | Config` may be missing
[error] unresolved-attribute - :1603:9 - Type `Config` has no attribute `jax_export_calling_convention_version`
[warning] possibly-missing-attribute - :1675:9 - Attribute `jax_export_calling_convention_version` on type `Unknown | Config` may be missing
[error] unresolved-attribute - :1675:9 - Type `Config` has no attribute `jax_export_calling_convention_version`
[warning] possibly-missing-attribute - :1700:9 - Attribute `jax_export_calling_convention_version` on type `Unknown | Config` may be missing
[error] unresolved-attribute - :1700:9 - Type `Config` has no attribute `jax_export_calling_convention_version`

jax/experimental/jax2tf/tests/sharding_test.py

[warning] possibly-missing-attribute - :87:32 - Attribute `jax_use_shardy_partitioner` on type `Unknown | Config` may be missing
[error] unresolved-attribute - :87:32 - Type `Config` has no attribute `jax_use_shardy_partitioner`

jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py

[error] unsupported-operator - :969:6 -
Old: Operator `%` is unsupported between objects of type `int | None` and `Unknown | Literal[128]`
New: Operator `%` is unsupported between objects of type `int | None` and `Literal[128]`
[error] invalid-argument-type - :1377:9 -
Old: Argument to function `_apply_mask_and_soft_cap` is incorrect: Expected `Slice`, found `Unknown | slice[Any, Any, Any] | Slice`
New: Argument to function `_apply_mask_and_soft_cap` is incorrect: Expected `Slice`, found `slice[Any, Any, Any] | Slice`
[error] invalid-argument-type - :1785:9 -
Old: Argument to function `_apply_mask_and_soft_cap` is incorrect: Expected `Slice`, found `Unknown | slice[Any, Any, Any] | Slice`
New: Argument to function `_apply_mask_and_soft_cap` is incorrect: Expected `Slice`, found `slice[Any, Any, Any] | Slice`

jax/experimental/sparse/bcsr.py

[warning] possibly-missing-attribute - :781:10 - Attribute `_csr_spmm_cpu_lowering` on type `<module 'jax.experimental.sparse._lowerings'>` may be missing

manticore (https://github.com/trailofbits/manticore)

scripts/gdb.py

[warning] possibly-missing-attribute - :13:13 - Attribute `stdout` on type `Unknown | None` may be missing
[error] unresolved-attribute - :13:13 - Type `None` has no attribute `stdout`
[warning] possibly-missing-attribute - :39:5 - Attribute `stdin` on type `Unknown | None` may be missing
[error] unresolved-attribute - :39:5 - Type `None` has no attribute `stdin`
[warning] possibly-missing-attribute - :40:5 - Attribute `stdin` on type `Unknown | None` may be missing
[error] unresolved-attribute - :40:5 - Type `None` has no attribute `stdin`

scripts/qemu.py

[warning] possibly-missing-attribute - :25:13 - Attribute `stdout` on type `Unknown | None` may be missing
[error] unresolved-attribute - :25:13 - Type `None` has no attribute `stdout`
[warning] possibly-missing-attribute - :91:9 - Attribute `stdin` on type `Unknown | None` may be missing
[error] unresolved-attribute - :91:9 - Type `None` has no attribute `stdin`
[warning] possibly-missing-attribute - :92:5 - Attribute `stdin` on type `Unknown | None` may be missing
[error] unresolved-attribute - :92:5 - Type `None` has no attribute `stdin`

tests/other/test_tui_api.py

[warning] possibly-missing-attribute - :132:53 - Attribute `BUSY` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :132:53 - Type `GeneratedProtocolMessageType` has no attribute `BUSY`
[warning] possibly-missing-attribute - :136:53 - Attribute `BUSY` on type `Unknown | GeneratedProtocolMessageType` may be missing
[error] unresolved-attribute - :136:53 - Type `GeneratedProtocolMessageType` has no attribute `BUSY`

meson (https://github.com/mesonbuild/meson)

docs/refman/main.py

[error] invalid-assignment - :42:9 - Object of type `() -> Unknown` is not assignable to attribute `colorize_console` of type `bound method _Logger.colorize_console() -> bool`

mesonbuild/build.py

[error] invalid-return-type - :1093:16 -
Old: Return type does not match returned value: expected `ImmutableListProtocol[Unknown]`, found `list[Unknown]`
New: Return type does not match returned value: expected `ImmutableListProtocol[@Todo]`, found `list[Unknown]`
[error] invalid-return-type - :1126:16 -
Old: Return type does not match returned value: expected `ImmutableListProtocol[Unknown]`, found `list[Unknown]`
New: Return type does not match returned value: expected `ImmutableListProtocol[@Todo]`, found `list[Unknown]`
[error] invalid-return-type - :2788:16 -
Old: Return type does not match returned value: expected `ImmutableListProtocol[Unknown]`, found `list[Unknown]`
New: Return type does not match returned value: expected `ImmutableListProtocol[@Todo]`, found `list[Unknown]`

mesonbuild/compilers/detect.py

[error] invalid-argument-type - :538:77 - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`

mesonbuild/interpreter/interpreter.py

[error] invalid-assignment - :3353:9 -
Old: Method `__setitem__` of type `bound method dict[str, list[Unknown]].__setitem__(key: str, value: list[Unknown], /) -> None` cannot be called with a key of type `Literal["language_args"]` and a value of type `defaultdict[Unknown, Unknown]` on object of type `dict[str, list[Unknown]]`
New: Method `__setitem__` of type `bound method dict[str, list[@Todo]].__setitem__(key: str, value: list[@Todo], /) -> None` cannot be called with a key of type `Literal["language_args"]` and a value of type `defaultdict[Unknown, Unknown]` on object of type `dict[str, list[@Todo]]`
[error] invalid-assignment - :3408:9 -
Old: Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[Unknown], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[Unknown], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Unknown, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[Unknown], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[Unknown], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Unknown, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["darwin_versions"], value: tuple[str, str] | None, /) -> None, (key: Literal["soversion"], value: str | None, /) -> None, (key: Literal["version"], value: str | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[Unknown], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[Unknown], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Unknown, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[Unknown], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[Unknown], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Unknown, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[Unknown], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[Unknown], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | CustomTarget | CustomTargetIndex | GeneratedList | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["dependencies"]` and a value of type `list[Unknown]` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
New: Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["darwin_versions"], value: tuple[str, str] | None, /) -> None, (key: Literal["soversion"], value: str | None, /) -> None, (key: Literal["version"], value: str | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | CustomTarget | CustomTargetIndex | GeneratedList | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["dependencies"]` and a value of type `list[Unknown]` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-assignment - :3427:13 -
Old: Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[Unknown], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[Unknown], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Unknown, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[Unknown], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[Unknown], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Unknown, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["darwin_versions"], value: tuple[str, str] | None, /) -> None, (key: Literal["soversion"], value: str | None, /) -> None, (key: Literal["version"], value: str | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[Unknown], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[Unknown], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Unknown, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[Unknown], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[Unknown], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Unknown, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[Unknown], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[Unknown], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | CustomTarget | CustomTargetIndex | GeneratedList | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["d_import_dirs"]` and a value of type `Unknown` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
New: Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["darwin_versions"], value: tuple[str, str] | None, /) -> None, (key: Literal["soversion"], value: str | None, /) -> None, (key: Literal["version"], value: str | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | CustomTarget | CustomTargetIndex | GeneratedList | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["d_import_dirs"]` and a value of type `Unknown` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`

mesonbuild/interpreterbase/decorators.py

[error] invalid-return-type - :45:12 -
Old: Return type does not match returned value: expected `tuple[BaseNode, list[@Todo], Unknown, Unknown]`, found `tuple[Any, None | Any, None | Any, Any]`
New: Return type does not match returned value: expected `tuple[BaseNode, list[@Todo], Any, @Todo]`, found `tuple[Any, None | Any, None | Any, Any]`

mesonbuild/utils/universal.py

[error] invalid-assignment - :236:9 -
Old: Object of type `Unknown | list[Unknown | str]` is not assignable to `ImmutableListProtocol[str] | None`
New: Object of type `list[Unknown | str]` is not assignable to `ImmutableListProtocol[str] | None`
[error] invalid-assignment - :239:9 -
Old: Object of type `Unknown | list[Unknown | str]` is not assignable to `ImmutableListProtocol[str] | None`
New: Object of type `list[Unknown | str]` is not assignable to `ImmutableListProtocol[str] | None`

run_project_tests.py

[error] invalid-assignment - :335:5 - Object of type `def _ci_colorize_console() -> bool` is not assignable to attribute `colorize_console` of type `bound method _Logger.colorize_console() -> bool`

run_tests.py

[error] unsupported-operator - :270:15 -
Old: Operator `+` is unsupported between objects of type `Unknown | None | list[Unknown | str] | list[str]` and `list[Unknown | str]`
New: Operator `+` is unsupported between objects of type `None | list[Unknown | str] | list[str]` and `list[Unknown | str]`

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

mitmproxy/net/tls.py

[error] invalid-argument-type - :261:38 -
Old: Argument to bound method `add_extra_chain_cert` is incorrect: Expected `X509`, found `Unknown | Certificate`
New: Argument to bound method `add_extra_chain_cert` is incorrect: Expected `X509`, found `Certificate`

test/helper_tools/memoryleak.py

[warning] possibly-unresolved-reference - :42:44 - Name `ssl` used when possibly not defined
[warning] possibly-unresolved-reference - :43:13 - Name `ssl` used when possibly not defined

test/mitmproxy/addons/test_clientplayback.py

[error] invalid-return-type - :19:53 - Return type does not match returned value: expected `tuple[str, int]`, found `types.AsyncGeneratorType`
[error] invalid-argument-type - :18:1 -
Old: Argument to function `asynccontextmanager` is incorrect: Expected `(...) -> AsyncIterator[Unknown]`, found `def tcp_server(handle_conn, **server_args) -> Unknown | tuple[str, int]`
New: Argument to function `asynccontextmanager` is incorrect: Expected `(...) -> AsyncIterator[Unknown]`, found `def tcp_server(handle_conn, **server_args) -> tuple[str, int]`

test/mitmproxy/addons/test_proxyserver.py

[error] invalid-return-type - :342:6 - Return type does not match returned value: expected `tuple[str, int]`, found `types.AsyncGeneratorType`
[error] invalid-argument-type - :82:60 - Argument to function `open_connection` is incorrect: Expected `str | None`, found `Unknown | str | int`
[error] invalid-argument-type - :145:60 - Argument to function `open_connection` is incorrect: Expected `str | None`, found `Unknown | str | int`
[error] invalid-argument-type - :337:1 -
Old: Argument to function `asynccontextmanager` is incorrect: Expected `(...) -> AsyncIterator[Unknown]`, found `def udp_server(handle_datagram: (DatagramTransport, bytes, tuple[str, int], /) -> None) -> Unknown | tuple[str, int]`
New: Argument to function `asynccontextmanager` is incorrect: Expected `(...) -> AsyncIterator[Unknown]`, found `def udp_server(handle_datagram: (DatagramTransport, bytes, tuple[str, int], /) -> None) -> tuple[str, int]`

test/mitmproxy/addons/test_savehar.py

[error] invalid-assignment - :257:5 - Object of type `Literal["1.2.3"]` is not assignable to attribute `VERSION` of type `Literal["13.0.0.dev"]`

test/mitmproxy/addons/test_script.py

[error] invalid-assignment - :18:1 - Object of type `float` is not assignable to attribute `ReloadInterval` of type `Literal[1]`

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

[error] invalid-assignment - :51:5 - Object of type `tuple[()]` is not assignable to attribute `CATCH_HYPER_H2_ERRORS` of type `tuple[<class 'ValueError'>, <class 'IndexError'>]`

mkosi (https://github.com/systemd/mkosi)

mkosi/config.py

[error] unsupported-operator - :1544:8 -
Old: Operator `>` is not supported for types `GenericVersion` and `str`, in comparing `GenericVersion` with `Unknown | Literal["26~devel"]`
New: Operator `>` is not supported for types `GenericVersion` and `str`, in comparing `GenericVersion` with `Literal["26~devel"]`
[warning] possibly-missing-attribute - :4974:31 -
Old: Attribute `section` on type `Unknown | None` may be missing
New: Attribute `section` on type `@Todo | None` may be missing
[warning] possibly-missing-attribute - :4976:87 -
Old: Attribute `section` on type `Unknown | None` may be missing
New: Attribute `section` on type `@Todo | None` may be missing
[warning] possibly-missing-attribute - :4980:28 -
Old: Attribute `name` on type `Unknown | None` may be missing
New: Attribute `name` on type `@Todo | None` may be missing
[warning] possibly-missing-attribute - :4982:88 -
Old: Attribute `name` on type `Unknown | None` may be missing
New: Attribute `name` on type `@Todo | None` may be missing
[warning] possibly-missing-attribute - :4987:29 -
Old: Attribute `dest` on type `Unknown | None` may be missing
New: Attribute `dest` on type `@Todo | None` may be missing
[warning] possibly-missing-attribute - :4987:39 -
Old: Attribute `parse` on type `Unknown | None` may be missing
New: Attribute `parse` on type `@Todo | None` may be missing
[warning] possibly-missing-attribute - :4987:66 -
Old: Attribute `dest` on type `Unknown | None` may be missing
New: Attribute `dest` on type `@Todo | None` may be missing

mkosi/qemu.py

[error] unsupported-operator - :1166:9 -
Old: Operator `>=` is not supported for types `GenericVersion` and `GenericVersion`, in comparing `GenericVersion` with `Unknown | GenericVersion`
New: Operator `>=` is not supported for types `GenericVersion` and `GenericVersion`
[error] unsupported-operator - :1274:12 -
Old: Operator `>=` is not supported for types `GenericVersion` and `GenericVersion`, in comparing `GenericVersion` with `Unknown | GenericVersion`
New: Operator `>=` is not supported for types `GenericVersion` and `GenericVersion`

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

pymongo/asynchronous/auth.py

[error] invalid-argument-type - :131:43 -
Old: Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray`, found `Unknown | None | bytes`
New: Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray`, found `@Todo | None | bytes`
[error] invalid-assignment - :365:1 -
Old: Object of type `dict[Unknown | str, Unknown | ((credentials: Unknown, conn: AsyncConnection) -> CoroutineType[Any, Any, None]) | ((credentials: Unknown, conn: AsyncConnection, reauthenticate: bool) -> CoroutineType[Any, Any, Mapping[str, Any] | None]) | partial[Unknown]]` is not assignable to `Mapping[str, (...) -> Coroutine[Any, Any, None]]`
New: Object of type `dict[Unknown | str, Unknown | ((credentials: @Todo, conn: AsyncConnection) -> CoroutineType[Any, Any, None]) | ((credentials: @Todo, conn: AsyncConnection, reauthenticate: bool) -> CoroutineType[Any, Any, Mapping[str, Any] | None]) | partial[Unknown]]` is not assignable to `Mapping[str, (...) -> Coroutine[Any, Any, None]]`

pymongo/asynchronous/auth_oidc.py

[warning] possibly-unresolved-reference - :223:28 - Name `cb` used when possibly not defined

pymongo/asynchronous/srv_resolver.py

[error] unresolved-import - :51:14 - Cannot resolve imported module `dns`

pymongo/synchronous/auth.py

[error] invalid-argument-type - :128:43 -
Old: Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray`, found `Unknown | None | bytes`
New: Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray`, found `@Todo | None | bytes`
[error] invalid-assignment - :360:1 -
Old: Object of type `dict[Unknown | str, Unknown | ((credentials: Unknown, conn: Connection) -> None) | ((credentials: Unknown, conn: Connection, reauthenticate: bool) -> Mapping[str, Any] | None) | partial[Unknown]]` is not assignable to `Mapping[str, (...) -> None]`
New: Object of type `dict[Unknown | str, Unknown | ((credentials: @Todo, conn: Connection) -> None) | ((credentials: @Todo, conn: Connection, reauthenticate: bool) -> Mapping[str, Any] | None) | partial[Unknown]]` is not assignable to `Mapping[str, (...) -> None]`

pymongo/synchronous/auth_oidc.py

[warning] unused-ignore-comment - :221:97 - Unused blanket `type: ignore` directive

pymongo/synchronous/encryption.py

[error] unresolved-import - :214:29 - Module `pymongo.network_layer` has no member `receive_data_socket`

pymongo/synchronous/helpers.py

[warning] unused-ignore-comment - :84:56 - Unused blanket `type: ignore` directive

pymongo/synchronous/srv_resolver.py

[error] unresolved-import - :55:14 - Cannot resolve imported module `dns`

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

mypyc/irbuild/main.py

[error] invalid-argument-type - :55:1 -
Old: Argument is incorrect: Expected `typing.TypeVar`, found `def build_ir(modules: list[MypyFile], graph: @Todo, types: dict[Expression, Type], mapper: Mapper, options: CompilerOptions, errors: Errors) -> Unknown | dict[str, ModuleIR]`
New: Argument is incorrect: Expected `typing.TypeVar`, found `def build_ir(modules: list[MypyFile], graph: @Todo, types: dict[Expression, Type], mapper: Mapper, options: CompilerOptions, errors: Errors) -> dict[str, ModuleIR]`

mypy-protobuf (https://github.com/dropbox/mypy-protobuf)

test/test_generated_mypy.py

[error] type-assertion-failure - :486:5 -
Old: Argument does not have asserted type `ScalarMap[Unknown, Email]`
New: Argument does not have asserted type `ScalarMap[@Todo, Email]`
[error] type-assertion-failure - :497:5 -
Old: Argument does not have asserted type `ScalarMap[Unknown, Email]`
New: Argument does not have asserted type `ScalarMap[@Todo, Email]`

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

openlibrary/accounts/model.py

[warning] possibly-missing-attribute - :717:37 - Attribute `get` on type `Unknown | None` may be missing
[error] unresolved-attribute - :717:37 - Type `None` has no attribute `get`
[warning] possibly-missing-attribute - :718:40 - Attribute `get` on type `Unknown | None` may be missing
[error] unresolved-attribute - :718:40 - Type `None` has no attribute `get`
[error] invalid-argument-type - :735:34 -
Old: Argument to function `post` is incorrect: Expected `str | bytes`, found `Unknown | None`
New: Argument to function `post` is incorrect: Expected `str | bytes`, found `(Unknown & ~AlwaysFalsy) | None`

openlibrary/admin/stats.py

[error] invalid-assignment - :111:5 - Object of type `Literal["openlibrary.org"]` is not assignable to attribute `site` of type `Literal["infogami.org"]`

openlibrary/core/lending.py

[error] invalid-argument-type - :1099:17 -
Old: Argument to function `post` is incorrect: Expected `str | bytes`, found `Unknown | None`
New: Argument to function `post` is incorrect: Expected `str | bytes`, found `None`

openlibrary/core/vendors.py

[error] unresolved-attribute - :452:12 - Type `<module 'requests'>` has no attribute `exceptions`
[error] unresolved-attribute - :454:12 - Type `<module 'requests'>` has no attribute `exceptions`

openlibrary/coverstore/tests/test_coverstore.py

[error] invalid-assignment - :26:5 - Object of type `str` is not assignable to attribute `data_root` of type `None`
[error] unsupported-operator - :49:14 -
Old: Operator `+` is unsupported between objects of type `Unknown | None` and `Literal["/bad"]`
New: Operator `+` is unsupported between objects of type `None` and `Literal["/bad"]`
[error] unsupported-operator - :52:14 -
Old: Operator `+` is unsupported between objects of type `Unknown | None` and `Literal["/bad"]`
New: Operator `+` is unsupported between objects of type `None` and `Literal["/bad"]`
[error] unsupported-operator - :138:49 -
Old: Operator `+` is unsupported between objects of type `Unknown | None` and `Literal["/localdisk/a.jpg"]`
New: Operator `+` is unsupported between objects of type `None` and `Literal["/localdisk/a.jpg"]`
[error] unsupported-operator - :141:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | None` and `Literal["/items/covers_0000/covers_0000_00.tar:1234:10"]`
New: Operator `+` is unsupported between objects of type `None` and `Literal["/items/covers_0000/covers_0000_00.tar:1234:10"]`

openlibrary/coverstore/tests/test_webapp.py

[error] invalid-assignment - :35:5 - Object of type `str` is not assignable to attribute `data_root` of type `None`
[error] unsupported-operator - :97:16 -
Old: Operator `+` is unsupported between objects of type `Unknown | None` and `Literal["/localdisk/"]`
New: Operator `+` is unsupported between objects of type `None` and `Literal["/localdisk/"]`

openlibrary/data/db.py

[error] invalid-argument-type - :89:23 -
Old: Argument expression after ** must be a mapping type: Found `Unknown | None`
New: Argument expression after ** must be a mapping type: Found `None`
[warning] possibly-missing-attribute - :113:16 - Attribute `query` on type `Unknown | None` may be missing
[error] unresolved-attribute - :113:16 - Type `None` has no attribute `query`
[warning] possibly-missing-attribute - :145:12 - Attribute `query` on type `Unknown | None` may be missing
[error] unresolved-attribute - :145:12 - Type `None` has no attribute `query`
[warning] possibly-missing-attribute - :159:9 - Attribute `transaction` on type `Unknown | None` may be missing
[error] unresolved-attribute - :159:9 - Type `None` has no attribute `transaction`
[warning] possibly-missing-attribute - :165:16 - Attribute `query` on type `Unknown | None` may be missing
[error] unresolved-attribute - :165:16 - Type `None` has no attribute `query`
[warning] possibly-missing-attribute - :178:17 - Attribute `insert` on type `Unknown | None` may be missing
[error] unresolved-attribute - :178:17 - Type `None` has no attribute `insert`
[warning] possibly-missing-attribute - :187:9 - Attribute `multiple_insert` on type `Unknown | None` may be missing
[error] unresolved-attribute - :187:9 - Type `None` has no attribute `multiple_insert`
[warning] possibly-missing-attribute - :203:9 - Attribute `multiple_insert` on type `Unknown | None` may be missing
[error] unresolved-attribute - :203:9 - Type `None` has no attribute `multiple_insert`
[warning] possibly-missing-attribute - :206:9 - Attribute `query` on type `Unknown | None` may be missing
[error] unresolved-attribute - :206:9 - Type `None` has no attribute `query`
[warning] possibly-missing-attribute - :229:12 - Attribute `query` on type `Unknown | None` may be missing
[error] unresolved-attribute - :229:12 - Type `None` has no attribute `query`

openlibrary/mocks/mock_infobase.py

[error] invalid-assignment - :34:9 - Object of type `Literal["foobar"]` is not assignable to attribute `secret_key` of type `Literal["bzuim9ws8u"]`
[error] invalid-assignment - :48:9 - Object of type `Literal["/people"]` is not assignable to attribute `user_root` of type `Literal["/user/"]`

openlibrary/olbase/events.py

[warning] possibly-missing-attribute - :32:5 - Attribute `add_event_listener` on type `Unknown | None` may be missing
[error] unresolved-attribute - :32:5 - Type `None` has no attribute `add_event_listener`

openlibrary/plugins/books/dynlinks.py

[warning] possibly-missing-attribute - :569:17 - Attribute `do_import` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :569:17 - Type `ModuleType` has no attribute `do_import`

openlibrary/plugins/ol_infobase.py

[warning] possibly-missing-attribute - :44:9 - Attribute `add_event_listener` on type `Unknown | None` may be missing
[error] unresolved-attribute - :44:9 - Type `None` has no attribute `add_event_listener`
[warning] possibly-missing-attribute - :46:5 - Attribute `add_event_listener` on type `Unknown | None` may be missing
[error] unresolved-attribute - :46:5 - Type `None` has no attribute `add_event_listener`
[warning] possibly-missing-attribute - :388:20 - Attribute `Client` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :388:20 - Type `ModuleType` has no attribute `Client`
[warning] possibly-missing-attribute - :453:14 - Attribute `Client` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :453:14 - Type `ModuleType` has no attribute `Client`

openlibrary/plugins/worksearch/code.py

[error] invalid-argument-type - :298:59 -
Old: Argument to bound method `q_to_solr_params` is incorrect: Expected `list[tuple[str, str]]`, found `list[Unknown | tuple[str, Unknown | int] | tuple[str, Unknown | str] | tuple[str, Unknown]]`
New: Argument to bound method `q_to_solr_params` is incorrect: Expected `list[tuple[str, str]]`, found `list[Unknown | tuple[str, Unknown | int] | tuple[str, @Todo | str] | tuple[str, Unknown]]`

openlibrary/tests/solr/test_update.py

[warning] possibly-missing-attribute - :115:9 - Attribute `add_docs` on type `Unknown | DataProvider` may be missing
[error] unresolved-attribute - :115:9 - Type `DataProvider` has no attribute `add_docs`
[warning] possibly-missing-attribute - :139:9 - Attribute `add_docs` on type `Unknown | DataProvider` may be missing
[error] unresolved-attribute - :139:9 - Type `DataProvider` has no attribute `add_docs`

operator (https://github.com/canonical/operator)

ops/lib/__init__.py

[warning] possibly-missing-attribute - :86:16 - Attribute `get` on type `Unknown | None` may be missing
[error] unresolved-attribute - :86:16 - Type `None` has no attribute `get`

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

optuna/storages/_rdb/alembic/env.py

[error] invalid-argument-type - :62:9 -
Old: Argument to function `engine_from_config` is incorrect: Expected `dict[str, Any]`, found `Unknown | dict[str, str] | None`
New: Argument to function `engine_from_config` is incorrect: Expected `dict[str, Any]`, found `dict[str, str] | None`

paasta (https://github.com/yelp/paasta)

paasta_tools/utils.py

[warning] possibly-missing-attribute - :1480:12 - Attribute `log` on type `Unknown | None` may be missing
[error] unresolved-attribute - :1480:12 - Type `None` has no attribute `log`
[warning] possibly-missing-attribute - :1503:12 - Attribute `log_audit` on type `Unknown | None` may be missing
[error] unresolved-attribute - :1503:12 - Type `None` has no attribute `log_audit`

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

pandas/core/algorithms.py

[error] invalid-return-type - :211:16 -
Old: Return type does not match returned value: expected `ArrayLikeT@_reconstruct_data`, found `(ArrayLikeT@_reconstruct_data & Unknown) | ExtensionArray`
New: Return type does not match returned value: expected `ArrayLikeT@_reconstruct_data`, found `ExtensionArray`

pandas/core/arrays/interval.py

[warning] possibly-missing-attribute - :359:35 - Attribute `_ensure_matching_resos` on type `ExtensionArray | ndarray[@Todo, Unknown] | Unknown` may be missing
[warning] possibly-missing-attribute - :357:50 - Attribute `unit` on type `(Index & ~PeriodIndex) | (Unknown & ~PeriodIndex)` may be missing

pandas/core/common.py

[error] invalid-argument-type - :259:25 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `object`
[warning] unused-ignore-comment - :252:65 - Unused blanket `type: ignore` directive

pandas/core/construction.py

[error] invalid-argument-type - :603:25 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `~ExtensionArray & ~<Protocol with members '__array__'>`
[error] unresolved-attribute - :623:18 - Type `object` has no attribute `kind`
[error] invalid-argument-type - :656:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `~ExtensionArray & ~<Protocol with members '__array__'>`
[warning] unused-ignore-comment - :330:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :631:82 - Unused blanket `type: ignore` directive

pandas/core/indexes/base.py

[error] invalid-argument-type - :544:33 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~range & ~<Protocol with members '__array__'>) | None`
[error] invalid-argument-type - :561:29 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~range & ~<Protocol with members '__array__'> & ~Top[list[Unknown]] & ~tuple[object, ...]) | None`

pandas/core/nanops.py

[error] call-non-callable - :140:30 - Object of type `None` is not callable

pandas/io/formats/style.py

[warning] possibly-missing-attribute - :3810:18 - Attribute `ChoiceLoader` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3810:39 - Attribute `FileSystemLoader` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :3810:18 - Type `ModuleType` has no attribute `ChoiceLoader`
[error] unresolved-attribute - :3810:39 - Type `ModuleType` has no attribute `FileSystemLoader`
[warning] possibly-missing-attribute - :3816:19 - Attribute `Environment` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :3816:19 - Type `ModuleType` has no attribute `Environment`

pandas/tests/computation/test_eval.py

[warning] possibly-missing-attribute - :328:45 - Attribute `__version__` on type `Unknown | ModuleType | None` may be missing
[error] unresolved-attribute - :328:45 - Type `ModuleType | None` has no attribute `__version__`
[warning] possibly-missing-attribute - :400:44 - Attribute `__version__` on type `Unknown | ModuleType | None` may be missing
[error] unresolved-attribute - :400:44 - Type `ModuleType | None` has no attribute `__version__`
[warning] possibly-missing-attribute - :445:44 - Attribute `__version__` on type `Unknown | ModuleType | None` may be missing
[error] unresolved-attribute - :445:44 - Type `ModuleType | None` has no attribute `__version__`

pandas/tests/dtypes/test_dtypes.py

[error] invalid-argument-type - :227:55 - Argument to bound method `update_dtype` is incorrect: Expected `str | CategoricalDtype`, found `Categorical`
[error] invalid-argument-type - :335:51 - Argument to bound method `construct_from_string` is incorrect: Expected `str`, found `list[Unknown | str]`
[error] invalid-argument-type - :495:47 - Argument to bound method `construct_from_string` is incorrect: Expected `str`, found `list[Unknown | int]`

pandas/tests/indexes/datetimes/test_date_range.py

[error] invalid-argument-type - :931:36 -
Old: Argument to function `_generate_range` is incorrect: Expected `Timestamp | None`, found `Unknown | datetime`
New: Argument to function `_generate_range` is incorrect: Expected `Timestamp | None`, found `datetime`
[error] invalid-argument-type - :931:43 -
Old: Argument to function `_generate_range` is incorrect: Expected `Timestamp | None`, found `Unknown | datetime`
New: Argument to function `_generate_range` is incorrect: Expected `Timestamp | None`, found `datetime`
[error] invalid-argument-type - :932:36 -
Old: Argument to function `_generate_range` is incorrect: Expected `Timestamp | None`, found `Unknown | datetime`
New: Argument to function `_generate_range` is incorrect: Expected `Timestamp | None`, found `datetime`
[error] invalid-argument-type - :932:43 -
Old: Argument to function `_generate_range` is incorrect: Expected `Timestamp | None`, found `Unknown | datetime`
New: Argument to function `_generate_range` is incorrect: Expected `Timestamp | None`, found `datetime`

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

tests/test_plotting.py

[error] type-assertion-failure - :289:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :290:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :291:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :309:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :310:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :328:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :329:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :347:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :348:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :366:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :367:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :369:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :376:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :385:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :386:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :405:9 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :409:9 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :429:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :430:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :448:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :449:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :467:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :468:11 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :488:9 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :492:9 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :519:9 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :679:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :681:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :703:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :705:9 - Argument does not have asserted type `Series[Any]`

tests/series/arithmetic/test_add.py

[error] type-assertion-failure - :109:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :110:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :111:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :112:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :114:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :115:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :116:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :117:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :129:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :130:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :131:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :132:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :140:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :141:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :142:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :143:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :144:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :146:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :147:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :148:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :149:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :150:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :161:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :162:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :163:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :164:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :165:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :167:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :168:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :169:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :170:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :171:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :173:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :174:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :175:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :176:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :177:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :179:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :180:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :181:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :182:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :183:11 - Argument does not have asserted type `Series[Any]`

tests/series/arithmetic/test_mul.py

[error] type-assertion-failure - :98:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :99:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :100:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :101:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :103:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :104:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :105:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :106:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :118:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :119:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :120:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :121:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :124:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :125:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :126:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :127:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :129:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :130:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :131:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :132:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :133:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :135:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :136:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :137:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :138:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :139:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :150:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :151:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :152:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :153:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :154:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :156:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :157:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :158:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :159:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :160:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :162:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :163:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :164:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :165:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :166:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :168:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :169:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :170:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :171:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :172:11 - Argument does not have asserted type `Series[Any]`

tests/series/arithmetic/test_sub.py

[error] type-assertion-failure - :107:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :108:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :109:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :110:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :112:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :113:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :114:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :115:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :127:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :128:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :129:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :130:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :138:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :139:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :140:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :141:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :142:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :144:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :145:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :146:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :147:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :148:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :159:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :160:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :161:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :162:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :163:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :165:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :166:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :167:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :168:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :169:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :171:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :172:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :173:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :174:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :175:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :177:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :178:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :179:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :180:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :181:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :272:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :274:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :291:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :293:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :308:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :310:11 - Argument does not have asserted type `Series[Any]`

tests/series/arithmetic/test_truediv.py

[error] type-assertion-failure - :120:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :121:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :122:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :123:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :125:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :126:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :127:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :128:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :130:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :131:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :132:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :133:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :135:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :136:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :137:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :138:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :150:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :151:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :152:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :153:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :156:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :157:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :158:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :159:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :161:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :162:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :163:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :164:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :165:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :167:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :168:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :169:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :170:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :171:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :173:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :174:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :175:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :176:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :177:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :179:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :180:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :181:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :182:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :183:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :194:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :195:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :196:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :197:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :198:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :200:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :201:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :202:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :203:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :204:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :206:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :207:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :208:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :209:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :210:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :212:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :213:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :214:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :215:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :216:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :218:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :219:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :220:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :221:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :222:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :224:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :225:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :226:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :227:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :228:11 - Argument does not have asserted type `Series[Any]`

tests/test_frame.py

[error] type-assertion-failure - :3719:11 - Argument does not have asserted type `Dataset`
[error] type-assertion-failure - :3723:11 - Argument does not have asserted type `recarray[@Todo, dtype[Any]]`
[error] type-assertion-failure - :3725:9 - Argument does not have asserted type `recarray[@Todo, dtype[Any]]`
[error] type-assertion-failure - :3729:9 - Argument does not have asserted type `recarray[@Todo, dtype[Any]]`
[error] type-assertion-failure - :3736:9 - Argument does not have asserted type `recarray[@Todo, dtype[Any]]`

tests/test_groupby.py

[error] type-assertion-failure - :440:13 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :495:9 - Argument does not have asserted type `RollingGroupby[DataFrame]`
[error] type-assertion-failure - :501:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :502:11 - Argument does not have asserted type `str | Index[Any] | None`
[error] type-assertion-failure - :508:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :509:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :510:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :511:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :512:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :513:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :516:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :517:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :518:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :519:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :527:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :528:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :529:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :531:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :535:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :539:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :546:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :556:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :597:9 - Argument does not have asserted type `RollingGroupby[DataFrame]`
[error] type-assertion-failure - :603:9 - Argument does not have asserted type `RollingGroupby[DataFrame]`
[error] type-assertion-failure - :607:9 - Argument does not have asserted type `RollingGroupby[DataFrame]`
[error] type-assertion-failure - :621:9 - Argument does not have asserted type `RollingGroupby[Series[int | float]]`
[error] type-assertion-failure - :627:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :630:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :631:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :632:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :633:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :634:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :635:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :638:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :639:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :640:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :641:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :649:15 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :650:15 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :651:15 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :653:13 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :673:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :678:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :690:9 - Argument does not have asserted type `ExpandingGroupby[DataFrame]`
[error] type-assertion-failure - :696:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :697:11 - Argument does not have asserted type `str | Index[Any] | None`
[error] type-assertion-failure - :703:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :704:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :705:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :706:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :707:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :708:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :711:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :712:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :713:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :714:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :722:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :723:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :724:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :726:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :730:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :734:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :741:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :753:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :794:9 - Argument does not have asserted type `ExpandingGroupby[DataFrame]`
[error] type-assertion-failure - :800:9 - Argument does not have asserted type `ExpandingGroupby[DataFrame]`
[error] type-assertion-failure - :804:9 - Argument does not have asserted type `ExpandingGroupby[DataFrame]`
[error] type-assertion-failure - :820:9 - Argument does not have asserted type `ExpandingGroupby[Series[int | float]]`
[error] type-assertion-failure - :826:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :829:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :830:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :831:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :832:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :833:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :834:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :837:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :838:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :839:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :840:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :848:15 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :849:15 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :850:15 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :852:13 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :872:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :877:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :889:9 - Argument does not have asserted type `ExponentialMovingWindowGroupby[DataFrame]`
[error] type-assertion-failure - :895:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :896:11 - Argument does not have asserted type `str | Index[Any] | None`
[error] type-assertion-failure - :902:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :903:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :904:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :907:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :908:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :917:19 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :918:19 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :920:17 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :924:17 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :928:17 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :935:17 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :972:9 - Argument does not have asserted type `ExponentialMovingWindowGroupby[DataFrame]`
[error] type-assertion-failure - :978:9 - Argument does not have asserted type `ExponentialMovingWindowGroupby[DataFrame]`
[error] type-assertion-failure - :982:9 - Argument does not have asserted type `ExponentialMovingWindowGroupby[DataFrame]`
[error] type-assertion-failure - :998:9 - Argument does not have asserted type `ExponentialMovingWindowGroupby[Series[int | float]]`
[error] type-assertion-failure - :1004:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :1007:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :1008:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :1009:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :1012:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :1013:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :1021:15 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1023:19 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1024:19 - Argument does not have asserted type `Series[Any]`

tests/test_io.py

[error] type-assertion-failure - :75:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :83:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :91:19 - Argument does not have asserted type `None`
[error] type-assertion-failure - :100:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :106:11 - Argument does not have asserted type `bytes`
[error] type-assertion-failure - :111:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :119:21 - Argument does not have asserted type `str`
[error] type-assertion-failure - :125:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :131:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :138:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :175:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :352:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :403:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :418:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :428:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :449:11 - Argument does not have asserted type `str`
[error] type-assertion-failure - :473:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :475:11 - Argument does not have asserted type `str`
[error] type-assertion-failure - :528:11 - Argument does not have asserted type `str`
[error] type-assertion-failure - :533:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :534:15 - Argument does not have asserted type `bytes`
[error] type-assertion-failure - :541:13 - Argument does not have asserted type `None`
[error] type-assertion-failure - :553:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :557:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :564:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :586:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :788:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :895:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :956:11 - Argument does not have asserted type `str`
[error] type-assertion-failure - :958:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1109:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1117:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1142:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1228:11 - Argument does not have asserted type `str`
[error] type-assertion-failure - :1230:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1231:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1233:19 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1235:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1241:15 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1254:19 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1267:15 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1280:15 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1298:15 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1316:13 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1328:15 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1342:15 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1359:15 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1408:11 - Argument does not have asserted type `str`
[error] type-assertion-failure - :1410:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1422:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1423:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1425:13 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1427:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1457:19 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1495:15 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1510:15 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1532:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1552:15 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1568:19 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1573:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1603:13 - Argument does not have asserted type `int | None`
[error] type-assertion-failure - :1613:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1621:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1631:15 - Argument does not have asserted type `int | None`

tests/test_resampler.py

[error] type-assertion-failure - :38:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :44:15 - Argument does not have asserted type `tuple[Hashable, DataFrame]`
[error] type-assertion-failure - :48:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :49:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :50:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :51:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :52:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :53:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :54:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :55:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :56:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :57:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :58:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :59:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :60:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :64:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :65:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :67:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :73:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :74:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :78:11 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :79:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :83:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :84:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :85:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :100:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :101:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :102:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :104:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :108:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :112:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :119:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :131:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :135:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :139:11 - Argument does not have asserted type `SeriesGroupBy[Unknown, Unknown]`
[error] type-assertion-failure - :143:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :145:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :154:13 - Argument does not have asserted type `None`
[error] type-assertion-failure - :268:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :272:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :277:15 - Argument does not have asserted type `tuple[Hashable, Series[Any]]`
[error] type-assertion-failure - :281:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :282:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :283:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :284:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :285:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :286:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :287:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :288:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :289:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :290:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :291:11 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :295:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :296:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :298:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :304:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :305:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :309:11 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :310:11 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :314:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :315:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :316:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :357:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :361:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :362:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :368:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :395:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :463:11 - Argument does not have asserted type `SeriesGroupBy[Unknown, Unknown]`
[error] type-assertion-failure - :331:15 -
Old: Argument does not have asserted type `Unknown`
New: Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :332:15 -
Old: Argument does not have asserted type `Unknown`
New: Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :333:15 -
Old: Argument does not have asserted type `Unknown`
New: Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :335:13 -
Old: Argument does not have asserted type `Unknown`
New: Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :339:13 -
Old: Argument does not have asserted type `Unknown`
New: Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :343:13 -
Old: Argument does not have asserted type `Unknown`
New: Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :353:11 -
Old: Argument does not have asserted type `Unknown`
New: Argument does not have asserted type `@Todo`

tests/test_styler.py

[error] type-assertion-failure - :51:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :56:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :71:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :76:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :83:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :87:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :91:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :95:11 - Argument does not have asserted type `None`
[error] type-assertion-failure - :99:11 - Argument does not have asserted type `Environment`
[error] type-assertion-failure - :103:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :107:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :121:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :125:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :129:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :133:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :137:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :141:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :147:15 - Argument does not have asserted type `PackageLoader`
[error] type-assertion-failure - :158:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :160:9 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :163:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :165:9 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :168:9 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :181:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :187:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :188:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :192:11 - Argument does not have asserted type `Template`
[error] type-assertion-failure - :193:11 - Argument does not have asserted type `Template`
[error] type-assertion-failure - :194:11 - Argument does not have asserted type `Template`
[error] type-assertion-failure - :195:11 - Argument does not have asserted type `Template`
[error] type-assertion-failure - :199:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :204:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :208:11 - Argument does not have asserted type `str`
[error] type-assertion-failure - :210:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :214:11 - Argument does not have asserted type `str`
[error] type-assertion-failure - :216:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :221:11 - Argument does not have asserted type `StyleExportDict`
[error] type-assertion-failure - :222:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :228:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :229:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :230:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :231:11 - Argument does not have asserted type `Styler`
[error] type-assertion-failure - :236:11 - Argument does not have asserted type `Index[Any]`
[error] type-assertion-failure - :237:11 - Argument does not have asserted type `Index[Any]`

tests/test_windowing.py

[error] type-assertion-failure - :35:11 - Argument does not have asserted type `Window[DataFrame]`
[error] type-assertion-failure - :36:11 - Argument does not have asserted type `Rolling[DataFrame]`
[error] type-assertion-failure - :40:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :41:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :42:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :43:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :44:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :45:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :46:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :47:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :48:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :49:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :50:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :51:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :52:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :53:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :54:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :55:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :56:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :63:11 - Argument does not have asserted type `Rolling[DataFrame]`
[error] type-assertion-failure - :65:9 - Argument does not have asserted type `Rolling[DataFrame]`
[error] type-assertion-failure - :67:11 - Argument does not have asserted type `Rolling[Series[Any]]`
[error] type-assertion-failure - :69:9 - Argument does not have asserted type `Rolling[Series[Any]]`
[error] type-assertion-failure - :75:11 - Argument does not have asserted type `Rolling[DataFrame]`
[error] type-assertion-failure - :76:11 - Argument does not have asserted type `Rolling[Series[Any]]`
[error] type-assertion-failure - :79:11 - Argument does not have asserted type `Rolling[DataFrame]`
[error] type-assertion-failure - :80:11 - Argument does not have asserted type `Rolling[Series[Any]]`
[error] type-assertion-failure - :84:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :89:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :94:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :99:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :108:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :110:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :114:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :119:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :121:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :126:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :133:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :135:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :139:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :145:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :153:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :157:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :158:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :159:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :160:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :161:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :162:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :163:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :164:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :165:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :166:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :167:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :168:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :169:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :170:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :171:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :172:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :173:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :177:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :182:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :187:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :191:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :196:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :203:15 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :219:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :223:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :224:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :225:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :226:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :227:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :228:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :229:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :230:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :231:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :232:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :233:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :234:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :235:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :236:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :237:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :238:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :239:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :243:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :248:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :253:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :258:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :267:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :269:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :273:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :278:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :282:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :283:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :284:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :285:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :286:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :287:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :288:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :289:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :290:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :291:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :292:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :293:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :294:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :295:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :296:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :297:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :298:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :302:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :307:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :312:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :321:15 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :332:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :336:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :337:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :338:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :339:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :340:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :341:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :351:19 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :353:17 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :357:17 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :363:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :367:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :368:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :369:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :370:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :371:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :372:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :382:19 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :394:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :399:9 - Argument does not have asserted type `Rolling[DataFrame]`
[error] type-assertion-failure - :402:11 - Argument does not have asserted type `Rolling[DataFrame]`

pegen (https://github.com/we-like-parsers/pegen)

src/pegen/grammar_parser.py

[error] invalid-return-type - :160:20 - Return type does not match returned value: expected `tuple[str, str] | None`, found `tuple[Unknown, None]`

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

src/pip/_vendor/rich/_windows_renderer.py

[error] invalid-type-form - :7:60 - Variable of type `Never` is not allowed in a type expression

src/pip/_vendor/requests/__init__.py

[error] invalid-assignment - :123:9 - Object of type `None` is not assignable to `<module 'ssl'>`
[error] unresolved-import - :131:14 - Cannot resolve imported module `cryptography`

src/pip/_vendor/urllib3/fields.py

[error] unresolved-attribute - :61:17 - Type `str` has no attribute `decode`

src/pip/_vendor/urllib3/response.py

[warning] possibly-missing-attribute - :111:25 - Attribute `Decompressor` on type `Unknown | None` may be missing

src/pip/_internal/utils/misc.py

[error] invalid-return-type - :491:12 -
Old: Return type does not match returned value: expected `tuple[str, tuple[str, tuple[str | None, str | None]]]`, found `tuple[Literal[b""], Unknown | tuple[str, tuple[str | None, str | None]]]`
New: Return type does not match returned value: expected `tuple[str, tuple[str, tuple[str | None, str | None]]]`, found `tuple[Literal[b""], tuple[str, tuple[str | None, str | None]]]`

src/pip/_internal/vcs/git.py

[error] unsupported-operator - :512:19 -
Old: Operator `+` is unsupported between objects of type `Unknown | str` and `Unknown | Literal[b""]`
New: Operator `+` is unsupported between objects of type `str` and `Literal[b""]`

src/pip/_vendor/distlib/resources.py

[error] invalid-assignment - :356:9 -
Old: Object of type `PathEntryFinderProtocol | None` is not assignable to attribute `__loader__` on type `Unknown | ModuleType`
New: Object of type `PathEntryFinderProtocol | None` is not assignable to attribute `__loader__` of type `LoaderProtocol | None`

src/pip/_vendor/idna/core.py

[error] invalid-argument-type - :341:89 -
Old: Argument to function `bisect_left` is incorrect: Expected `SupportsLenAndGetItem[tuple[int, Literal["Z"]]]`, found `Unknown | tuple[tuple[int, str] | tuple[int, str, str], ...]`
New: Argument to function `bisect_left` is incorrect: Expected `SupportsLenAndGetItem[tuple[int, Literal["Z"]]]`, found `tuple[tuple[int, str] | tuple[int, str, str], ...]`

src/pip/_vendor/requests/models.py

[warning] possibly-missing-attribute - :72:5 - Attribute `moved` on type `Unknown | LookupDict` may be missing
[error] unresolved-attribute - :72:5 - Type `LookupDict` has no attribute `moved`
[warning] possibly-missing-attribute - :73:5 - Attribute `found` on type `Unknown | LookupDict` may be missing
[error] unresolved-attribute - :73:5 - Type `LookupDict` has no attribute `found`
[warning] possibly-missing-attribute - :74:5 - Attribute `other` on type `Unknown | LookupDict` may be missing
[error] unresolved-attribute - :74:5 - Type `LookupDict` has no attribute `other`
[warning] possibly-missing-attribute - :75:5 - Attribute `temporary_redirect` on type `Unknown | LookupDict` may be missing
[error] unresolved-attribute - :75:5 - Type `LookupDict` has no attribute `temporary_redirect`
[warning] possibly-missing-attribute - :76:5 - Attribute `permanent_redirect` on type `Unknown | LookupDict` may be missing
[error] unresolved-attribute - :76:5 - Type `LookupDict` has no attribute `permanent_redirect`
[warning] possibly-missing-attribute - :780:13 - Attribute `moved_permanently` on type `Unknown | LookupDict` may be missing
[error] unresolved-attribute - :780:13 - Type `LookupDict` has no attribute `moved_permanently`
[warning] possibly-missing-attribute - :781:13 - Attribute `permanent_redirect` on type `Unknown | LookupDict` may be missing
[error] unresolved-attribute - :781:13 - Type `LookupDict` has no attribute `permanent_redirect`

src/pip/_vendor/requests/sessions.py

[warning] possibly-missing-attribute - :225:17 - Attribute `temporary_redirect` on type `Unknown | LookupDict` may be missing
[error] unresolved-attribute - :225:17 - Type `LookupDict` has no attribute `temporary_redirect`
[warning] possibly-missing-attribute - :226:17 - Attribute `permanent_redirect` on type `Unknown | LookupDict` may be missing
[error] unresolved-attribute - :226:17 - Type `LookupDict` has no attribute `permanent_redirect`
[warning] possibly-missing-attribute - :340:36 - Attribute `see_other` on type `Unknown | LookupDict` may be missing
[error] unresolved-attribute - :340:36 - Type `LookupDict` has no attribute `see_other`
[warning] possibly-missing-attribute - :345:36 - Attribute `found` on type `Unknown | LookupDict` may be missing
[error] unresolved-attribute - :345:36 - Type `LookupDict` has no attribute `found`
[warning] possibly-missing-attribute - :350:36 - Attribute `moved` on type `Unknown | LookupDict` may be missing
[error] unresolved-attribute - :350:36 - Type `LookupDict` has no attribute `moved`

src/pip/_vendor/rich/table.py

[error] invalid-argument-type - :359:5 -
Old: Argument to bound method `setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: Unknown) -> Table`
New: Argument to bound method `setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: @Todo) -> Table`

src/pip/_vendor/urllib3/_collections.py

[error] unresolved-attribute - :179:20 - Type `<class 'MutableMapping'>` has no attribute `iterkeys`
[error] unresolved-attribute - :180:22 - Type `<class 'MutableMapping'>` has no attribute `itervalues`

src/pip/_vendor/urllib3/contrib/pyopenssl.py

[error] invalid-assignment - :139:5 - Object of type `Literal[True]` is not assignable to attribute `IS_PYOPENSSL` of type `Literal[False]`

src/pip/_vendor/urllib3/contrib/securetransport.py

[error] invalid-assignment - :196:5 - Object of type `Literal[True]` is not assignable to attribute `IS_SECURETRANSPORT` of type `Literal[False]`

src/pip/_vendor/urllib3/util/queue.py

[error] unresolved-import - :8:12 - Cannot resolve imported module `Queue`

src/pip/_vendor/urllib3/util/url.py

[warning] possibly-missing-attribute - :325:19 -
Old: Attribute `groups` on type `Unknown | Match[str] | None` may be missing
New: Attribute `groups` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :364:52 -
Old: Attribute `groups` on type `Unknown | Match[str] | None` may be missing
New: Attribute `groups` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :373:26 -
Old: Attribute `groups` on type `Unknown | Match[str] | None` may be missing
New: Attribute `groups` on type `Match[str] | None` may be missing

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

src/poetry/utils/env/mock_env.py

[error] invalid-assignment - :34:13 - Object of type `tuple[@Todo, Literal["final"], Literal[0]]` is not assignable to `tuple[int, int, int] | tuple[int, int, int, str, int]`

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

src/integrations/prefect-dbt/prefect_dbt/cloud/models.py

[warning] possibly-missing-attribute - :20:44 -
Old: Attribute `name` on type `FlowRun | None | Unknown` may be missing
New: Attribute `name` on type `FlowRun | None` may be missing

src/integrations/prefect-gcp/prefect_gcp/workers/vertex.py

[error] invalid-argument-type - :676:17 -
Old: Argument to function `slugify` is incorrect: Expected `str | None`, found `Unknown | Pattern[str]`
New: Argument to function `slugify` is incorrect: Expected `str | None`, found `Pattern[str]`
[error] invalid-argument-type - :683:17 -
Old: Argument to function `slugify` is incorrect: Expected `str | None`, found `Unknown | Pattern[str]`
New: Argument to function `slugify` is incorrect: Expected `str | None`, found `Pattern[str]`

src/integrations/prefect-sqlalchemy/tests/test_database.py

[error] unresolved-attribute - :227:47 - Type `<class 'AsyncEngine'> | <class 'Engine'>` has no attribute `_trans_ctx`
[error] unresolved-attribute - :252:47 - Type `<class 'AsyncEngine'> | <class 'Engine'>` has no attribute `_trans_ctx`

src/prefect/cli/flow_run.py

[error] unsupported-operator - :321:25 -
Old: Operator `-` is unsupported between objects of type `(int & ~AlwaysFalsy) | Unknown | None` and `Unknown | Literal[200]`
New: Operator `-` is unsupported between objects of type `(int & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | None` and `Literal[200]`

src/prefect/flow_engine.py

[error] invalid-argument-type - :620:21 - Argument is incorrect: Expected `ResultStore`, found `Unknown | Coroutine[Any, Any, Unknown]`
[error] invalid-argument-type - :1190:21 - Argument is incorrect: Expected `ResultStore`, found `Unknown | Coroutine[Any, Any, Unknown]`

src/prefect/server/api/deployments.py

[error] invalid-assignment - :838:13 -
Old: Object of type `Unknown | int` is not assignable to attribute `status_code` on type `Unknown | None`
New: Object of type `int` is not assignable to attribute `status_code` on type `Unknown | None`

src/prefect/server/api/flow_runs.py

[error] invalid-assignment - :122:13 -
Old: Object of type `Unknown | int` is not assignable to attribute `status_code` on type `Unknown | None`
New: Object of type `int` is not assignable to attribute `status_code` on type `Unknown | None`

src/prefect/server/api/task_runs.py

[error] invalid-assignment - :338:9 -
Old: Object of type `Unknown | int` is not assignable to attribute `status_code` on type `Unknown | None`
New: Object of type `int` is not assignable to attribute `status_code` on type `Unknown | None`
[error] invalid-assignment - :340:9 -
Old: Object of type `Unknown | int` is not assignable to attribute `status_code` on type `Unknown | None`
New: Object of type `int` is not assignable to attribute `status_code` on type `Unknown | None`

src/prefect/server/orchestration/global_policy.py

[warning] possibly-missing-attribute - :460:13 -
Old: Attribute `state_details` on type `Unknown | (State & @Todo) | None` may be missing
New: Attribute `state_details` on type `(State & @Todo) | None` may be missing

src/prefect/tasks.py

[error] invalid-argument-type - :260:35 -
Old: Argument is incorrect: Expected `UUID`, found `UUID | None | Unknown`
New: Argument is incorrect: Expected `UUID`, found `UUID | None`

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

tests/pool/test_pool.py

[error] conflicting-argument-forms - :69:24 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :79:24 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :80:23 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :68:21 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :70:23 - Argument is used as both a value and a type form in call
[error] type-assertion-failure - :70:5 - Argument does not have asserted type `MyRow`
[error] conflicting-argument-forms - :78:21 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :101:21 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :102:24 - Argument is used as both a value and a type form in call
[error] type-assertion-failure - :102:5 - Argument does not have asserted type `MyConnection`
[error] conflicting-argument-forms - :103:23 - Argument is used as both a value and a type form in call
[error] type-assertion-failure - :103:5 - Argument does not have asserted type `MyRow`

tests/pool/test_pool_async.py

[error] conflicting-argument-forms - :68:24 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :80:24 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :81:23 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :67:21 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :69:23 - Argument is used as both a value and a type form in call
[error] type-assertion-failure - :69:5 - Argument does not have asserted type `MyRow`
[error] conflicting-argument-forms - :79:21 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :102:21 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :103:24 - Argument is used as both a value and a type form in call
[error] type-assertion-failure - :103:5 - Argument does not have asserted type `MyConnection`
[error] conflicting-argument-forms - :104:23 - Argument is used as both a value and a type form in call
[error] type-assertion-failure - :104:5 - Argument does not have asserted type `MyRow`

tests/pool/test_pool_null.py

[error] conflicting-argument-forms - :66:24 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :76:24 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :77:23 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :65:21 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :67:23 - Argument is used as both a value and a type form in call
[error] type-assertion-failure - :67:5 - Argument does not have asserted type `MyRow`
[error] conflicting-argument-forms - :75:21 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :97:21 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :98:24 - Argument is used as both a value and a type form in call
[error] type-assertion-failure - :98:5 - Argument does not have asserted type `MyConnection`
[error] conflicting-argument-forms - :99:23 - Argument is used as both a value and a type form in call
[error] type-assertion-failure - :99:5 - Argument does not have asserted type `MyRow`

tests/pool/test_pool_null_async.py

[error] conflicting-argument-forms - :65:24 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :77:24 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :78:23 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :64:21 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :66:23 - Argument is used as both a value and a type form in call
[error] type-assertion-failure - :66:5 - Argument does not have asserted type `MyRow`
[error] conflicting-argument-forms - :76:21 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :96:21 - Argument is used as both a value and a type form in call
[error] conflicting-argument-forms - :97:24 - Argument is used as both a value and a type form in call
[error] type-assertion-failure - :97:5 - Argument does not have asserted type `MyConnection`
[error] conflicting-argument-forms - :98:23 - Argument is used as both a value and a type form in call
[error] type-assertion-failure - :98:5 - Argument does not have asserted type `MyRow`

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

pwndbg/commands/memoize.py

[error] invalid-assignment - :21:5 - Object of type `Literal[False]` is not assignable to attribute `IS_CACHING` of type `Literal[True]`

pwndbg/commands/ptmalloc2_tracking.py

[error] invalid-assignment - :59:9 - Object of type `Literal[False]` is not assignable to attribute `stop_on_error` of type `Literal[True]`

pwndbg/aglib/arch.py

[warning] possibly-missing-attribute - :231:21 - Attribute `cpsr` on type `Unknown | None` may be missing
[error] unresolved-attribute - :231:21 - Type `None` has no attribute `cpsr`

pwndbg/aglib/disasm/arch.py

[error] invalid-argument-type - :209:75 - Argument to function `hex` is incorrect: Expected `SupportsIndex`, found `int | None`
[error] non-subscriptable - :418:60 - Cannot subscript object of type `<module 'pwndbg.aglib.regs'>` with no `__getitem__` method

pwndbg/aglib/disasm/disassembly.py

[warning] possibly-missing-attribute - :81:8 - Attribute `pc` on type `Unknown | None` may be missing
[error] unresolved-attribute - :81:8 - Type `None` has no attribute `pc`
[warning] possibly-missing-attribute - :91:36 - Attribute `pc` on type `Unknown | None` may be missing
[error] unresolved-attribute - :91:36 - Type `None` has no attribute `pc`
[warning] possibly-missing-attribute - :188:19 - Attribute `pc` on type `Unknown | None` may be missing
[error] unresolved-attribute - :188:19 - Type `None` has no attribute `pc`
[warning] possibly-missing-attribute - :213:19 - Attribute `pc` on type `Unknown | None` may be missing
[error] unresolved-attribute - :213:19 - Type `None` has no attribute `pc`
[warning] possibly-missing-attribute - :290:19 - Attribute `pc` on type `Unknown | None` may be missing
[error] unresolved-attribute - :290:19 - Type `None` has no attribute `pc`
[warning] possibly-missing-attribute - :297:19 - Attribute `pc` on type `Unknown | None` may be missing
[error] unresolved-attribute - :297:19 - Type `None` has no attribute `pc`
[warning] possibly-missing-attribute - :310:9 - Attribute `pc` on type `Unknown | None` may be missing
[error] unresolved-attribute - :310:9 - Type `None` has no attribute `pc`
[warning] possibly-missing-attribute - :332:10 - Attribute `pc` on type `Unknown | None` may be missing
[error] unresolved-attribute - :332:10 - Type `None` has no attribute `pc`

pwndbg/aglib/kernel/paging.py

[warning] possibly-missing-attribute - :314:34 - Attribute `stack` on type `Unknown | None` may be missing
[error] unresolved-attribute - :314:34 - Type `None` has no attribute `stack`
[warning] possibly-missing-attribute - :334:30 - Attribute `TCR_EL1` on type `Unknown | None` may be missing
[error] unresolved-attribute - :334:30 - Type `None` has no attribute `TCR_EL1`
[warning] possibly-missing-attribute - :336:34 - Attribute `ID_AA64MMFR2_EL1` on type `Unknown | None` may be missing
[error] unresolved-attribute - :336:34 - Type `None` has no attribute `ID_AA64MMFR2_EL1`
[warning] possibly-missing-attribute - :377:34 - Attribute `vbar` on type `Unknown | None` may be missing
[error] unresolved-attribute - :377:34 - Type `None` has no attribute `vbar`
[warning] possibly-missing-attribute - :577:34 - Attribute `stack` on type `Unknown | None` may be missing
[error] unresolved-attribute - :577:34 - Type `None` has no attribute `stack`
[warning] possibly-missing-attribute - :602:25 - Attribute `TTBR1_EL1` on type `Unknown | None` may be missing
[error] unresolved-attribute - :602:25 - Type `None` has no attribute `TTBR1_EL1`
[warning] possibly-missing-attribute - :604:25 - Attribute `TTBR0_EL1` on type `Unknown | None` may be missing
[error] unresolved-attribute - :604:25 - Type `None` has no attribute `TTBR0_EL1`

pwndbg/aglib/nearpc.py

[error] unsupported-operator - :303:12 -
Old: Operator `>` is not supported for types `Parameter` and `int`, in comparing `Unknown | Parameter` with `Literal[0]`
New: Operator `>` is not supported for types `Parameter` and `int`, in comparing `Parameter` with `Literal[0]`
[error] unsupported-operator - :304:24 -
Old: Operator `*` is unsupported between objects of type `Unknown | Parameter` and `Literal[" "]`
New: Operator `*` is unsupported between objects of type `Parameter` and `Literal[" "]`
[error] unsupported-operator - :309:16 -
Old: Operator `>` is not supported for types `Parameter` and `int`, in comparing `Unknown | Parameter` with `Literal[0]`
New: Operator `>` is not supported for types `Parameter` and `int`, in comparing `Parameter` with `Literal[0]`

pwndbg/aglib/onegadget.py

[warning] possibly-missing-attribute - :481:16 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :491:17 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :504:16 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :515:15 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :519:16 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :523:16 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :532:23 -
Old: Attribute `groups` on type `Unknown | Match[str] | None` may be missing
New: Attribute `groups` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :542:16 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing

pwndbg/aglib/typeinfo.py

[error] invalid-assignment - :59:5 - Object of type `Type` is not assignable to attribute `char` on type `Unknown | ModuleType`
[error] unresolved-attribute - :59:5 - Unresolved attribute `char` on type `ModuleType`.
[error] invalid-assignment - :60:5 - Object of type `Type` is not assignable to attribute `ulong` on type `Unknown | ModuleType`
[error] unresolved-attribute - :60:5 - Unresolved attribute `ulong` on type `ModuleType`.
[error] invalid-assignment - :61:5 - Object of type `Type` is not assignable to attribute `long` on type `Unknown | ModuleType`
[error] unresolved-attribute - :61:5 - Unresolved attribute `long` on type `ModuleType`.
[error] invalid-assignment - :62:5 - Object of type `Type` is not assignable to attribute `uchar` on type `Unknown | ModuleType`
[error] unresolved-attribute - :62:5 - Unresolved attribute `uchar` on type `ModuleType`.
[error] invalid-assignment - :63:5 - Object of type `Type` is not assignable to attribute `ushort` on type `Unknown | ModuleType`
[error] unresolved-attribute - :63:5 - Unresolved attribute `ushort` on type `ModuleType`.
[error] invalid-assignment - :64:5 - Object of type `Type` is not assignable to attribute `uint` on type `Unknown | ModuleType`
[error] unresolved-attribute - :64:5 - Unresolved attribute `uint` on type `ModuleType`.
[error] invalid-assignment - :67:5 - Object of type `Type` is not assignable to attribute `sint` on type `Unknown | ModuleType`
[error] unresolved-attribute - :67:5 - Unresolved attribute `sint` on type `ModuleType`.
[error] invalid-assignment - :68:5 - Object of type `Type` is not assignable to attribute `void` on type `Unknown | ModuleType`
[error] unresolved-attribute - :68:5 - Unresolved attribute `void` on type `ModuleType`.
[error] invalid-assignment - :70:5 - Object of type `Unknown` is not assignable to attribute `uint8` on type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :70:20 - Attribute `uchar` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :70:5 - Unresolved attribute `uint8` on type `ModuleType`.
[error] unresolved-attribute - :70:20 - Type `ModuleType` has no attribute `uchar`
[error] invalid-assignment - :71:5 - Object of type `Unknown` is not assignable to attribute `uint16` on type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :71:21 - Attribute `ushort` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :71:5 - Unresolved attribute `uint16` on type `ModuleType`.
[error] unresolved-attribute - :71:21 - Type `ModuleType` has no attribute `ushort`
[error] invalid-assignment - :72:5 - Object of type `Unknown` is not assignable to attribute `uint32` on type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :72:21 - Attribute `uint` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :72:5 - Unresolved attribute `uint32` on type `ModuleType`.
[error] unresolved-attribute - :72:21 - Type `ModuleType` has no attribute `uint`
[error] invalid-assignment - :73:5 - Object of type `Type` is not assignable to attribute `uint64` on type `Unknown | ModuleType`
[error] unresolved-attribute - :73:5 - Unresolved attribute `uint64` on type `ModuleType`.
[error] invalid-assignment - :74:5 - Object of type `dict[Unknown | int, Unknown]` is not assignable to attribute `unsigned` on type `Unknown | ModuleType`
[error] unresolved-attribute - :74:5 - Unresolved attribute `unsigned` on type `ModuleType`.
[warning] possibly-missing-attribute - :75:12 - Attribute `uint8` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :75:12 - Type `ModuleType` has no attribute `uint8`
[warning] possibly-missing-attribute - :76:12 - Attribute `uint16` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :76:12 - Type `ModuleType` has no attribute `uint16`
[warning] possibly-missing-attribute - :77:12 - Attribute `uint32` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :77:12 - Type `ModuleType` has no attribute `uint32`
[warning] possibly-missing-attribute - :78:12 - Attribute `uint64` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :78:12 - Type `ModuleType` has no attribute `uint64`
[error] invalid-assignment - :81:5 - Object of type `Type` is not assignable to attribute `int8` on type `Unknown | ModuleType`
[error] unresolved-attribute - :81:5 - Unresolved attribute `int8` on type `ModuleType`.
[error] invalid-assignment - :82:5 - Object of type `Type` is not assignable to attribute `int16` on type `Unknown | ModuleType`
[error] unresolved-attribute - :82:5 - Unresolved attribute `int16` on type `ModuleType`.
[error] invalid-assignment - :83:5 - Object of type `Type` is not assignable to attribute `int32` on type `Unknown | ModuleType`
[error] unresolved-attribute - :83:5 - Unresolved attribute `int32` on type `ModuleType`.
[error] invalid-assignment - :84:5 - Object of type `Type` is not assignable to attribute `int64` on type `Unknown | ModuleType`
[error] unresolved-attribute - :84:5 - Unresolved attribute `int64` on type `ModuleType`.
[error] invalid-assignment - :85:5 - Object of type `dict[Unknown | int, Unknown]` is not assignable to attribute `signed` on type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :85:25 - Attribute `int8` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :85:41 - Attribute `int16` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :85:58 - Attribute `int32` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :85:75 - Attribute `int64` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :85:5 - Unresolved attribute `signed` on type `ModuleType`.
[error] unresolved-attribute - :85:25 - Type `ModuleType` has no attribute `int8`
[error] unresolved-attribute - :85:41 - Type `ModuleType` has no attribute `int16`
[error] unresolved-attribute - :85:58 - Type `ModuleType` has no attribute `int32`
[error] unresolved-attribute - :85:75 - Type `ModuleType` has no attribute `int64`
[error] invalid-assignment - :87:5 - Object of type `Type` is not assignable to attribute `pvoid` on type `Unknown | ModuleType`
[error] unresolved-attribute - :87:5 - Unresolved attribute `pvoid` on type `ModuleType`.
[error] invalid-assignment - :88:5 - Object of type `Type` is not assignable to attribute `ppvoid` on type `Unknown | ModuleType`
[error] unresolved-attribute - :88:5 - Unresolved attribute `ppvoid` on type `ModuleType`.
[error] invalid-assignment - :89:5 - Object of type `Type` is not assignable to attribute `pchar` on type `Unknown | ModuleType`
[error] unresolved-attribute - :89:5 - Unresolved attribute `pchar` on type `ModuleType`.
[error] invalid-assignment - :91:5 - Object of type `int` is not assignable to attribute `ptrsize` on type `Unknown | ModuleType`
[error] unresolved-attribute - :91:5 - Unresolved attribute `ptrsize` on type `ModuleType`.
[error] invalid-assignment - :94:9 - Object of type `Unknown` is not assignable to attribute `ptrdiff` on type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :94:26 - Attribute `uint32` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :94:9 - Unresolved attribute `ptrdiff` on type `ModuleType`.
[error] unresolved-attribute - :94:26 - Type `ModuleType` has no attribute `uint32`
[error] invalid-assignment - :95:9 - Object of type `Unknown` is not assignable to attribute `size_t` on type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :95:25 - Attribute `uint32` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :95:9 - Unresolved attribute `size_t` on type `ModuleType`.
[error] unresolved-attribute - :95:25 - Type `ModuleType` has no attribute `uint32`
[error] invalid-assignment - :96:9 - Object of type `Unknown` is not assignable to attribute `ssize_t` on type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :96:26 - Attribute `int32` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :96:9 - Unresolved attribute `ssize_t` on type `ModuleType`.
[error] unresolved-attribute - :96:26 - Type `ModuleType` has no attribute `int32`
[error] invalid-assignment - :98:9 - Object of type `Unknown` is not assignable to attribute `ptrdiff` on type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :98:26 - Attribute `uint64` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :98:9 - Unresolved attribute `ptrdiff` on type `ModuleType`.
[error] unresolved-attribute - :98:26 - Type `ModuleType` has no attribute `uint64`
[error] invalid-assignment - :99:9 - Object of type `Unknown` is not assignable to attribute `size_t` on type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :99:25 - Attribute `uint64` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :99:9 - Unresolved attribute `size_t` on type `ModuleType`.
[error] unresolved-attribute - :99:25 - Type `ModuleType` has no attribute `uint64`
[error] invalid-assignment - :100:9 - Object of type `Unknown` is not assignable to attribute `ssize_t` on type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :100:26 - Attribute `int64` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :100:9 - Unresolved attribute `ssize_t` on type `ModuleType`.
[error] unresolved-attribute - :100:26 - Type `ModuleType` has no attribute `int64`

pwndbg/aglib/vmmap_custom.py

[warning] possibly-missing-attribute - :137:54 - Attribute `pc` on type `Unknown | None` may be missing
[error] unresolved-attribute - :137:54 - Type `None` has no attribute `pc`
[warning] possibly-missing-attribute - :141:55 - Attribute `sp` on type `Unknown | None` may be missing
[error] unresolved-attribute - :141:55 - Type `None` has no attribute `sp`

pwndbg/commands/buddydump.py

[error] invalid-assignment - :190:5 -
Old: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: tuple[str, str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[tuple[str, str]], /) -> None]` cannot be called with a key of type `Literal[0]` and a value of type `Unknown | tuple[None, None]` on object of type `list[tuple[str, str]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: tuple[str, str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[tuple[str, str]], /) -> None]` cannot be called with a key of type `Literal[0]` and a value of type `tuple[None, None]` on object of type `list[tuple[str, str]]`
[error] invalid-assignment - :193:9 -
Old: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: tuple[str, str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[tuple[str, str]], /) -> None]` cannot be called with a key of type `Literal[1]` and a value of type `Unknown | tuple[None, None]` on object of type `list[tuple[str, str]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: tuple[str, str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[tuple[str, str]], /) -> None]` cannot be called with a key of type `Literal[1]` and a value of type `tuple[None, None]` on object of type `list[tuple[str, str]]`
[error] invalid-assignment - :196:13 -
Old: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: tuple[str, str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[tuple[str, str]], /) -> None]` cannot be called with a key of type `Literal[2]` and a value of type `Unknown | tuple[None, None]` on object of type `list[tuple[str, str]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: tuple[str, str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[tuple[str, str]], /) -> None]` cannot be called with a key of type `Literal[2]` and a value of type `tuple[None, None]` on object of type `list[tuple[str, str]]`

pwndbg/commands/context.py

[error] unsupported-operator - :360:8 -
Old: Operator `<=` is not supported for types `Parameter` and `int`, in comparing `Unknown | Parameter` with `Literal[0]`
New: Operator `<=` is not supported for types `Parameter` and `int`, in comparing `Parameter` with `Literal[0]`
[error] unsupported-operator - :375:12 -
Old: Operator `<=` is not supported for types `Parameter` and `int`, in comparing `Unknown | Parameter` with `Literal[0]`
New: Operator `<=` is not supported for types `Parameter` and `int`, in comparing `Parameter` with `Literal[0]`
[error] unsupported-operator - :730:41 -
Old: Operator `<=` is not supported for types `Parameter` and `int`, in comparing `Unknown | Parameter` with `Literal[0]`
New: Operator `<=` is not supported for types `Parameter` and `int`, in comparing `Parameter` with `Literal[0]`

pwndbg/commands/dev.py

[warning] possibly-missing-attribute - :70:13 - Attribute `pc` on type `Unknown | None` may be missing
[error] unresolved-attribute - :70:13 - Type `None` has no attribute `pc`

pwndbg/commands/got_tracking.py

[error] no-matching-overload - :149:12 - No overload of bound method `match` matches arguments

pwndbg/commands/hijack_fd.py

[warning] possibly-missing-attribute - :128:24 - Attribute `sp` on type `Unknown | None` may be missing
[error] unresolved-attribute - :128:24 - Type `None` has no attribute `sp`
[warning] possibly-missing-attribute - :134:50 - Attribute `sp` on type `Unknown | None` may be missing
[error] unresolved-attribute - :134:50 - Type `None` has no attribute `sp`

pwndbg/commands/mallocng.py

[warning] possibly-missing-attribute - :405:16 -
Old: Attribute `p` on type `None | Unknown | Slot` may be missing
New: Attribute `p` on type `None | Slot` may be missing
[warning] possibly-missing-attribute - :408:69 -
Old: Attribute `p` on type `None | Unknown | Slot` may be missing
New: Attribute `p` on type `None | Slot` may be missing
[error] invalid-argument-type - :776:31 -
Old: Argument to function `dump_malloc_context` is incorrect: Expected `MallocContext`, found `Unknown | MallocContext | None`
New: Argument to function `dump_malloc_context` is incorrect: Expected `MallocContext`, found `MallocContext | None`
[warning] possibly-missing-attribute - :996:29 -
Old: Attribute `group` on type `Unknown | GroupedSlot | None` may be missing
New: Attribute `group` on type `GroupedSlot | None` may be missing
[warning] possibly-missing-attribute - :997:27 -
Old: Attribute `meta` on type `Unknown | GroupedSlot | None` may be missing
New: Attribute `meta` on type `GroupedSlot | None` may be missing
[warning] possibly-missing-attribute - :998:22 -
Old: Attribute `idx` on type `Unknown | GroupedSlot | None` may be missing
New: Attribute `idx` on type `GroupedSlot | None` may be missing
[error] invalid-assignment - :1153:5 -
Old: Object of type `Unknown | MallocContext | None` is not assignable to `MallocContext`
New: Object of type `MallocContext | None` is not assignable to `MallocContext`

pwndbg/commands/p2p.py

[error] invalid-return-type - :31:45 - Function can implicitly return `None`, which is not assignable to return type `AddrRange`

pwndbg/commands/rop.py

[warning] possibly-missing-attribute - :27:77 - Attribute `pc` on type `Unknown | None` may be missing
[error] unresolved-attribute - :27:77 - Type `None` has no attribute `pc`

pwndbg/commands/saved_register_frames.py

[warning] possibly-missing-attribute - :40:19 - Attribute `flags` on type `Unknown | None` may be missing
[error] unresolved-attribute - :40:19 - Type `None` has no attribute `flags`
[warning] possibly-missing-attribute - :41:25 - Attribute `flags` on type `Unknown | None` may be missing
[error] unresolved-attribute - :41:25 - Type `None` has no attribute `flags`

pwndbg/commands/telescope.py

[error] unsupported-operator - :218:32 -
Old: Operator `>=` is not supported for types `int` and `Parameter`, in comparing `int` with `Unknown | Parameter`
New: Operator `>=` is not supported for types `int` and `Parameter`

pwndbg/dbg/gdb/__init__.py

[error] unsupported-operator - :156:12 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `Unknown | None`
New: Operator `not in` is not supported for types `str` and `None`
[warning] possibly-missing-attribute - :746:56 - Attribute `xpsr` on type `Unknown | None` may be missing
[error] unresolved-attribute - :746:56 - Type `None` has no attribute `xpsr`

pwndbg/dbg/lldb/__init__.py

[error] unsupported-operator - :146:12 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `Unknown | None`
New: Operator `not in` is not supported for types `str` and `None`

pwndbg/dbg/lldb/hooks.py

[error] unresolved-attribute - :90:9 - Type `<module 'pwndbg'>` has no attribute `commands`

pwndbg/gdblib/functions.py

[warning] possibly-missing-attribute - :295:12 - Attribute `fsbase` on type `Unknown | None` may be missing
[error] unresolved-attribute - :295:12 - Type `None` has no attribute `fsbase`
[warning] possibly-missing-attribute - :327:12 - Attribute `gsbase` on type `Unknown | None` may be missing
[error] unresolved-attribute - :327:12 - Type `None` has no attribute `gsbase`

pwndbg/gdblib/got.py

[error] unresolved-attribute - :377:33 - Type `<module 'pwndbg.aglib.arch'>` has no attribute `name`
[warning] possibly-missing-attribute - :417:20 - Attribute `has_field` on type `Unknown | None` may be missing

pwndbg/gdblib/prompt.py

[error] invalid-assignment - :41:5 - Object of type `Literal[True]` is not assignable to attribute `first_prompt` of type `Literal[False]`

pwndbg/gdblib/ptmalloc2_tracking.py

[warning] possibly-missing-attribute - :738:9 - Attribute `delete` on type `Unknown | None` may be missing
[error] unresolved-attribute - :738:9 - Type `None` has no attribute `delete`
[warning] possibly-missing-attribute - :739:9 - Attribute `delete` on type `Unknown | None` may be missing
[error] unresolved-attribute - :739:9 - Type `None` has no attribute `delete`

pwndbg/lib/zig.py

[error] invalid-assignment - :17:1 -
Old: Object of type `dict[Unknown | tuple[str, str, int], Unknown | str]` is not assignable to `dict[tuple[Unknown, Literal["little", "big"], int], str]`
New: Object of type `dict[Unknown | tuple[str, str, int], Unknown | str]` is not assignable to `dict[tuple[@Todo, Literal["little", "big"], int], str]`

pybind11 (https://github.com/pybind/pybind11)

tests/extra_python_package/test_files.py

[warning] possibly-missing-attribute - :192:15 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :229:15 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :258:31 -
Old: Attribute `groups` on type `Unknown | Match[str] | None` may be missing
New: Attribute `groups` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :313:31 -
Old: Attribute `groups` on type `Unknown | Match[str] | None` may be missing
New: Attribute `groups` on type `Match[str] | None` may be missing

tests/test_iostream.py

[error] unresolved-attribute - :13:16 - Type `<module 'sys'>` has no attribute `getwindowsversion`

tests/test_multiple_interpreters.py

[error] unresolved-import - :27:32 - Module `concurrent` has no member `interpreters`

pycryptodome (https://github.com/Legrandin/pycryptodome)

lib/Crypto/Math/Primality.py

[warning] possibly-unresolved-reference - :335:12 - Name `candidate` used when possibly not defined
[warning] possibly-unresolved-reference - :369:12 - Name `candidate` used when possibly not defined

lib/Crypto/Util/number.py

[error] unresolved-reference - :276:41 - Name `long` used when not defined
[error] unresolved-reference - :276:50 - Name `long` used when not defined
[error] unresolved-reference - :388:34 - Name `long` used when not defined

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

pydantic/_internal/_decorators_v1.py

[error] invalid-return-type - :174:12 - Return type does not match returned value: expected `V2CoreBeforeRootValidator`, found `def _wrapper2(fields_tuple: tuple[Any, ...], _: ValidationInfo[Any | None]) -> tuple[Any, ...]`

pydantic/_internal/_generate_schema.py

[error] invalid-assignment - :2442:1 -
Old: Object of type `dict[Unknown | tuple[str, str], Unknown | ((f, schema) -> Unknown) | ((f, _) -> Unknown)]` is not assignable to `Mapping[tuple[@Todo, Literal["no-info", "with-info"]], ((...) -> Any, Unknown, /) -> Unknown]`
New: Object of type `dict[Unknown | tuple[str, str], Unknown | ((f, schema) -> Unknown) | ((f, _) -> Unknown)]` is not assignable to `Mapping[tuple[@Todo, Literal["no-info", "with-info"]], ((...) -> Any, @Todo, /) -> @Todo]`

pydantic/v1/main.py

[error] invalid-parameter-default - :935:5 -
Old: Default value of type `None` is not assignable to annotated parameter type `dict[str, Unknown]`
New: Default value of type `None` is not assignable to annotated parameter type `dict[str, @Todo]`
[error] invalid-parameter-default - :949:5 -
Old: Default value of type `None` is not assignable to annotated parameter type `dict[str, Unknown]`
New: Default value of type `None` is not assignable to annotated parameter type `dict[str, @Todo]`
[error] invalid-parameter-default - :962:5 -
Old: Default value of type `None` is not assignable to annotated parameter type `dict[str, Unknown]`
New: Default value of type `None` is not assignable to annotated parameter type `dict[str, @Todo]`

pydantic/v1/utils.py

[error] invalid-return-type - :613:16 - Return type does not match returned value: expected `Mapping[@Todo, Any]`, found `AbstractSet[@Todo] | Mapping[@Todo, Any] | dict[Unknown, ellipsis]`
[error] invalid-argument-type - :610:17 - Argument to function `assert_never` is incorrect: Expected `Never`, found `Unknown & ~Top[Mapping[Unknown, object]] & ~AbstractSet[object]`

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

pyinstrument/vendor/appdirs.py

[error] unresolved-import - :489:14 - Cannot resolve imported module `_winreg`
[warning] possibly-missing-attribute - :497:11 - Attribute `OpenKey` on type `<module 'winreg'> | Unknown` may be missing
[error] unresolved-attribute - :497:11 - Type `<module 'winreg'>` has no attribute `OpenKey`
[warning] possibly-missing-attribute - :498:9 - Attribute `HKEY_CURRENT_USER` on type `<module 'winreg'> | Unknown` may be missing
[error] unresolved-attribute - :498:9 - Type `<module 'winreg'>` has no attribute `HKEY_CURRENT_USER`
[warning] possibly-missing-attribute - :501:17 - Attribute `QueryValueEx` on type `<module 'winreg'> | Unknown` may be missing
[error] unresolved-attribute - :501:17 - Type `<module 'winreg'>` has no attribute `QueryValueEx`

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

src/_pytest/doctest.py

[error] unknown-argument - :247:9 - Argument `continue_on_failure` does not match any known parameter of bound method `__init__`

src/_pytest/fixtures.py

[error] invalid-return-type - :1658:24 -
Old: Return type does not match returned value: expected `Scope`, found `Scope | (Unknown & ~None & ~(() -> object) & ~str) | (((str, Config, /) -> Unknown) & ~(() -> object) & ~str) | (Unknown & ~str)`
New: Return type does not match returned value: expected `Scope`, found `Scope | (@Todo & ~None & ~(() -> object) & ~str) | (((str, Config, /) -> @Todo) & ~(() -> object) & ~str) | (@Todo & ~str)`

src/_pytest/junitxml.py

[error] invalid-assignment - :372:9 - Implicit shadowing of function `record_func`

src/_pytest/pastebin.py

[error] invalid-assignment - :43:13 -
Old: Method `__setitem__` of type `Unknown | (bound method Stash.__setitem__[T](key: StashKey[T@__setitem__], value: T@__setitem__) -> None)` cannot be called with a key of type `Unknown | StashKey[IO[bytes]]` and a value of type `TextIOWrapper[_WrappedBuffer]` on object of type `Unknown | Stash`
New: Method `__setitem__` of type `Unknown | (bound method Stash.__setitem__[T](key: StashKey[T@__setitem__], value: T@__setitem__) -> None)` cannot be called with a key of type `StashKey[IO[bytes]]` and a value of type `TextIOWrapper[_WrappedBuffer]` on object of type `Unknown | Stash`

src/_pytest/pytester.py

[error] invalid-assignment - :1129:21 - Method `__setitem__` of type `Unknown | (bound method Stash.__setitem__[T](key: StashKey[T@__setitem__], value: T@__setitem__) -> None)` cannot be called with a key of type `Unknown | StashKey[int]` and a value of type `Literal[0]` on object of type `Unknown | Stash`

src/_pytest/python.py

[error] invalid-argument-type - :1096:13 - Argument is incorrect: Expected `Sequence[str]`, found `Unknown | list[Unknown | str | _HiddenParam]`

pywin32 (https://github.com/mhammond/pywin32)

Pythonwin/pywin/framework/editor/editor.py

[warning] possibly-missing-attribute - :389:19 - Attribute `group` on type `Unknown | Pattern[str]` may be missing
[error] unresolved-attribute - :389:19 - Type `Pattern[str]` has no attribute `group`
[error] unsupported-operator - :410:12 -
Old: Operator `>` is not supported for types `Match[str]` and `int`, in comparing `Unknown | Match[str] | None` with `Literal[0]`
New: Operator `>` is not supported for types `Match[str]` and `int`, in comparing `Match[str] | None` with `Literal[0]`
[warning] possibly-missing-attribute - :411:25 - Attribute `group` on type `Unknown | Pattern[str]` may be missing
[error] unresolved-attribute - :411:25 - Type `Pattern[str]` has no attribute `group`

Pythonwin/pywin/framework/help.py

[error] invalid-argument-type - :26:39 - Argument to function `HtmlHelp` is incorrect: Expected `str`, found `None`
[error] unresolved-attribute - :27:16 - Type `<module 'win32help'>` has no attribute `error`

Pythonwin/pywin/framework/interact.py

[error] unresolved-attribute - :959:18 - Type `PyCWnd` has no attribute `GetControlBar`
[error] unresolved-attribute - :960:13 - Type `PyCWnd` has no attribute `ShowControlBar`
[error] unresolved-attribute - :991:17 - Type `PyCWnd` has no attribute `MDIActivate`

Pythonwin/pywin/idle/PyParse.py

[warning] possibly-missing-attribute - :438:21 -
Old: Attribute `end` on type `Unknown | Match[str] | None` may be missing
New: Attribute `end` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :527:21 -
Old: Attribute `end` on type `Unknown | Match[str] | None` may be missing
New: Attribute `end` on type `Match[str] | None` may be missing

Pythonwin/pywin/scintilla/find.py

[warning] possibly-missing-attribute - :94:19 - Attribute `sel` on type `Unknown | SearchParams` may be missing
[error] unresolved-attribute - :94:19 - Type `SearchParams` has no attribute `sel`
[warning] possibly-missing-attribute - :187:41 - Attribute `findText` on type `Unknown | SearchParams` may be missing
[error] unresolved-attribute - :187:41 - Type `SearchParams` has no attribute `findText`
[warning] possibly-missing-attribute - :189:32 - Attribute `sel` on type `Unknown | SearchParams` may be missing
[error] unresolved-attribute - :189:32 - Type `SearchParams` has no attribute `sel`
[warning] possibly-missing-attribute - :190:28 - Attribute `replaceText` on type `Unknown | SearchParams` may be missing
[error] unresolved-attribute - :190:28 - Type `SearchParams` has no attribute `replaceText`
[warning] possibly-missing-attribute - :211:41 - Attribute `findText` on type `Unknown | SearchParams` may be missing
[error] unresolved-attribute - :211:41 - Type `SearchParams` has no attribute `findText`
[warning] possibly-missing-attribute - :220:20 - Attribute `remember` on type `Unknown | SearchParams` may be missing
[error] unresolved-attribute - :220:20 - Type `SearchParams` has no attribute `remember`
[warning] possibly-missing-attribute - :229:37 - Attribute `matchWords` on type `Unknown | SearchParams` may be missing
[error] unresolved-attribute - :229:37 - Type `SearchParams` has no attribute `matchWords`
[warning] possibly-missing-attribute - :230:36 - Attribute `matchCase` on type `Unknown | SearchParams` may be missing
[error] unresolved-attribute - :230:36 - Type `SearchParams` has no attribute `matchCase`
[warning] possibly-missing-attribute - :231:41 - Attribute `keepDialogOpen` on type `Unknown | SearchParams` may be missing
[error] unresolved-attribute - :231:41 - Type `SearchParams` has no attribute `keepDialogOpen`
[warning] possibly-missing-attribute - :232:38 - Attribute `acrossFiles` on type `Unknown | SearchParams` may be missing
[error] unresolved-attribute - :232:38 - Type `SearchParams` has no attribute `acrossFiles`
[warning] possibly-missing-attribute - :233:35 - Attribute `remember` on type `Unknown | SearchParams` may be missing
[error] unresolved-attribute - :233:35 - Type `SearchParams` has no attribute `remember`
[warning] possibly-missing-attribute - :453:44 - Attribute `replaceText` on type `Unknown | SearchParams` may be missing
[error] unresolved-attribute - :453:44 - Type `SearchParams` has no attribute `replaceText`
[warning] possibly-missing-attribute - :469:47 - Attribute `sel` on type `Unknown | SearchParams` may be missing
[error] unresolved-attribute - :469:47 - Type `SearchParams` has no attribute `sel`

Pythonwin/pywin/scintilla/view.py

[warning] possibly-missing-attribute - :281:9 - Attribute `configure` on type `Unknown | None` may be missing
[error] unresolved-attribute - :281:9 - Type `None` has no attribute `configure`
[warning] possibly-missing-attribute - :282:12 - Attribute `last_error` on type `Unknown | None` may be missing
[error] unresolved-attribute - :282:12 - Type `None` has no attribute `last_error`
[warning] possibly-missing-attribute - :283:32 - Attribute `last_error` on type `Unknown | None` may be missing
[error] unresolved-attribute - :283:32 - Type `None` has no attribute `last_error`
[warning] possibly-missing-attribute - :342:23 - Attribute `get_key_binding` on type `Unknown | None` may be missing
[error] unresolved-attribute - :342:23 - Type `None` has no attribute `get_key_binding`

Pythonwin/pywin/tools/browser.py

[warning] possibly-missing-attribute - :492:5 - Attribute `OpenObject` on type `Unknown | None` may be missing
[error] unresolved-attribute - :492:5 - Type `None` has no attribute `OpenObject`

adodbapi/setup.py

[error] invalid-argument-type - :60:9 -
Old: Argument to function `setup` is incorrect: Expected `str`, found `Unknown | None | str`
New: Argument to function `setup` is incorrect: Expected `str`, found `None | str`

com/win32com/test/testDynamic.py

[error] invalid-argument-type - :61:51 -
Old: Argument to function `Dispatch` is incorrect: Expected `str | PyIDispatch | tuple[type[str], <class 'PyIID'>] | PyIUnknown`, found `Unknown | PyIID`
New: Argument to function `Dispatch` is incorrect: Expected `str | PyIDispatch | tuple[type[str], <class 'PyIID'>] | PyIUnknown`, found `PyIID`

com/win32com/test/util.py

[error] invalid-assignment - :196:5 - Object of type `list[Unknown]` is not assignable to attribute `emitted` on type `Handler | Unknown`
[error] unresolved-attribute - :196:5 - Unresolved attribute `emitted` on type `Handler`.
[warning] possibly-missing-attribute - :197:12 - Attribute `emitted` on type `Handler | Unknown` may be missing
[error] unresolved-attribute - :197:12 - Type `Handler` has no attribute `emitted`

com/win32comext/adsi/demos/scp.py

[warning] possibly-missing-attribute - :328:9 - Attribute `distinguishedName` on type `Unknown | None` may be missing
[error] unresolved-attribute - :328:9 - Type `None` has no attribute `distinguishedName`
[error] invalid-argument-type - :393:45 -
Old: Argument to function `wrap` is incorrect: Expected `str`, found `Unknown | str | None`
New: Argument to function `wrap` is incorrect: Expected `str`, found `str | None`
[warning] possibly-missing-attribute - :480:14 - Attribute `setLevel` on type `Unknown | <module 'logging'>` may be missing
[error] unresolved-attribute - :480:14 - Type `<module 'logging'>` has no attribute `setLevel`

com/win32comext/adsi/demos/search.py

[warning] possibly-missing-attribute - :38:8 - Attribute `verbose` on type `Unknown | None` may be missing
[error] unresolved-attribute - :38:8 - Type `None` has no attribute `verbose`
[warning] possibly-missing-attribute - :44:16 - Attribute `user` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :44:30 - Attribute `password` on type `Unknown | None` may be missing
[error] unresolved-attribute - :44:16 - Type `None` has no attribute `user`
[error] unresolved-attribute - :44:30 - Type `None` has no attribute `password`
[warning] possibly-missing-attribute - :76:8 - Attribute `attributes` on type `Unknown | None` may be missing
[error] unresolved-attribute - :76:8 - Type `None` has no attribute `attributes`
[warning] possibly-missing-attribute - :77:22 - Attribute `attributes` on type `Unknown | None` may be missing
[error] unresolved-attribute - :77:22 - Type `None` has no attribute `attributes`
[warning] possibly-missing-attribute - :81:26 - Attribute `filter` on type `Unknown | None` may be missing
[error] unresolved-attribute - :81:26 - Type `None` has no attribute `filter`

com/win32comext/axdebug/adb.py

[warning] possibly-missing-attribute - :63:9 - Attribute `_OnSetBreakPoint` on type `Unknown | None` may be missing
[error] unresolved-attribute - :63:9 - Type `None` has no attribute `_OnSetBreakPoint`

com/win32comext/axscript/client/pydumper.py

[error] invalid-argument-type - :60:9 -
Old: Argument to function `RegisterServer` is incorrect: Expected `PyIID`, found `Unknown | Literal["{ac527e60-c693-11d0-9c25-00aa00125a98}"]`
New: Argument to function `RegisterServer` is incorrect: Expected `PyIID`, found `Literal["{ac527e60-c693-11d0-9c25-00aa00125a98}"]`

com/win32comext/axscript/client/scriptdispatch.py

[error] unresolved-attribute - :96:21 - Type `<module 'win32com.server.policy'>` has no attribute `DispatcherWin32trace`

win32/Demos/security/sspi/fetch_url.py

[warning] possibly-missing-attribute - :37:8 -
Old: Attribute `show_headers` on type `Unknown | None | Values` may be missing
New: Attribute `show_headers` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :41:8 -
Old: Attribute `show_body` on type `Unknown | None | Values` may be missing
New: Attribute `show_body` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :46:12 -
Old: Attribute `user` on type `Unknown | None | Values` may be missing
New: Attribute `user` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :46:28 -
Old: Attribute `domain` on type `Unknown | None | Values` may be missing
New: Attribute `domain` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :46:46 -
Old: Attribute `password` on type `Unknown | None | Values` may be missing
New: Attribute `password` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :47:25 -
Old: Attribute `user` on type `Unknown | None | Values` may be missing
New: Attribute `user` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :47:39 -
Old: Attribute `domain` on type `Unknown | None | Values` may be missing
New: Attribute `domain` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :47:55 -
Old: Attribute `password` on type `Unknown | None | Values` may be missing
New: Attribute `password` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :61:16 -
Old: Attribute `show_headers` on type `Unknown | None | Values` may be missing
New: Attribute `show_headers` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :101:12 -
Old: Attribute `show_body` on type `Unknown | None | Values` may be missing
New: Attribute `show_body` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :108:12 -
Old: Attribute `show_headers` on type `Unknown | None | Values` may be missing
New: Attribute `show_headers` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :118:12 -
Old: Attribute `show_body` on type `Unknown | None | Values` may be missing
New: Attribute `show_body` on type `None | Values` may be missing

win32/Demos/security/sspi/socket_server.py

[warning] possibly-missing-attribute - :64:35 -
Old: Attribute `package` on type `Unknown | None | Values` may be missing
New: Attribute `package` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :106:40 -
Old: Attribute `port` on type `Unknown | None | Values` may be missing
New: Attribute `port` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :112:49 -
Old: Attribute `port` on type `Unknown | None | Values` may be missing
New: Attribute `port` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :115:26 -
Old: Attribute `package` on type `Unknown | None | Values` may be missing
New: Attribute `package` on type `None | Values` may be missing
[warning] possibly-missing-attribute - :115:53 -
Old: Attribute `target_spn` on type `Unknown | None | Values` may be missing
New: Attribute `target_spn` on type `None | Values` may be missing

win32/Demos/win32netdemo.py

[error] invalid-argument-type - :25:29 -
Old: Argument to function `NetUserDel` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetUserDel` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :36:25 -
Old: Argument to function `NetUserAdd` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetUserAdd` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :39:44 -
Old: Argument to function `NetUserChangePassword` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetUserChangePassword` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :43:40 -
Old: Argument to function `NetUserChangePassword` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetUserChangePassword` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :45:29 -
Old: Argument to function `NetUserDel` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetUserDel` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :55:13 -
Old: Argument to function `NetUserEnum` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetUserEnum` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :74:53 -
Old: Argument to function `NetGroupEnum` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetGroupEnum` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :81:21 -
Old: Argument to function `NetGroupGetUsers` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetGroupGetUsers` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :105:21 -
Old: Argument to function `NetLocalGroupGetMembers` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetLocalGroupGetMembers` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :127:13 -
Old: Argument to function `NetServerEnum` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetServerEnum` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :135:21 -
Old: Argument to function `NetShareEnum` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetShareEnum` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :167:42 -
Old: Argument to function `NetLocalGroupAddMembers` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetLocalGroupAddMembers` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :168:58 -
Old: Argument to function `NetLocalGroupGetMembers` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetLocalGroupGetMembers` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :174:13 -
Old: Argument to function `NetLocalGroupDelMembers` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetLocalGroupDelMembers` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :186:36 -
Old: Argument to function `NetUserGetInfo` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetUserGetInfo` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :195:39 -
Old: Argument to function `NetUserGetInfo` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetUserGetInfo` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :199:33 -
Old: Argument to function `NetUserSetInfo` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetUserSetInfo` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :200:39 -
Old: Argument to function `NetUserGetInfo` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetUserGetInfo` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :205:33 -
Old: Argument to function `NetUserSetInfo` is incorrect: Expected `str`, found `Unknown | None`
New: Argument to function `NetUserSetInfo` is incorrect: Expected `str`, found `None`

rclip (https://github.com/yurijmikhalevich/rclip)

rclip/utils/helpers.py

[error] unresolved-import - :195:10 - Cannot resolve imported module `torch.backends.mps`
[error] unresolved-import - :200:12 - Cannot resolve imported module `torch`

rich (https://github.com/Textualize/rich)

rich/_windows_renderer.py

[error] invalid-type-form - :7:60 - Variable of type `Never` is not allowed in a type expression

rich/table.py

[error] invalid-argument-type - :359:5 -
Old: Argument to bound method `setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: Unknown) -> Table`
New: Argument to bound method `setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: @Todo) -> Table`

tests/test_syntax.py

[error] invalid-argument-type - :169:38 - Argument to bound method `get_style_for_token` is incorrect: Expected `tuple[str, ...]`, found `Literal["abc"]`

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

rotkehlchen/chain/ethereum/modules/yearn/decoder.py

[error] invalid-return-type - :403:13 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["yearn-v1", "yearn-v2"]]`
New: Return type does not match returned value: expected `dict[@Todo, str]`, found `dict[Unknown, Literal["yearn-v1", "yearn-v2"]]`

rotkehlchen/chain/evm/decoding/aave/v2/decoder.py

[error] invalid-return-type - :137:16 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["aave-v2"]]`
New: Return type does not match returned value: expected `dict[@Todo, str]`, found `dict[@Todo, Literal["aave-v2"]]`

rotkehlchen/chain/evm/decoding/beefy_finance/decoder.py

[error] invalid-return-type - :251:16 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["beefy_finance"]]`
New: Return type does not match returned value: expected `dict[@Todo, str]`, found `dict[Unknown, Literal["beefy_finance"]]`

rotkehlchen/chain/evm/decoding/compound/v3/decoder.py

[error] invalid-return-type - :407:16 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["compound-v3"]]`
New: Return type does not match returned value: expected `dict[@Todo, str]`, found `dict[@Todo, Literal["compound-v3"]]`

rotkehlchen/chain/evm/decoding/llamazip/decoder.py

[error] invalid-return-type - :81:16 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["llamazip"]]`
New: Return type does not match returned value: expected `dict[@Todo, str]`, found `dict[Unknown, Literal["llamazip"]]`

rotkehlchen/chain/evm/decoding/morpho/decoder.py

[error] invalid-return-type - :335:16 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["morpho"]]`
New: Return type does not match returned value: expected `dict[@Todo, str]`, found `dict[Unknown, Literal["morpho"]]`

rotkehlchen/chain/evm/decoding/thegraph/balances.py

[error] invalid-argument-type - :137:43 -
Old: Argument to bound method `append` is incorrect: Expected `tuple[Unknown, Unknown, Unknown, int]`, found `tuple[@Todo, Unknown]`
New: Argument to bound method `append` is incorrect: Expected `tuple[@Todo, @Todo, @Todo, int]`, found `tuple[@Todo, Unknown]`

rotkehlchen/chain/evm/decoding/uniswap/v3/decoder.py

[error] invalid-return-type - :419:16 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["uniswap-v3-router"]]`
New: Return type does not match returned value: expected `dict[@Todo, str]`, found `dict[Unknown, Literal["uniswap-v3-router"]]`

rotkehlchen/chain/evm/decoding/zerox/decoder.py

[error] invalid-return-type - :294:16 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["0x"]]`
New: Return type does not match returned value: expected `dict[@Todo, str]`, found `dict[Unknown, Literal["0x"]]`

rotkehlchen/exchanges/kucoin.py

[warning] possibly-unresolved-reference - :278:16 - Name `response` used when possibly not defined

rotkehlchen/history/events/structures/evm_event.py

[error] invalid-argument-type - :206:63 -
Old: Argument to function `deserialize_optional` is incorrect: Expected `(Unknown | str | None, /) -> Unknown`, found `def string_to_evm_address(value: str) -> Unknown`
New: Argument to function `deserialize_optional` is incorrect: Expected `(str | None, /) -> Unknown`, found `def string_to_evm_address(value: str) -> @Todo`

rotkehlchen/history/events/structures/evm_swap.py

[error] invalid-argument-type - :104:63 -
Old: Argument to function `deserialize_optional` is incorrect: Expected `(Unknown | str | None, /) -> Unknown`, found `def string_to_evm_address(value: str) -> Unknown`
New: Argument to function `deserialize_optional` is incorrect: Expected `(str | None, /) -> Unknown`, found `def string_to_evm_address(value: str) -> @Todo`

rotkehlchen/tests/db/test_db.py

[error] unsupported-operator - :1600:16 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["0xd36029d76af6fE4A356528e4Dc66B2C18123597D"]` with `tuple[Unknown, ...] | None`
New: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["0xd36029d76af6fE4A356528e4Dc66B2C18123597D"]` with `tuple[@Todo, ...] | None`

rotkehlchen/tests/external_apis/test_xratescom.py

[error] invalid-argument-type - :38:9 -
Old: Argument to function `get_historical_xratescom_exchange_rates` is incorrect: Expected `FiatAsset`, found `Unknown | AssetWithOracles`
New: Argument to function `get_historical_xratescom_exchange_rates` is incorrect: Expected `FiatAsset`, found `AssetWithOracles`

rotkehlchen/tests/integration/test_blockchain.py

[error] invalid-argument-type - :40:9 -
Old: Argument to function `mock_etherscan_query` is incorrect: Expected `dict[Unknown, dict[str | EvmToken, Any]]`, found `dict[Unknown, Unknown | dict[Unknown | Asset, Unknown | int]]`
New: Argument to function `mock_etherscan_query` is incorrect: Expected `dict[@Todo, dict[str | EvmToken, Any]]`, found `dict[Unknown, Unknown | dict[Unknown | Asset, Unknown | int]]`

rotkehlchen/tests/unit/test_tokens.py

[error] unresolved-attribute - :196:51 -
Old: Type `def find_usd_prices(assets: list[Asset], ignore_cache: bool = Literal[False], skip_onchain: bool = Literal[False]) -> dict[Asset, Unknown]` has no attribute `call_args_list`
New: Type `def find_usd_prices(assets: list[Asset], ignore_cache: bool = Literal[False], skip_onchain: bool = Literal[False]) -> dict[Asset, @Todo]` has no attribute `call_args_list`

rotkehlchen/tests/utils/blockchain.py

[error] unsupported-operator - :636:12 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[Unknown] | None`
New: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[@Todo] | None`
[error] unsupported-operator - :641:12 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[Unknown] | None`
New: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[@Todo] | None`

schema_salad (https://github.com/common-workflow-language/schema_salad)

schema_salad/jsonld_context.py

[error] invalid-assignment - :252:9 -
Old: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["@context"]` and a value of type `Unknown | dict[str, Iterable[str]]` on object of type `(CommentedMap & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`
New: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["@context"]` and a value of type `dict[str, Iterable[str]]` on object of type `(CommentedMap & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`

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

src/schemathesis/generation/coverage.py

[error] unsupported-operator - :823:35 -
Old: Operator `<` is not supported for types `str` and `int`, in comparing `(Unknown & ~Literal[0] & ~None) | str` with `Unknown | Literal[32768]`
New: Operator `<` is not supported for types `str` and `int`, in comparing `(Unknown & ~Literal[0] & ~None) | str` with `Literal[32768]`
[error] unsupported-operator - :844:12 -
Old: Operator `<` is not supported for types `str` and `int`, in comparing `(Unknown & ~None) | str` with `Unknown | Literal[32768]`
New: Operator `<` is not supported for types `str` and `int`, in comparing `(Unknown & ~None) | str` with `Literal[32768]`

src/schemathesis/schemas.py

[error] invalid-type-form - :692:25 -
Old: Variable of type `def Case(self, *, method: str | None = None, path_parameters: dict[str, Any] | None = None, headers: dict[str, Any] | CaseInsensitiveDict[Unknown] | None = None, cookies: dict[str, Any] | None = None, query: dict[str, Any] | None = None, body: list[Unknown] | dict[str, Any] | str | int | float | bytes | NotSet = Unknown | NotSet, media_type: str | None = None, _meta: CaseMetadata | None = None) -> Unknown` is not allowed in a type expression
New: Variable of type `def Case(self, *, method: str | None = None, path_parameters: dict[str, Any] | None = None, headers: dict[str, Any] | CaseInsensitiveDict[Unknown] | None = None, cookies: dict[str, Any] | None = None, query: dict[str, Any] | None = None, body: list[Unknown] | dict[str, Any] | str | int | float | bytes | NotSet = NotSet, media_type: str | None = None, _meta: CaseMetadata | None = None) -> Unknown` is not allowed in a type expression
[error] invalid-type-form - :740:82 -
Old: Variable of type `def Case(self, *, method: str | None = None, path_parameters: dict[str, Any] | None = None, headers: dict[str, Any] | CaseInsensitiveDict[Unknown] | None = None, cookies: dict[str, Any] | None = None, query: dict[str, Any] | None = None, body: list[Unknown] | dict[str, Any] | str | int | float | bytes | NotSet = Unknown | NotSet, media_type: str | None = None, _meta: CaseMetadata | None = None) -> Unknown` is not allowed in a type expression
New: Variable of type `def Case(self, *, method: str | None = None, path_parameters: dict[str, Any] | None = None, headers: dict[str, Any] | CaseInsensitiveDict[Unknown] | None = None, cookies: dict[str, Any] | None = None, query: dict[str, Any] | None = None, body: list[Unknown] | dict[str, Any] | str | int | float | bytes | NotSet = NotSet, media_type: str | None = None, _meta: CaseMetadata | None = None) -> Unknown` is not allowed in a type expression
[error] invalid-type-form - :776:10 -
Old: Variable of type `def Case(self, *, method: str | None = None, path_parameters: dict[str, Any] | None = None, headers: dict[str, Any] | CaseInsensitiveDict[Unknown] | None = None, cookies: dict[str, Any] | None = None, query: dict[str, Any] | None = None, body: list[Unknown] | dict[str, Any] | str | int | float | bytes | NotSet = Unknown | NotSet, media_type: str | None = None, _meta: CaseMetadata | None = None) -> Unknown` is not allowed in a type expression
New: Variable of type `def Case(self, *, method: str | None = None, path_parameters: dict[str, Any] | None = None, headers: dict[str, Any] | CaseInsensitiveDict[Unknown] | None = None, cookies: dict[str, Any] | None = None, query: dict[str, Any] | None = None, body: list[Unknown] | dict[str, Any] | str | int | float | bytes | NotSet = NotSet, media_type: str | None = None, _meta: CaseMetadata | None = None) -> Unknown` is not allowed in a type expression

src/schemathesis/specs/openapi/schemas.py

[error] invalid-argument-type - :583:46 - Argument to bound method `_raise_invalid_schema` is incorrect: Expected `Exception`, found `BaseException`

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/utils/_testing.py

[warning] possibly-missing-attribute - :1326:17 - Attribute `backends` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :1326:17 - Type `ModuleType` has no attribute `backends`
[warning] possibly-missing-attribute - :1337:16 - Attribute `backends` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :1337:16 - Type `ModuleType` has no attribute `backends`

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

scipy/_build_utils/tempita/_tempita.py

[warning] possibly-missing-attribute - :664:34 -
Old: Attribute `start` on type `Unknown | Match[str] | None` may be missing
New: Attribute `start` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :672:45 -
Old: Attribute `end` on type `Unknown | Match[str] | None` may be missing
New: Attribute `end` on type `Match[str] | None` may be missing

scipy/_lib/_array_api_docs_tables.py

[error] invalid-assignment - :215:9 -
Old: Object of type `Unknown | dict[Unknown, Unknown]` is not assignable to `list[str] | None`
New: Object of type `dict[Unknown, Unknown]` is not assignable to `list[str] | None`

scipy/_lib/_ccallback.py

[warning] possibly-missing-attribute - :240:16 - Attribute `cast` on type `Unknown | None` may be missing
[error] unresolved-attribute - :240:16 - Type `None` has no attribute `cast`
[warning] possibly-missing-attribute - :244:21 - Attribute `getctype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :244:34 - Attribute `typeof` on type `Unknown | None` may be missing
[error] unresolved-attribute - :244:21 - Type `None` has no attribute `getctype`
[error] unresolved-attribute - :244:34 - Type `None` has no attribute `typeof`
[warning] possibly-missing-attribute - :251:12 - Attribute `cast` on type `Unknown | None` may be missing
[error] unresolved-attribute - :251:12 - Type `None` has no attribute `cast`

scipy/_lib/array_api_extra/tests/test_testing.py

[warning] possibly-missing-attribute - :437:9 - Attribute `f` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :437:9 - Type `ModuleType` has no attribute `f`
[warning] possibly-missing-attribute - :444:13 - Attribute `f` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :444:13 - Type `ModuleType` has no attribute `f`
[warning] possibly-missing-attribute - :447:13 - Attribute `f` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :447:13 - Type `ModuleType` has no attribute `f`
[warning] possibly-missing-attribute - :449:13 - Attribute `f` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :449:13 - Type `ModuleType` has no attribute `f`

scipy/_lib/pyprima/pyprima/src/pyprima/cobyla/cobyla.py

[error] unsupported-operator - :389:31 -
Old: Operator `*` is unsupported between objects of type `Unknown | int | float` and `Unknown | None | Literal[1]`
New: Operator `*` is unsupported between objects of type `int | float` and `Unknown | None | Literal[1]`

scipy/_lib/pyprima/pyprima/src/pyprima/common/preproc.py

[error] unsupported-operator - :103:12 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | Literal[2000, 200] | None` with `Unknown | int | float`
New: Operator `>` is not supported for types `None` and `int`, in comparing `Literal[2000, 200] | Unknown | None` with `Unknown | int | float`

scipy/fft/_pocketfft/helper.py

[error] unsupported-operator - :199:23 -
Old: Unary operator `-` is unsupported for type `Unknown | int | None`
New: Unary operator `-` is unsupported for type `int | None`
[error] unsupported-operator - :200:24 -
Old: Operator `+` is unsupported between objects of type `Literal[1]` and `Unknown | int | None`
New: Operator `+` is unsupported between objects of type `Literal[1]` and `int | None`
[error] unsupported-operator - :203:44 -
Old: Unary operator `-` is unsupported for type `Unknown | int | None`
New: Unary operator `-` is unsupported for type `int | None`

scipy/sparse/_matrix_io.py

[error] invalid-argument-type - :138:24 -
Old: Argument to function `load` is incorrect: Expected `Literal["ASCII", "latin1", "bytes"]`, found `Unknown | bool`
New: Argument to function `load` is incorrect: Expected `Literal["ASCII", "latin1", "bytes"]`, found `bool`
[error] invalid-argument-type - :138:24 -
Old: Argument to function `load` is incorrect: Expected `Literal["r+", "r", "w+", "c"] | None`, found `Unknown | bool`
New: Argument to function `load` is incorrect: Expected `Literal["ASCII", "latin1", "bytes"]`, found `bool`
[error] invalid-argument-type - :138:24 - Argument to function `load` is incorrect: Expected `Literal["r+", "r", "w+", "c"] | None`, found `bool`

scipy/special/_generate_pyx.py

[warning] possibly-missing-attribute - :522:20 - Attribute `get` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :522:20 - Type `ModuleType` has no attribute `get`

scipy/stats/_qmc.py

[error] invalid-argument-type - :2609:26 -
Old: Method `__getitem__` of type `bound method dict[str, ((...) -> Unknown) | ((best_sample: ndarray[@Todo, Unknown], n_iters: int, n_nochange: int, rng: GeneratorType@_random_cd, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown]) | ((sample: @Todo, *, tol: Unknown = float, maxiter: Unknown = int, qhull_options: str | None = None, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown])].__getitem__(key: str, /) -> ((...) -> Unknown) | ((best_sample: ndarray[@Todo, Unknown], n_iters: int, n_nochange: int, rng: GeneratorType@_random_cd, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown]) | ((sample: @Todo, *, tol: Unknown = float, maxiter: Unknown = int, qhull_options: str | None = None, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown])` cannot be called with key of type `Literal["random-cd", "lloyd"] | None` on object of type `dict[str, ((...) -> Unknown) | ((best_sample: ndarray[@Todo, Unknown], n_iters: int, n_nochange: int, rng: GeneratorType@_random_cd, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown]) | ((sample: @Todo, *, tol: Unknown = float, maxiter: Unknown = int, qhull_options: str | None = None, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown])]`
New: Method `__getitem__` of type `bound method dict[str, ((...) -> Unknown) | ((best_sample: ndarray[@Todo, Unknown], n_iters: int, n_nochange: int, rng: GeneratorType@_random_cd, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown]) | ((sample: @Todo, *, tol: @Todo = float, maxiter: @Todo = int, qhull_options: str | None = None, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown])].__getitem__(key: str, /) -> ((...) -> Unknown) | ((best_sample: ndarray[@Todo, Unknown], n_iters: int, n_nochange: int, rng: GeneratorType@_random_cd, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown]) | ((sample: @Todo, *, tol: @Todo = float, maxiter: @Todo = int, qhull_options: str | None = None, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown])` cannot be called with key of type `Literal["random-cd", "lloyd"] | None` on object of type `dict[str, ((...) -> Unknown) | ((best_sample: ndarray[@Todo, Unknown], n_iters: int, n_nochange: int, rng: GeneratorType@_random_cd, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown]) | ((sample: @Todo, *, tol: @Todo = float, maxiter: @Todo = int, qhull_options: str | None = None, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown])]`

scipy/stats/tests/test_distributions.py

[error] invalid-super-argument - :3248:21 -
Old: `type[Unknown] | type[invgauss_gen]` is not a valid class
New: `type[invgauss_gen]` is not a valid class
[error] invalid-super-argument - :3453:30 -
Old: `type[Unknown] | type[laplace_gen]` is not a valid class
New: `type[laplace_gen]` is not a valid class
[error] invalid-assignment - :5706:9 - Object of type `Unknown` is not assignable to attribute `parametrization` on type `Unknown | levy_stable_gen`
[error] unresolved-attribute - :5706:9 - Unresolved attribute `parametrization` on type `levy_stable_gen`.
[error] unsupported-operator - :8537:13 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["pdf(x, mu, loc=0, scale=1)"]` with `Unknown | str | None`
New: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["pdf(x, mu, loc=0, scale=1)"]` with `str | None | Unknown`
[error] unsupported-operator - :8538:13 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["pmf(x,"]` with `Unknown | str | None`
New: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["pmf(x,"]` with `str | None | Unknown`

scipy/stats/tests/test_morestats.py

[warning] unused-ignore-comment - :38:28 - Unused blanket `type: ignore` directive

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

setuptools/_distutils/sysconfig.py

[warning] possibly-unresolved-reference - :568:13 - Name `_config_vars` used when possibly not defined
[error] invalid-assignment - :379:9 - Object of type `str | int` is not assignable to attribute `shared_lib_extension` on type `Unknown | Compiler`
[error] invalid-attribute-access - :379:9 - Cannot assign to ClassVar `shared_lib_extension` from an instance of type `Compiler`
[warning] possibly-missing-attribute - :449:31 -
Old: Attribute `replace` on type `Unknown | str | int` may be missing
New: Attribute `replace` on type `str | @Todo | int` may be missing

setuptools/_distutils/util.py

[warning] possibly-missing-attribute - :267:13 - Attribute `match` on type `Unknown | None` may be missing
[error] unresolved-attribute - :267:13 - Type `None` has no attribute `match`
[warning] possibly-missing-attribute - :288:21 - Attribute `match` on type `Unknown | None` may be missing
[error] unresolved-attribute - :288:21 - Type `None` has no attribute `match`
[warning] possibly-missing-attribute - :290:21 - Attribute `match` on type `Unknown | None` may be missing
[error] unresolved-attribute - :290:21 - Type `None` has no attribute `match`

setuptools/_vendor/wheel/cli/pack.py

[warning] possibly-missing-attribute - :37:20 -
Old: Attribute `group` on type `Unknown | Match[str] | None` may be missing
New: Attribute `group` on type `Match[str] | None` may be missing

sockeye (https://github.com/awslabs/sockeye)

sockeye/model.py

[warning] deprecated - :183:20 - The function `warn` is deprecated: Deprecated since Python 3.3. Use `Logger.warning()` instead.
[warning] deprecated - :187:24 - The function `warn` is deprecated: Deprecated since Python 3.3. Use `Logger.warning()` instead.

sockeye/train.py

[error] invalid-return-type - :445:16 -
Old: Return type does not match returned value: expected `tuple[BaseParallelSampleIter, BaseParallelSampleIter, DataConfig, list[Unknown], list[Unknown]]`, found `tuple[BaseParallelSampleIter, BaseParallelSampleIter | None, DataConfig, list[Any], list[Any]]`
New: Return type does not match returned value: expected `tuple[BaseParallelSampleIter, BaseParallelSampleIter, DataConfig, list[Any], list[Any]]`, found `tuple[BaseParallelSampleIter, BaseParallelSampleIter | None, DataConfig, list[Any], list[Any]]`

sockeye/utils.py

[warning] deprecated - :843:20 - The function `warn` is deprecated: Deprecated since Python 3.3. Use `Logger.warning()` instead.

test/unit/test_inference.py

[error] invalid-argument-type - :53:51 -
Old: Argument to bound method `__init__` is incorrect: Expected `list[Unknown]`, found `None`
New: Argument to bound method `__init__` is incorrect: Expected `list[Any]`, found `None`
[error] invalid-argument-type - :54:51 -
Old: Argument to bound method `__init__` is incorrect: Expected `list[Unknown]`, found `None`
New: Argument to bound method `__init__` is incorrect: Expected `list[Any]`, found `None`

test/unit/test_loss.py

[warning] possibly-missing-attribute - :93:17 - Attribute `sum` on type `Unknown | bool` may be missing
[error] unresolved-attribute - :93:17 - Type `bool` has no attribute `sum`

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

lib/spack/spack/llnl/util/tty/pty.py

[warning] possibly-missing-attribute - :75:15 -
Old: Attribute `tcgetattr` on type `Unknown | None | <module 'termios'>` may be missing
New: Attribute `tcgetattr` on type `None | <module 'termios'>` may be missing
[warning] possibly-missing-attribute - :76:31 -
Old: Attribute `ICANON` on type `Unknown | None | <module 'termios'>` may be missing
New: Attribute `ICANON` on type `None | <module 'termios'>` may be missing
[warning] possibly-missing-attribute - :76:62 -
Old: Attribute `ECHO` on type `Unknown | None | <module 'termios'>` may be missing
New: Attribute `ECHO` on type `None | <module 'termios'>` may be missing

lib/spack/spack/test/llnl/util/lock.py

[warning] possibly-missing-attribute - :176:19 -
Old: Attribute `rank` on type `Unknown | None` may be missing
New: Attribute `rank` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :179:19 -
Old: Attribute `bcast` on type `Unknown | None` may be missing
New: Attribute `bcast` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :188:9 -
Old: Attribute `barrier` on type `Unknown | None` may be missing
New: Attribute `barrier` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :190:19 -
Old: Attribute `rank` on type `Unknown | None` may be missing
New: Attribute `rank` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :203:30 -
Old: Attribute `rank` on type `Unknown | None` may be missing
New: Attribute `rank` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :258:16 -
Old: Attribute `size` on type `Unknown | None` may be missing
New: Attribute `size` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :261:5 -
Old: Attribute `Barrier` on type `Unknown | None` may be missing
New: Attribute `Barrier` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :263:15 -
Old: Attribute `rank` on type `Unknown | None` may be missing
New: Attribute `rank` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :264:15 -
Old: Attribute `Split` on type `Unknown | None` may be missing
New: Attribute `Split` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :281:13 -
Old: Attribute `Abort` on type `Unknown | None` may be missing
New: Attribute `Abort` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :284:5 -
Old: Attribute `Barrier` on type `Unknown | None` may be missing
New: Attribute `Barrier` on type `None | Unknown` may be missing

lib/spack/spack/vendor/pyrsistent/_field_common.py

[warning] deprecated - :69:42 - The function `getargspec` is deprecated: Deprecated since Python 3.0; removed in Python 3.11. Use `inspect.signature()` instead.

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

sphinx/config.py

[error] not-iterable - :70:66 - Object of type `~type & ~ModuleType & ~FunctionType & ~Top[dict[Unknown, Unknown]]` is not iterable

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

tests/test_formparsers.py

[error] invalid-argument-type - :297:9 - Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str]] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="field0"\r\n\r\nvalue0\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="file"; filename="file.txt"\r\nContent-Type: text/plain\r\n\r\n<file content>\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="field1"\r\n\r\nvalue1\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c--\r\n']`
[error] invalid-argument-type - :372:9 - Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str]] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="file"; filename="\xe6\x96\x87\xe6\x9b\xb8.txt"\r\nContent-Type: text/plain\r\n\r\n<file content>\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c--\r\n']`
[error] invalid-argument-type - :396:9 - Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str]] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="file"; filename="\xe7\x94\xbb\xe5\x83\x8f.jpg"\r\nContent-Type: image/jpeg\r\n\r\n<file content>\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c--\r\n']`
[error] invalid-argument-type - :420:9 - Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str]] | None`, found `Literal[b'--20b303e711c4ab8c443184ac833ab00f\r\nContent-Disposition: form-data; name="value"\r\n\r\nTransf\xc3\xa9rer\r\n--20b303e711c4ab8c443184ac833ab00f--\r\n']`
[error] invalid-argument-type - :494:13 - Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str]] | None`, found `Literal[b'Content-Disposition: form-data; name="file"; filename="\xe6\x96\x87\xe6\x9b\xb8.txt"\r\nContent-Type: text/plain\r\n\r\n<file content>\r\n']`
[error] invalid-argument-type - :522:13 - Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str]] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; ="field0"\r\n\r\nvalue0\r\n']`
[warning] unused-ignore-comment - :554:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :581:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :610:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :638:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :668:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :698:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :715:21 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :761:76 - Unused blanket `type: ignore` directive

tests/test_requests.py

[warning] unused-ignore-comment - :97:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :118:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :160:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :179:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :479:52 - Unused blanket `type: ignore` directive

tests/test_responses.py

[warning] unused-ignore-comment - :258:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :366:38 - Unused blanket `type: ignore` directive

tests/test_websockets.py

[warning] unused-ignore-comment - :477:43 - Unused blanket `type: ignore` directive

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

static_frame/core/archive_npy.py

[warning] unused-ignore-comment - :232:40 - Unused blanket `type: ignore` directive

static_frame/core/bus.py

[warning] unused-ignore-comment - :524:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :526:101 - Unused blanket `type: ignore` directive
[warning] possibly-missing-implicit-call - :552:21 - Method `__setitem__` of type `(Unknown & ~None) | Iterable[Unknown | type[FrameDeferred]]` may be missing
[warning] possibly-missing-attribute - :570:40 - Attribute `copy` on type `(Unknown & ~None) | Iterable[Unknown | type[FrameDeferred]]` may be missing

static_frame/core/container_util.py

[warning] unused-ignore-comment - :204:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1540:17 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :1669:24 - Attribute `size` on type `Unknown | list[@Todo]` may be missing
[warning] possibly-missing-attribute - :1671:24 - Attribute `size` on type `Unknown | list[@Todo]` may be missing

static_frame/core/display.py

[warning] unused-ignore-comment - :483:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :517:85 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :265:33 - Attribute `_display_active` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :265:33 - Type `ModuleType` has no attribute `_display_active`

static_frame/core/frame.py

[warning] unused-ignore-comment - :3499:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :5698:29 - Unused blanket `type: ignore` directive

static_frame/core/index.py

[warning] unused-ignore-comment - :247:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :387:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1461:34 - Unused blanket `type: ignore` directive

static_frame/core/index_hierarchy.py

[warning] unused-ignore-comment - :555:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :556:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2074:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2080:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2085:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2086:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2089:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2093:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2099:31 - Unused blanket `type: ignore` directive

static_frame/core/join.py

[warning] unused-ignore-comment - :101:74 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :102:42 - Argument to function `nonzero_1d` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `bool[bool] | @Todo`
[warning] unused-ignore-comment - :196:74 - Unused blanket `type: ignore` directive

static_frame/core/pivot.py

[warning] unused-ignore-comment - :248:76 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :249:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :250:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :252:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :253:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :260:44 - Unused blanket `type: ignore` directive

static_frame/core/reduce.py

[warning] unused-ignore-comment - :460:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :484:48 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :310:54 -
Old: Argument to function `ufunc_dtype_to_dtype` is incorrect: Expected `dtype[Any]`, found `Unknown | ndarray[@Todo, dtype[object_]]`
New: Argument to function `ufunc_dtype_to_dtype` is incorrect: Expected `dtype[Any]`, found `ndarray[@Todo, dtype[object_]]`

static_frame/core/series.py

[error] invalid-assignment - :3352:9 - Object of type `signedinteger[@Todo]` is not assignable to `ndarray[Any, Any]`
[error] unresolved-attribute - :3312:21 - Type `object` has no attribute `values`
[error] unresolved-attribute - :3328:21 - Type `object` has no attribute `values`

static_frame/core/type_blocks.py

[warning] unused-ignore-comment - :491:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :492:62 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :3555:24 - Return type does not match returned value: expected `None | int | float | ndarray[Any, Any]`, found `object`
[warning] unused-ignore-comment - :3509:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3516:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3533:32 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :3311:12 -
Old: Type `(Unknown | ndarray[Any, Any], Unknown | ndarray[Any, Any], /) -> Unknown | ndarray[Any, Any]` has no attribute `__name__`
New: Type `(ndarray[Any, Any], ndarray[Any, Any], /) -> ndarray[Any, Any]` has no attribute `__name__`
[error] unresolved-attribute - :3311:45 -
Old: Type `(Unknown | ndarray[Any, Any], Unknown | ndarray[Any, Any], /) -> Unknown | ndarray[Any, Any]` has no attribute `__name__`
New: Type `(ndarray[Any, Any], ndarray[Any, Any], /) -> ndarray[Any, Any]` has no attribute `__name__`

static_frame/core/util.py

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

static_frame/test/property/strategies.py

[error] invalid-argument-type - :927:17 -
Old: Argument to function `get_index_hierarchy` is incorrect: Expected `(...) -> IndexHierarchy`, found `(bound method type[Index[Any]].from_labels(labels: Iterable[Unknown], *, /, name: Unknown = None) -> Index[Any]) | (bound method <class 'Index'>.from_labels(labels: Iterable[Unknown], *, /, name: Unknown = None) -> Index[Any])`
New: Argument to function `get_index_hierarchy` is incorrect: Expected `(...) -> IndexHierarchy`, found `(bound method type[Index[Any]].from_labels(labels: Iterable[@Todo], *, /, name: @Todo = None) -> Index[Any]) | (bound method <class 'Index'>.from_labels(labels: Iterable[@Todo], *, /, name: @Todo = None) -> Index[Any])`

static_frame/test/typing/test_series.py

[error] invalid-assignment - :44:5 -
Old: Object of type `Unknown | Series[Any, Any]` is not assignable to `signedinteger[_64Bit]`
New: Object of type `Series[Any, Any]` is not assignable to `signedinteger[_64Bit]`
[error] invalid-assignment - :55:5 -
Old: Object of type `Unknown | SeriesHE[Any, Any]` is not assignable to `signedinteger[_64Bit]`
New: Object of type `SeriesHE[Any, Any]` is not assignable to `signedinteger[_64Bit]`

static_frame/test/unit/test_archive_npy.py

[error] invalid-argument-type - :332:67 - Argument to bound method `from_arrays` is incorrect: Expected `ndarray[Any, Any] | IndexBase | None`, found `tuple[Literal[3], Literal[4], Literal[5]]`
[error] invalid-argument-type - :388:63 - Argument to bound method `from_arrays` is incorrect: Expected `ndarray[Any, Any] | IndexBase | None`, found `tuple[Literal["a"], Literal["b"], Literal["c"], Literal["d"], Literal["e"], Literal["f"]]`

static_frame/test/unit/test_batch.py

[error] invalid-argument-type - :2117:22 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[@Todo, @Todo]]`, found `IterNodeDelegate[Series[Any, Any]]`
[error] invalid-argument-type - :6153:51 - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `<class 'str'>`
[warning] unused-ignore-comment - :2429:93 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :37:12 -
Old: Return type does not match returned value: expected `Frame`, found `Unknown | Series[Any, Any]`
New: Return type does not match returned value: expected `Frame`, found `Series[Any, Any]`
[error] invalid-return-type - :41:12 -
Old: Return type does not match returned value: expected `Frame`, found `Unknown | Series[Any, Any]`
New: Return type does not match returned value: expected `Frame`, found `Series[Any, Any]`

static_frame/test/unit/test_display.py

[error] invalid-argument-type - :593:52 - Argument to bound method `to_category` is incorrect: Expected `type | dtype[Any]`, found `None`
[error] invalid-argument-type - :595:39 - Argument to function `in_category` is incorrect: Expected `type | dtype[Any]`, found `None`

static_frame/test/unit/test_frame.py

[warning] possibly-missing-attribute - :11829:13 - Attribute `_blocks` on type `Unknown | Series[Any, Any]` may be missing
[error] unresolved-attribute - :11829:13 - Type `Series[Any, Any]` has no attribute `_blocks`

static_frame/test/unit/test_index_hierarchy.py

[error] invalid-argument-type - :206:37 - Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[Unknown | list[Unknown | int]]`
[error] invalid-argument-type - :212:37 - Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[@Todo]`

static_frame/test/unit/test_loc_map.py

[error] invalid-argument-type - :149:53 - Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[@Todo]`

static_frame/test/unit/test_protocol_dfi.py

[error] invalid-argument-type - :99:41 - Argument to bound method `__array__` is incorrect: Expected `dtype[Any] | None`, found `<class 'str'>`
[error] invalid-argument-type - :140:41 - Argument to bound method `__array__` is incorrect: Expected `dtype[Any] | None`, found `<class 'str'>`
[error] invalid-argument-type - :306:31 - Argument to bound method `__array__` is incorrect: Expected `dtype[Any] | None`, found `<class 'str'>`

static_frame/test/unit/test_series.py

[error] invalid-argument-type - :6250:28 - Argument to bound method `__call__` is incorrect: Expected `dtype[Any] | None`, found `<class 'str'>`
[warning] unused-ignore-comment - :6382:52 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_type_blocks.py

[error] invalid-argument-type - :1401:17 - Argument to bound method `_assign_from_boolean_blocks_by_unit` is incorrect: Expected `ndarray[Any, Any] | None`, found `tuple[@Todo, @Todo]`
[error] invalid-argument-type - :1411:21 - Argument to bound method `_assign_from_boolean_blocks_by_unit` is incorrect: Expected `ndarray[Any, Any] | None`, found `tuple[@Todo, @Todo]`

static_frame/test/unit/test_type_clinic.py

[error] invalid-argument-type - :1845:34 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1851:34 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1857:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1863:39 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1869:39 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1877:34 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1877:44 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1890:34 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1890:44 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1896:34 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1896:44 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1902:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1902:39 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1908:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1908:44 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1914:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1914:39 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1920:39 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1926:39 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1926:49 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1934:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1934:39 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1934:49 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1942:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1942:39 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1942:44 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1950:34 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1958:39 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1964:54 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1970:54 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1976:54 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :1997:17 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2032:17 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2100:43 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2103:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2106:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2109:43 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2112:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2131:72 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2134:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2160:68 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2172:68 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2174:68 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2184:68 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2189:21 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2203:58 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2208:25 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2223:68 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2228:21 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2244:68 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2249:21 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2341:45 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `EllipsisType`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `EllipsisType`
[error] invalid-argument-type - :2368:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `Literal[10]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `Literal[10]`
[error] invalid-argument-type - :2368:33 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `Literal[30]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `Literal[30]`
[error] invalid-argument-type - :2374:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `Literal[10]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `Literal[10]`
[error] invalid-argument-type - :2383:35 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `set[Unknown | str]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `set[Unknown | str]`
[error] invalid-argument-type - :2395:30 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `set[Unknown | str]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `set[Unknown | str]`
[error] invalid-argument-type - :2395:42 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `set[Unknown | str]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `set[Unknown | str]`
[error] invalid-argument-type - :2407:37 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `Pattern[str]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `Pattern[str]`
[error] invalid-argument-type - :2419:37 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `Pattern[str]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `Pattern[str]`
[error] invalid-argument-type - :2475:30 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `set[Unknown | str]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `set[Unknown | str]`
[error] invalid-argument-type - :2475:42 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[Unknown]`, found `set[Unknown | str]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `set[Unknown | str]`

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

sympy/combinatorics/free_groups.py

[error] unresolved-attribute - :37:35 - Type `FreeGroup` has no attribute `generators`
[error] unresolved-attribute - :62:26 - Type `FreeGroup` has no attribute `generators`
[error] unresolved-attribute - :87:34 - Type `FreeGroup` has no attribute `symbols`
[error] unresolved-attribute - :87:56 - Type `FreeGroup` has no attribute `generators`

sympy/combinatorics/tests/test_free_groups.py

[error] unresolved-attribute - :12:16 - Type `FreeGroup` has no attribute `generators`
[error] unresolved-attribute - :13:16 - Type `FreeGroup` has no attribute `generators`
[error] unresolved-attribute - :15:16 - Type `FreeGroup` has no attribute `generators`

sympy/polys/tests/test_fields.py

[error] unresolved-attribute - :19:12 - Type `FracField[MPZ]` has no attribute `x`
[error] unresolved-attribute - :20:12 - Type `FracField[MPZ]` has no attribute `y`
[error] unresolved-attribute - :21:12 - Type `FracField[MPZ]` has no attribute `x`
[error] unresolved-attribute - :21:20 - Type `FracField[MPZ]` has no attribute `x`
[error] unresolved-attribute - :22:12 - Type `FracField[MPZ]` has no attribute `y`
[error] unresolved-attribute - :22:20 - Type `FracField[MPZ]` has no attribute `y`
[error] unresolved-attribute - :23:12 - Type `FracField[MPZ]` has no attribute `x`
[error] unresolved-attribute - :23:20 - Type `FracField[MPZ]` has no attribute `x`
[error] unresolved-attribute - :24:12 - Type `FracField[MPZ]` has no attribute `y`
[error] unresolved-attribute - :24:20 - Type `FracField[MPZ]` has no attribute `y`
[error] unresolved-attribute - :48:16 - Type `FracField[MPZ]` has no attribute `x`
[error] unresolved-attribute - :48:28 - Type `FracField[MPZ]` has no attribute `x`
[error] unresolved-attribute - :53:17 - Type `FracField[MPZ]` has no attribute `x`
[error] unresolved-attribute - :53:29 - Type `FracField[MPZ]` has no attribute `x`
[error] unresolved-attribute - :54:14 - Type `FracField[MPZ]` has no attribute `x`
[error] unresolved-attribute - :54:33 - Type `FracField[MPZ]` has no attribute `x`

sympy/algebras/tests/test_quaternion.py

[error] unsupported-operator - :201:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :201:69 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :365:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :365:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :420:33 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/assumptions/tests/test_query.py

[error] unsupported-operator - :2113:32 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :2114:10 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[3]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[3]`
[warning] possibly-missing-attribute - :2238:40 - Attribute `my_key` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2238:40 - Type `AssumptionKeys` has no attribute `my_key`
[warning] possibly-missing-attribute - :2249:24 - Attribute `my_key` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2249:24 - Type `AssumptionKeys` has no attribute `my_key`
[warning] possibly-missing-attribute - :2251:24 - Attribute `my_key` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2251:24 - Type `AssumptionKeys` has no attribute `my_key`
[warning] possibly-missing-attribute - :2257:13 - Attribute `my_key` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2257:13 - Type `AssumptionKeys` has no attribute `my_key`
[warning] possibly-missing-attribute - :2258:40 - Attribute `my_key` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2258:40 - Type `AssumptionKeys` has no attribute `my_key`
[error] invalid-assignment - :2264:9 - Object of type `MyPredicate` is not assignable to attribute `my_key` on type `Unknown | AssumptionKeys`
[error] unresolved-attribute - :2264:9 - Unresolved attribute `my_key` on type `AssumptionKeys`.
[warning] possibly-missing-attribute - :2265:10 - Attribute `my_key` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2265:10 - Type `AssumptionKeys` has no attribute `my_key`
[warning] possibly-missing-attribute - :2268:20 - Attribute `my_key` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2268:20 - Type `AssumptionKeys` has no attribute `my_key`
[warning] possibly-missing-attribute - :2269:20 - Attribute `my_key` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2269:20 - Type `AssumptionKeys` has no attribute `my_key`
[warning] possibly-missing-attribute - :2271:13 - Attribute `my_key` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2271:13 - Type `AssumptionKeys` has no attribute `my_key`
[warning] possibly-missing-attribute - :2272:40 - Attribute `my_key` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2272:40 - Type `AssumptionKeys` has no attribute `my_key`
[warning] possibly-missing-attribute - :2498:24 - Attribute `mersenne` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2498:24 - Type `AssumptionKeys` has no attribute `mersenne`
[warning] possibly-missing-attribute - :2500:24 - Attribute `mersenne` on type `Unknown | AssumptionKeys` may be missing
[warning] possibly-missing-attribute - :2500:39 - Attribute `mersenne` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2500:24 - Type `AssumptionKeys` has no attribute `mersenne`
[error] unresolved-attribute - :2500:39 - Type `AssumptionKeys` has no attribute `mersenne`
[warning] possibly-missing-attribute - :2502:13 - Attribute `mersenne` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2502:13 - Type `AssumptionKeys` has no attribute `mersenne`
[error] invalid-assignment - :2508:9 - Object of type `MersennePredicate` is not assignable to attribute `mersenne` on type `Unknown | AssumptionKeys`
[error] unresolved-attribute - :2508:9 - Unresolved attribute `mersenne` on type `AssumptionKeys`.
[warning] possibly-missing-attribute - :2509:10 - Attribute `mersenne` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2509:10 - Type `AssumptionKeys` has no attribute `mersenne`
[warning] possibly-missing-attribute - :2513:10 - Attribute `mersenne` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2513:10 - Type `AssumptionKeys` has no attribute `mersenne`
[warning] possibly-missing-attribute - :2517:20 - Attribute `mersenne` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2517:20 - Type `AssumptionKeys` has no attribute `mersenne`
[warning] possibly-missing-attribute - :2518:20 - Attribute `mersenne` on type `Unknown | AssumptionKeys` may be missing
[warning] possibly-missing-attribute - :2518:35 - Attribute `mersenne` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2518:20 - Type `AssumptionKeys` has no attribute `mersenne`
[error] unresolved-attribute - :2518:35 - Type `AssumptionKeys` has no attribute `mersenne`
[warning] possibly-missing-attribute - :2520:13 - Attribute `mersenne` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2520:13 - Type `AssumptionKeys` has no attribute `mersenne`
[error] invalid-assignment - :2528:9 - Object of type `SexyPredicate` is not assignable to attribute `sexyprime` on type `Unknown | AssumptionKeys`
[error] unresolved-attribute - :2528:9 - Unresolved attribute `sexyprime` on type `AssumptionKeys`.
[warning] possibly-missing-attribute - :2530:10 - Attribute `sexyprime` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2530:10 - Type `AssumptionKeys` has no attribute `sexyprime`
[warning] possibly-missing-attribute - :2537:10 - Attribute `sexyprime` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2537:10 - Type `AssumptionKeys` has no attribute `sexyprime`
[warning] possibly-missing-attribute - :2544:20 - Attribute `sexyprime` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2544:20 - Type `AssumptionKeys` has no attribute `sexyprime`
[warning] possibly-missing-attribute - :2545:20 - Attribute `sexyprime` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2545:20 - Type `AssumptionKeys` has no attribute `sexyprime`
[warning] possibly-missing-attribute - :2547:13 - Attribute `sexyprime` on type `Unknown | AssumptionKeys` may be missing
[error] unresolved-attribute - :2547:13 - Type `AssumptionKeys` has no attribute `sexyprime`

sympy/assumptions/tests/test_refine.py

[error] unsupported-operator - :53:26 -
Old: Operator `-` is unsupported between objects of type `Unknown | int | float` and `Unknown | Half`
New: Operator `-` is unsupported between objects of type `int | float` and `Half`
[error] unsupported-operator - :54:26 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | float` and `Unknown | Half`
New: Operator `+` is unsupported between objects of type `int | float` and `Half`
[error] unsupported-operator - :55:38 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :59:38 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :60:38 -
Old: Operator `*` is unsupported between objects of type `Literal[9]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[9]` and `Half`

sympy/calculus/finite_diff.py

[error] unsupported-operator - :190:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Unknown | One`
New: Operator `/` is unsupported between objects of type `One` and `One | Unknown`

sympy/calculus/tests/test_accumulationbounds.py

[error] unsupported-operator - :25:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[1]`
New: Operator `+` is unsupported between objects of type `AccumulationBounds` and `Literal[1]`
[error] unsupported-operator - :26:12 -
Old: Operator `+` is unsupported between objects of type `Literal[1]` and `Unknown | AccumulationBounds`
New: Operator `+` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :27:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `+` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :31:12 -
Old: Operator `-` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[1]`
New: Operator `-` is unsupported between objects of type `AccumulationBounds` and `Literal[1]`
[error] unsupported-operator - :32:12 -
Old: Operator `-` is unsupported between objects of type `Literal[1]` and `Unknown | AccumulationBounds`
New: Operator `-` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :33:12 -
Old: Operator `-` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `-` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :39:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | Infinity`
New: Operator `+` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :40:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | Infinity`
New: Operator `+` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :41:12 -
Old: Operator `-` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | Infinity`
New: Operator `-` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :43:12 -
Old: Operator `-` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | Infinity`
New: Operator `-` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :45:12 -
Old: Operator `-` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | Infinity`
New: Operator `-` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :47:13 -
Old: Operator `-` is unsupported between objects of type `Unknown | Infinity` and `Unknown | AccumulationBounds`
New: Operator `-` is unsupported between objects of type `Infinity` and `AccumulationBounds`
[error] unsupported-operator - :50:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `AccumulationBounds` and `Literal[2]`
[error] unsupported-operator - :51:12 -
Old: Operator `/` is unsupported between objects of type `Literal[2]` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `Literal[2]` and `AccumulationBounds`
[error] unsupported-operator - :52:12 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :66:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[2]`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `Literal[2]`
[error] unsupported-operator - :67:12 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | AccumulationBounds`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `AccumulationBounds`
[error] unsupported-operator - :68:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :69:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :71:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :72:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :74:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :75:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :76:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[0]`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `Literal[0]`
[error] unsupported-operator - :77:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[0]`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `Literal[0]`
[error] unsupported-operator - :78:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[0]`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `Literal[0]`
[error] unsupported-operator - :79:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[0]`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `Literal[0]`
[error] unsupported-operator - :83:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | Infinity`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :84:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | Infinity`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :87:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | Infinity`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :89:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | Infinity`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `Infinity`
[error] unsupported-operator - :93:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :94:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :95:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :99:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :100:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :102:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :103:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :104:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :106:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :107:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :108:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :110:12 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :111:12 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :112:12 -
Old: Operator `/` is unsupported between objects of type `Literal[-1]` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `Literal[-1]` and `AccumulationBounds`
[error] unsupported-operator - :113:12 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :114:12 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :115:12 -
Old: Operator `/` is unsupported between objects of type `Literal[-2]` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `Literal[-2]` and `AccumulationBounds`
[error] unsupported-operator - :116:12 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | AccumulationBounds`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `AccumulationBounds`
[error] unsupported-operator - :120:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[0]`
New: Operator `/` is unsupported between objects of type `AccumulationBounds` and `Literal[0]`
[error] unsupported-operator - :140:25 -
Old: Operator `*` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `*` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :141:13 -
Old: Operator `+` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `+` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :154:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :160:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[2]`
[error] unsupported-operator - :161:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[2]`
[error] unsupported-operator - :162:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[2]`
[error] unsupported-operator - :163:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[3]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[3]`
[error] unsupported-operator - :164:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[0]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[0]`
[error] unsupported-operator - :181:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[-2]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-2]`
[error] unsupported-operator - :182:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[-2]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-2]`
[error] unsupported-operator - :183:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[-3]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-3]`
[error] unsupported-operator - :184:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[-3]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-3]`
[error] unsupported-operator - :185:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[-2]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-2]`
[error] unsupported-operator - :186:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[-3]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-3]`
[error] unsupported-operator - :187:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[-3]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-3]`
[error] unsupported-operator - :188:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[-2]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-2]`
[error] unsupported-operator - :190:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[-2]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-2]`
[error] unsupported-operator - :191:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Literal[-2]`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `Literal[-2]`
[warning] possibly-missing-attribute - :226:12 - Attribute `subs` on type `Unknown | int` may be missing
[error] unresolved-attribute - :226:12 - Type `int` has no attribute `subs`
[warning] possibly-missing-attribute - :227:12 - Attribute `subs` on type `Unknown | int` may be missing
[error] unresolved-attribute - :227:12 - Type `int` has no attribute `subs`
[warning] possibly-missing-attribute - :228:9 - Attribute `subs` on type `Unknown | int` may be missing
[error] unresolved-attribute - :228:9 - Type `int` has no attribute `subs`
[error] unsupported-operator - :234:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :235:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :239:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :239:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :240:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :243:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :243:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[27]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[27]`
[error] unsupported-operator - :243:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :244:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :244:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[27]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[27]`
[error] unsupported-operator - :248:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :248:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :248:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :249:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :250:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :251:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :252:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :252:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :253:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :253:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :254:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :254:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :255:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :255:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :256:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :256:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :257:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :257:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :258:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :258:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :259:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :259:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :260:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :260:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :261:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :262:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :263:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :264:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :265:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :266:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :267:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :268:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`
[error] unsupported-operator - :268:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :269:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | AccumulationBounds` and `Unknown | AccumulationBounds`
New: Operator `**` is unsupported between objects of type `AccumulationBounds` and `AccumulationBounds`

sympy/calculus/tests/test_finite_diff.py

[error] unsupported-operator - :81:12 -
Old: Operator `/` is unsupported between objects of type `int` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `int` and `Integer`

sympy/calculus/tests/test_util.py

[error] unsupported-operator - :173:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :392:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | Half` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Half` and `Literal[2]`
[error] unsupported-operator - :396:60 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/codegen/tests/test_ast.py

[warning] possibly-missing-attribute - :447:12 - Attribute `name` on type `Unknown | IntBaseType` may be missing
[error] unresolved-attribute - :447:12 - Type `IntBaseType` has no attribute `name`
[warning] possibly-missing-attribute - :448:26 - Attribute `name` on type `Unknown | IntBaseType` may be missing
[error] unresolved-attribute - :448:26 - Type `IntBaseType` has no attribute `name`

sympy/codegen/tests/test_cfunctions.py

[error] unsupported-operator - :150:45 -
Old: Operator `-` is unsupported between objects of type `Unknown | Half` and `Literal[1]`
New: Operator `-` is unsupported between objects of type `Half` and `Literal[1]`

sympy/codegen/tests/test_matrix_nodes.py

[error] unsupported-operator - :26:37 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :27:21 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/codegen/tests/test_rewriting.py

[error] unsupported-operator - :430:21 -
Old: Operator `/` is unsupported between objects of type `Literal[58]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[58]` and `Integer`
[error] unsupported-operator - :430:36 -
Old: Operator `/` is unsupported between objects of type `Literal[97]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[97]` and `Integer`
[error] unsupported-operator - :430:51 -
Old: Operator `/` is unsupported between objects of type `Literal[4]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[4]` and `Integer`
[error] unsupported-operator - :430:64 -
Old: Operator `/` is unsupported between objects of type `Literal[92]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[92]` and `Integer`

sympy/combinatorics/fp_groups.py

[error] unresolved-attribute - :36:34 - Type `FpGroup` has no attribute `symbols`
[error] invalid-argument-type - :25:33 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `(bound method FpGroup._generators() -> Unknown) | @Todo`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `bound method FpGroup._generators() -> Unknown`

sympy/concrete/tests/test_sums_products.py

[error] unsupported-operator - :346:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :572:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :575:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :1183:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1569:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1571:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1579:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1587:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1594:70 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1595:70 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1596:69 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1597:69 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1598:82 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1599:79 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/core/add.py

[error] unsupported-operator - :321:17 - Operator `+=` is unsupported between objects of type `Number` and `Number`
[warning] unused-ignore-comment - :291:51 - Unused blanket `type: ignore` directive

sympy/core/benchmarks/bench_numbers.py

[error] unsupported-operator - :88:5 -
Old: Operator `+` is unsupported between objects of type `Unknown | Rational` and `Literal[1]`
New: Operator `+` is unsupported between objects of type `Rational` and `Literal[1]`
[error] unsupported-operator - :92:5 -
Old: Operator `+` is unsupported between objects of type `Unknown | Rational` and `Unknown | Rational`
New: Operator `+` is unsupported between objects of type `Rational` and `Rational`

sympy/core/evalf.py

[error] invalid-assignment - :1274:9 -
Old: Object of type `Unknown | int` is not assignable to `Rational`
New: Object of type `int | Unknown` is not assignable to `Rational`
[error] unsupported-operator - :1278:13 -
Old: Operator `*=` is unsupported between objects of type `Rational` and `Unknown | int`
New: Operator `*=` is unsupported between objects of type `Rational` and `int | Unknown`

sympy/core/expr.py

[error] unsupported-operator - :2625:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Zero` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Zero | Unknown` and `Literal[2]`

sympy/core/exprtools.py

[warning] possibly-missing-attribute - :386:37 -
Old: Attribute `base` on type `Unknown | Basic` may be missing
New: Attribute `base` on type `Basic | Unknown` may be missing
[warning] possibly-missing-attribute - :386:59 -
Old: Attribute `base` on type `Unknown | Basic` may be missing
New: Attribute `base` on type `Basic | Unknown` may be missing
[warning] possibly-missing-attribute - :386:77 -
Old: Attribute `exp` on type `Unknown | Basic` may be missing
New: Attribute `exp` on type `Basic | Unknown` may be missing
[error] unsupported-operator - :390:37 -
Old: Unary operator `-` is unsupported for type `Unknown | Basic`
New: Unary operator `-` is unsupported for type `Basic | Unknown`

sympy/core/tests/test_arit.py

[error] unsupported-operator - :213:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :213:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :213:70 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[32]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[32]`
[warning] possibly-missing-attribute - :1119:12 - Attribute `is_real` on type `Unknown | int` may be missing
[error] unresolved-attribute - :1119:12 - Type `int` has no attribute `is_real`
[warning] possibly-missing-attribute - :1120:12 - Attribute `is_real` on type `Unknown | int` may be missing
[error] unresolved-attribute - :1120:12 - Type `int` has no attribute `is_real`
[error] unsupported-operator - :1914:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :1914:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :2483:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2483:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`

sympy/core/tests/test_assumptions.py

[warning] possibly-missing-attribute - :714:14 - Attribute `xreplace` on type `Unknown | int` may be missing
[error] unresolved-attribute - :714:14 - Type `int` has no attribute `xreplace`
[error] unsupported-operator - :1030:33 -
Old: Operator `*` is unsupported between objects of type `Literal[0]` and `Unknown | Infinity`
New: Operator `*` is unsupported between objects of type `Literal[0]` and `Infinity`
[error] unsupported-operator - :1031:8 -
Old: Operator `*` is unsupported between objects of type `Literal[0]` and `Unknown | Infinity`
New: Operator `*` is unsupported between objects of type `Literal[0]` and `Infinity`
[warning] possibly-missing-attribute - :1062:12 - Attribute `is_real` on type `Unknown | int` may be missing
[error] unresolved-attribute - :1062:12 - Type `int` has no attribute `is_real`

sympy/core/tests/test_complex.py

[error] unsupported-operator - :205:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[warning] possibly-missing-attribute - :208:12 - Attribute `conjugate` on type `Unknown | Basic` may be missing
[warning] possibly-missing-attribute - :208:33 - Attribute `n` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :208:12 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :208:33 - Type `Basic` has no attribute `n`
[warning] possibly-missing-attribute - :210:12 - Attribute `n` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :210:33 - Attribute `n` on type `Unknown | int` may be missing
[error] unresolved-attribute - :210:12 - Type `int` has no attribute `n`
[error] unresolved-attribute - :210:33 - Type `int` has no attribute `n`

sympy/core/tests/test_count_ops.py

[error] unsupported-operator - :57:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :81:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/core/tests/test_evalf.py

[error] unsupported-operator - :273:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `int`
New: Operator `/` is unsupported between objects of type `Integer` and `int`
[warning] possibly-missing-attribute - :371:12 - Attribute `evalf` on type `Unknown | int` may be missing
[error] unresolved-attribute - :371:12 - Type `int` has no attribute `evalf`
[warning] possibly-missing-attribute - :374:12 - Attribute `evalf` on type `Unknown | int` may be missing
[error] unresolved-attribute - :374:12 - Type `int` has no attribute `evalf`
[error] invalid-argument-type - :435:39 -
Old: Argument to bound method `evalf` is incorrect: Expected `dict[Basic, Basic | int | float] | None`, found `tuple[Unknown | Symbol, Literal[1]]`
New: Argument to bound method `evalf` is incorrect: Expected `dict[Basic, Basic | int | float] | None`, found `tuple[Symbol, Literal[1]]`
[error] unsupported-operator - :596:22 -
Old: Operator `-` is unsupported between objects of type `Literal[20]` and `Unknown | Basic`
New: Operator `-` is unsupported between objects of type `Literal[20]` and `Basic`
[error] unsupported-operator - :597:24 -
Old: Operator `-` is unsupported between objects of type `Literal[20]` and `Unknown | Basic`
New: Operator `-` is unsupported between objects of type `Literal[20]` and `Basic`
[warning] possibly-missing-attribute - :651:12 - Attribute `evalf` on type `Unknown | int` may be missing
[error] unresolved-attribute - :651:12 - Type `int` has no attribute `evalf`
[warning] possibly-missing-attribute - :652:12 - Attribute `evalf` on type `Unknown | int` may be missing
[error] unresolved-attribute - :652:12 - Type `int` has no attribute `evalf`

sympy/core/tests/test_expand.py

[error] unsupported-operator - :150:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/core/tests/test_expr.py

[warning] possibly-missing-attribute - :609:12 - Attribute `is_polynomial` on type `Unknown | int` may be missing
[error] unresolved-attribute - :609:12 - Type `int` has no attribute `is_polynomial`
[warning] possibly-missing-attribute - :610:12 - Attribute `is_polynomial` on type `Unknown | int` may be missing
[error] unresolved-attribute - :610:12 - Type `int` has no attribute `is_polynomial`
[error] unsupported-operator - :669:25 -
Old: Operator `/` is unsupported between objects of type `Unknown | NaN | Infinity | NegativeInfinity | ComplexInfinity` and `Literal[1] | Unknown | Symbol`
New: Operator `/` is unsupported between objects of type `NaN | Infinity | NegativeInfinity | ComplexInfinity` and `Literal[1] | Symbol`
[error] unsupported-operator - :705:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :709:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :710:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :711:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[warning] possibly-missing-attribute - :772:36 - Attribute `cos` on type `Unknown | Symbol` may be missing
[error] unresolved-attribute - :772:36 - Type `Symbol` has no attribute `cos`
[warning] possibly-missing-attribute - :773:36 - Attribute `sin` on type `Unknown | Symbol` may be missing
[error] unresolved-attribute - :773:36 - Type `Symbol` has no attribute `sin`
[warning] possibly-missing-attribute - :774:36 - Attribute `exp` on type `Unknown | Symbol` may be missing
[error] unresolved-attribute - :774:36 - Type `Symbol` has no attribute `exp`
[error] unsupported-operator - :1446:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] invalid-argument-type - :1696:43 -
Old: Argument to bound method `has_xfree` is incorrect: Expected `set[Basic]`, found `Unknown | Symbol`
New: Argument to bound method `has_xfree` is incorrect: Expected `set[Basic]`, found `Symbol`
[error] unsupported-operator - :1878:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[14]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[14]`
[error] unsupported-operator - :1881:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1883:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[21]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[21]`
[warning] possibly-missing-attribute - :1915:12 - Attribute `is_constant` on type `Unknown | int` may be missing
[error] unresolved-attribute - :1915:12 - Type `int` has no attribute `is_constant`
[error] unsupported-operator - :1940:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1940:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1940:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1947:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1947:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1948:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1948:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1970:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1970:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[13824]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1970:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1971:5 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1971:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1971:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1972:5 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[13824]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1972:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1972:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1972:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1973:5 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[13824]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1973:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1973:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :1973:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1974:7 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1974:25 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[13824]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1974:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1974:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1975:7 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1975:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1975:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[13824]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1975:65 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1976:5 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1976:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1976:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[13824]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1976:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1977:5 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :1977:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1977:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1978:5 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[13824]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1978:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1978:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1979:5 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1979:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1979:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[13824]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1979:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1980:5 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1980:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1980:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[13824]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1980:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1981:5 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :1981:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1981:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1982:5 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[13824]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1982:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1982:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1983:5 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1983:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1983:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[13824]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1983:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1984:5 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1984:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1984:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[13824]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[13824]`
[error] unsupported-operator - :1984:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1985:5 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :1985:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[warning] possibly-missing-attribute - :2006:16 - Attribute `round` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :2006:16 - Type `Basic` has no attribute `round`
[warning] possibly-missing-attribute - :2007:16 - Attribute `round` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :2007:16 - Type `Basic` has no attribute `round`
[warning] possibly-missing-attribute - :2008:16 - Attribute `round` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :2008:16 - Type `Basic` has no attribute `round`
[error] unsupported-operator - :2142:20 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`

sympy/core/tests/test_exprtools.py

[error] unsupported-operator - :73:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :73:70 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :74:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :74:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :165:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :177:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[64]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[64]`
[error] unsupported-operator - :179:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :284:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :284:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/core/tests/test_function.py

[error] unsupported-operator - :563:83 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :564:87 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :921:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :922:65 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1075:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[12]`
[error] unsupported-operator - :1097:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[24]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[24]`
[error] unsupported-operator - :1099:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[24]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[24]`
[error] unsupported-operator - :1133:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`

sympy/core/tests/test_match.py

[error] invalid-argument-type - :520:42 -
Old: Argument to function `symbols` is incorrect: Expected `int`, found `tuple[Unknown | Symbol]`
New: Argument to function `symbols` is incorrect: Expected `int`, found `tuple[Symbol]`
[error] unsupported-operator - :600:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :605:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :631:32 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`
[error] unsupported-operator - :657:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :658:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`

sympy/core/tests/test_numbers.py

[error] unsupported-operator - :877:12 - Operator `-` is unsupported between objects of type `Unknown | Infinity` and `Unknown | float`
[error] unsupported-operator - :878:12 - Operator `+` is unsupported between objects of type `Unknown | Infinity` and `Unknown | float`
[error] unsupported-operator - :879:12 - Operator `*` is unsupported between objects of type `Unknown | Infinity` and `Literal[0]`
[error] unsupported-operator - :880:12 - Operator `/` is unsupported between objects of type `Unknown | Infinity` and `Unknown | float`
[error] unsupported-operator - :881:12 - Operator `/` is unsupported between objects of type `Unknown | Infinity` and `Unknown | float`
[error] unsupported-operator - :1001:16 - Operator `+` is unsupported between objects of type `(Unknown & ~Literal[1]) | NaN` and `Literal[1] | float | Unknown | One | NegativeOne | Float`
[error] unsupported-operator - :1002:16 - Operator `-` is unsupported between objects of type `(Unknown & ~Literal[1]) | NaN` and `Literal[1] | float | Unknown | One | NegativeOne | Float`
[error] unsupported-operator - :1004:16 - Operator `/` is unsupported between objects of type `(Unknown & ~Literal[1]) | NaN` and `Literal[1] | float | Unknown | One | NegativeOne | Float`
[error] unsupported-operator - :54:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Zero` and `Unknown | Zero`
New: Operator `/` is unsupported between objects of type `Zero` and `Zero`
[error] unsupported-operator - :56:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Zero` and `Unknown | Zero`
New: Operator `/` is unsupported between objects of type `Zero` and `Zero`
[error] unsupported-operator - :64:12 -
Old: Operator `%` is unsupported between objects of type `Unknown | Half` and `Unknown | Half`
New: Operator `%` is unsupported between objects of type `Half` and `Half`
[error] unsupported-operator - :65:12 -
Old: Operator `%` is unsupported between objects of type `Unknown | Half` and `Rational`
New: Operator `%` is unsupported between objects of type `Half` and `Rational`
[error] unsupported-operator - :66:12 -
Old: Operator `%` is unsupported between objects of type `Unknown | Half` and `Rational`
New: Operator `%` is unsupported between objects of type `Half` and `Rational`
[error] unsupported-operator - :67:12 -
Old: Operator `%` is unsupported between objects of type `Rational` and `Unknown | Half`
New: Operator `%` is unsupported between objects of type `Rational` and `Half`
[error] unsupported-operator - :70:12 -
Old: Operator `%` is unsupported between objects of type `Rational` and `Unknown | Half`
New: Operator `%` is unsupported between objects of type `Rational` and `Half`
[error] unsupported-operator - :82:12 -
Old: Operator `%` is unsupported between objects of type `Unknown | Infinity` and `Unknown | Infinity`
New: Operator `%` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :84:12 -
Old: Operator `%` is unsupported between objects of type `Literal[5]` and `Unknown | Infinity`
New: Operator `%` is unsupported between objects of type `Literal[5]` and `Infinity`
[error] unsupported-operator - :620:15 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[10]`
[error] unsupported-operator - :621:15 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[10]`
[error] unsupported-operator - :622:15 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[10]`
[error] unsupported-operator - :623:15 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[10]`
[error] unsupported-operator - :715:12 -
Old: Operator `*` is unsupported between objects of type `Literal[1]` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `*` is unsupported between objects of type `Literal[1]` and `Infinity`
[error] unsupported-operator - :719:12 -
Old: Operator `+` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `Literal[1]`
New: Operator `+` is unsupported between objects of type `Infinity` and `Literal[1]`
[error] unsupported-operator - :720:12 -
Old: Operator `+` is unsupported between objects of type `Literal[2]` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `+` is unsupported between objects of type `Literal[2]` and `Infinity`
[error] unsupported-operator - :721:12 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Infinity`
[error] unsupported-operator - :725:12 -
Old: Operator `+` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `+` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :726:18 -
Old: Operator `*` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `Literal[-5]`
New: Operator `*` is unsupported between objects of type `Infinity` and `Literal[-5]`
[error] unsupported-operator - :730:12 -
Old: Operator `%` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `Literal[2]`
New: Operator `%` is unsupported between objects of type `Infinity` and `Literal[2]`
[error] unsupported-operator - :731:12 -
Old: Operator `%` is unsupported between objects of type `Literal[2]` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `%` is unsupported between objects of type `Literal[2]` and `Infinity`
[error] unsupported-operator - :732:12 -
Old: Operator `/` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `/` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :736:12 -
Old: Operator `-` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `-` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :742:12 -
Old: Operator `+` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `+` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :746:12 -
Old: Operator `*` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `*` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :750:12 -
Old: Operator `/` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `Literal[0]`
New: Operator `/` is unsupported between objects of type `Infinity` and `Literal[0]`
[error] unsupported-operator - :754:12 -
Old: Operator `*` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `Literal[0]`
New: Operator `*` is unsupported between objects of type `Infinity` and `Literal[0]`
[error] unsupported-operator - :756:12 -
Old: Operator `*` is unsupported between objects of type `Literal[0]` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `*` is unsupported between objects of type `Literal[0]` and `Infinity`
[error] unsupported-operator - :758:12 -
Old: Operator `+` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `Literal[0]`
New: Operator `+` is unsupported between objects of type `Infinity` and `Literal[0]`
[error] unsupported-operator - :760:12 -
Old: Operator `+` is unsupported between objects of type `Literal[0]` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `+` is unsupported between objects of type `Literal[0]` and `Infinity`
[error] unsupported-operator - :762:12 -
Old: Operator `-` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `Literal[0]`
New: Operator `-` is unsupported between objects of type `Infinity` and `Literal[0]`
[error] unsupported-operator - :764:12 -
Old: Operator `-` is unsupported between objects of type `Literal[0]` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `-` is unsupported between objects of type `Literal[0]` and `Infinity`
[error] unsupported-operator - :766:12 -
Old: Operator `/` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Infinity` and `Literal[2]`
[error] unsupported-operator - :768:12 -
Old: Operator `/` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `Literal[-2]`
New: Operator `/` is unsupported between objects of type `Infinity` and `Literal[-2]`
[error] unsupported-operator - :770:12 -
Old: Operator `*` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `Literal[2]`
New: Operator `*` is unsupported between objects of type `Infinity` and `Literal[2]`
[error] unsupported-operator - :772:12 -
Old: Operator `*` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `Literal[-2]`
New: Operator `*` is unsupported between objects of type `Infinity` and `Literal[-2]`
[error] unsupported-operator - :777:12 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `Infinity`
[error] unsupported-operator - :779:12 -
Old: Operator `*` is unsupported between objects of type `Literal[-2]` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `*` is unsupported between objects of type `Literal[-2]` and `Infinity`
[error] unsupported-operator - :781:12 -
Old: Operator `+` is unsupported between objects of type `Literal[2]` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `+` is unsupported between objects of type `Literal[2]` and `Infinity`
[error] unsupported-operator - :782:12 -
Old: Operator `-` is unsupported between objects of type `Literal[2]` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `-` is unsupported between objects of type `Literal[2]` and `Infinity`
[error] unsupported-operator - :783:12 -
Old: Operator `+` is unsupported between objects of type `Literal[-2]` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `+` is unsupported between objects of type `Literal[-2]` and `Infinity`
[error] unsupported-operator - :784:12 -
Old: Operator `-` is unsupported between objects of type `Literal[-2]` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `-` is unsupported between objects of type `Literal[-2]` and `Infinity`
[error] unsupported-operator - :793:12 -
Old: Operator `*` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `float`
New: Operator `*` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :793:37 -
Old: Operator `*` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `float`
New: Operator `*` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :795:12 -
Old: Operator `/` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `float`
New: Operator `/` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :795:37 -
Old: Operator `/` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `float`
New: Operator `/` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :797:12 -
Old: Operator `*` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `float`
New: Operator `*` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :797:39 -
Old: Operator `*` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `float`
New: Operator `*` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :799:12 -
Old: Operator `/` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `float`
New: Operator `/` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :799:39 -
Old: Operator `/` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `float`
New: Operator `/` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :801:12 -
Old: Operator `+` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `float`
New: Operator `+` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :801:39 -
Old: Operator `+` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `float`
New: Operator `+` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :803:12 -
Old: Operator `-` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `float`
New: Operator `-` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :803:39 -
Old: Operator `-` is unsupported between objects of type `(Unknown & ~Literal[1]) | Infinity` and `float`
New: Operator `-` is unsupported between objects of type `Infinity` and `float`
[error] unsupported-operator - :805:12 -
Old: Operator `*` is unsupported between objects of type `float` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `*` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :805:37 -
Old: Operator `*` is unsupported between objects of type `float` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `*` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :809:12 -
Old: Operator `*` is unsupported between objects of type `float` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `*` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :809:39 -
Old: Operator `*` is unsupported between objects of type `float` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `*` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :813:12 -
Old: Operator `+` is unsupported between objects of type `float` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `+` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :815:12 -
Old: Operator `-` is unsupported between objects of type `float` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `-` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :825:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | NaN` and `float`
New: Operator `*` is unsupported between objects of type `NaN` and `float`
[error] unsupported-operator - :827:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | NaN` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `*` is unsupported between objects of type `NaN` and `Infinity`
[error] unsupported-operator - :831:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | NaN` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `+` is unsupported between objects of type `NaN` and `Infinity`
[error] unsupported-operator - :833:12 -
Old: Operator `-` is unsupported between objects of type `Unknown | NaN` and `(Unknown & ~Literal[1]) | Infinity`
New: Operator `-` is unsupported between objects of type `NaN` and `Infinity`
[error] unsupported-operator - :862:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | NaN` and `Unknown | One`
New: Operator `/` is unsupported between objects of type `NaN` and `One`
[error] unsupported-operator - :898:12 -
Old: Operator `*` is unsupported between objects of type `Float` and `Unknown | float`
New: Operator `*` is unsupported between objects of type `Float` and `float`
[error] unsupported-operator - :899:12 -
Old: Operator `*` is unsupported between objects of type `Float` and `Unknown | float`
New: Operator `*` is unsupported between objects of type `Float` and `float`
[error] unsupported-operator - :900:12 -
Old: Operator `*` is unsupported between objects of type `Float` and `Unknown | float`
New: Operator `*` is unsupported between objects of type `Float` and `float`
[error] unsupported-operator - :901:12 -
Old: Operator `*` is unsupported between objects of type `Float` and `Unknown | float`
New: Operator `*` is unsupported between objects of type `Float` and `float`
[error] unsupported-operator - :909:12 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | Zero`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `Zero`
[error] unsupported-operator - :911:12 -
Old: Operator `/` is unsupported between objects of type `Literal[0]` and `Unknown | Zero`
New: Operator `/` is unsupported between objects of type `Literal[0]` and `Zero`
[error] unsupported-operator - :913:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Zero` and `Literal[0]`
New: Operator `/` is unsupported between objects of type `Zero` and `Literal[0]`
[error] unsupported-operator - :915:12 -
Old: Operator `/` is unsupported between objects of type `Literal[-1]` and `Unknown | Zero`
New: Operator `/` is unsupported between objects of type `Literal[-1]` and `Zero`
[error] unsupported-operator - :983:12 -
Old: Operator `+` is unsupported between objects of type `(Unknown & ~Literal[1]) | NaN` and `(Unknown & ~Literal[1]) | NaN`
New: Operator `+` is unsupported between objects of type `NaN` and `NaN`
[error] unsupported-operator - :984:19 -
Old: Operator `*` is unsupported between objects of type `(Unknown & ~Literal[1]) | NaN` and `Literal[-5]`
New: Operator `*` is unsupported between objects of type `NaN` and `Literal[-5]`
[error] unsupported-operator - :1108:18 -
Old: Operator `+` is unsupported between objects of type `Literal[4503599761588223]` and `Unknown | Half`
New: Operator `+` is unsupported between objects of type `Literal[4503599761588223]` and `Half`
[error] unsupported-operator - :1109:18 -
Old: Operator `+` is unsupported between objects of type `Literal[4503599761588224]` and `Unknown | Half`
New: Operator `+` is unsupported between objects of type `Literal[4503599761588224]` and `Half`
[error] unsupported-operator - :1110:18 -
Old: Operator `+` is unsupported between objects of type `Literal[4503599761588225]` and `Unknown | Half`
New: Operator `+` is unsupported between objects of type `Literal[4503599761588225]` and `Half`
[error] unsupported-operator - :1142:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :1284:17 -
Old: Operator `**` is unsupported between objects of type `Unknown | Basic` and `Unknown | Basic`
New: Operator `**` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1500:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[12]`
[error] unsupported-operator - :1915:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :1917:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[9]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[9]`
[error] unsupported-operator - :1963:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :1963:83 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1966:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :2281:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2285:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`

sympy/core/tests/test_parameters.py

[error] unsupported-operator - :9:13 -
Old: Operator `-` is unsupported between objects of type `Unknown | Infinity` and `Unknown | Infinity`
New: Operator `-` is unsupported between objects of type `Infinity` and `Infinity`
[error] unsupported-operator - :11:13 -
Old: Operator `-` is unsupported between objects of type `Literal[5]` and `Unknown | Infinity`
New: Operator `-` is unsupported between objects of type `Literal[5]` and `Infinity`
[error] unsupported-operator - :13:13 -
Old: Operator `-` is unsupported between objects of type `Unknown | Infinity` and `Literal[5]`
New: Operator `-` is unsupported between objects of type `Infinity` and `Literal[5]`
[error] unsupported-operator - :15:13 -
Old: Operator `+` is unsupported between objects of type `Unknown | Infinity` and `Literal[5]`
New: Operator `+` is unsupported between objects of type `Infinity` and `Literal[5]`
[error] unsupported-operator - :17:13 -
Old: Operator `+` is unsupported between objects of type `Literal[5]` and `Unknown | Infinity`
New: Operator `+` is unsupported between objects of type `Literal[5]` and `Infinity`
[error] unsupported-operator - :21:13 -
Old: Operator `-` is unsupported between objects of type `Literal[-5]` and `Unknown | Infinity`
New: Operator `-` is unsupported between objects of type `Literal[-5]` and `Infinity`
[error] unsupported-operator - :46:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :47:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :47:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :52:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :53:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :53:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :55:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :55:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :56:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :56:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :58:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :58:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :59:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :59:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :61:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :61:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :62:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :62:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :64:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :65:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :65:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :67:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :67:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :68:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :68:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :70:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :70:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :71:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :71:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :75:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :75:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :76:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :76:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :81:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :83:16 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`

sympy/core/tests/test_power.py

[error] unsupported-operator - :52:38 -
Old: Operator `*` is unsupported between objects of type `Unknown | Half` and `Unknown | int`
New: Operator `*` is unsupported between objects of type `Half` and `int`
[warning] possibly-missing-attribute - :237:12 - Attribute `rewrite` on type `Unknown | int` may be missing
[error] unresolved-attribute - :237:12 - Type `int` has no attribute `rewrite`
[warning] possibly-missing-attribute - :238:12 - Attribute `rewrite` on type `Unknown | int` may be missing
[error] unresolved-attribute - :238:12 - Type `int` has no attribute `rewrite`
[warning] possibly-missing-attribute - :244:12 - Attribute `rewrite` on type `Unknown | int` may be missing
[error] unresolved-attribute - :244:12 - Type `int` has no attribute `rewrite`
[warning] possibly-missing-attribute - :282:12 - Attribute `base` on type `Unknown | Expr` may be missing
[warning] possibly-missing-attribute - :282:20 - Attribute `exp` on type `Unknown | Expr` may be missing
[error] unresolved-attribute - :282:12 - Type `Expr` has no attribute `base`
[error] unresolved-attribute - :282:20 - Type `Expr` has no attribute `exp`
[error] unsupported-operator - :283:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :284:49 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :285:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :286:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :287:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :295:65 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :295:82 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :296:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :296:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :297:67 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :297:84 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :298:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :298:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :305:74 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :305:86 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :306:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :306:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :306:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :306:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :307:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :307:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :308:75 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :308:87 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :309:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :309:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :309:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :309:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :310:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :310:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :390:26 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :410:30 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :491:21 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :649:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :649:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :653:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/core/tests/test_priority.py

[error] unsupported-operator - :104:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | Higher` and `Unknown | Lower`
New: Operator `*` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :105:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | Lower` and `Unknown | Higher`
New: Operator `*` is unsupported between objects of type `Lower` and `Higher`
[error] unsupported-operator - :110:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | Higher` and `Unknown | Lower`
New: Operator `+` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :111:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | Lower` and `Unknown | Higher`
New: Operator `+` is unsupported between objects of type `Lower` and `Higher`
[error] unsupported-operator - :116:12 -
Old: Operator `-` is unsupported between objects of type `Unknown | Higher` and `Unknown | Lower`
New: Operator `-` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :117:12 -
Old: Operator `-` is unsupported between objects of type `Unknown | Lower` and `Unknown | Higher`
New: Operator `-` is unsupported between objects of type `Lower` and `Higher`
[error] unsupported-operator - :122:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | Higher` and `Unknown | Lower`
New: Operator `**` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :123:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | Lower` and `Unknown | Higher`
New: Operator `**` is unsupported between objects of type `Lower` and `Higher`
[warning] possibly-missing-attribute - :125:27 - Attribute `args` on type `Unknown | int` may be missing
[error] unresolved-attribute - :125:27 - Type `int` has no attribute `args`
[error] unsupported-operator - :129:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Higher` and `Unknown | Lower`
New: Operator `/` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :130:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Lower` and `Unknown | Higher`
New: Operator `/` is unsupported between objects of type `Lower` and `Higher`
[error] unsupported-operator - :135:12 -
Old: Operator `%` is unsupported between objects of type `Unknown | Higher` and `Unknown | Lower`
New: Operator `%` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :136:12 -
Old: Operator `%` is unsupported between objects of type `Unknown | Lower` and `Unknown | Higher`
New: Operator `%` is unsupported between objects of type `Lower` and `Higher`
[error] unsupported-operator - :142:12 -
Old: Operator `//` is unsupported between objects of type `Unknown | Higher` and `Unknown | Lower`
New: Operator `//` is unsupported between objects of type `Higher` and `Lower`
[error] unsupported-operator - :143:12 -
Old: Operator `//` is unsupported between objects of type `Unknown | Lower` and `Unknown | Higher`
New: Operator `//` is unsupported between objects of type `Lower` and `Higher`

sympy/core/tests/test_relational.py

[warning] possibly-missing-attribute - :165:36 - Attribute `as_poly` on type `Unknown | Unequality` may be missing
[error] unresolved-attribute - :165:36 - Type `Unequality` has no attribute `as_poly`
[warning] possibly-missing-attribute - :166:36 - Attribute `as_poly` on type `Unknown | GreaterThan` may be missing
[error] unresolved-attribute - :166:36 - Type `GreaterThan` has no attribute `as_poly`
[warning] possibly-missing-attribute - :167:36 - Attribute `as_poly` on type `Unknown | StrictGreaterThan` may be missing
[error] unresolved-attribute - :167:36 - Type `StrictGreaterThan` has no attribute `as_poly`
[warning] possibly-missing-attribute - :168:36 - Attribute `as_poly` on type `Unknown | LessThan` may be missing
[error] unresolved-attribute - :168:36 - Type `LessThan` has no attribute `as_poly`
[warning] possibly-missing-attribute - :169:36 - Attribute `as_poly` on type `Unknown | StrictLessThan` may be missing
[error] unresolved-attribute - :169:36 - Type `StrictLessThan` has no attribute `as_poly`
[error] unsupported-operator - :586:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :596:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :618:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :626:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :632:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :644:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :661:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[warning] possibly-missing-attribute - :683:25 - Attribute `n` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :683:25 - Type `Basic` has no attribute `n`
[warning] possibly-missing-attribute - :684:25 - Attribute `n` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :684:25 - Type `Basic` has no attribute `n`
[warning] possibly-missing-attribute - :685:25 - Attribute `n` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :685:25 - Type `Basic` has no attribute `n`
[warning] possibly-missing-attribute - :687:38 - Attribute `p` on type `Unknown | Basic` may be missing
[warning] possibly-missing-attribute - :687:58 - Attribute `q` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :687:38 - Type `Basic` has no attribute `p`
[error] unresolved-attribute - :687:58 - Type `Basic` has no attribute `q`
[error] unsupported-operator - :693:18 -
Old: Unary operator `-` is unsupported for type `Unknown | Basic`
New: Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :693:41 -
Old: Unary operator `-` is unsupported for type `Unknown | Basic`
New: Unary operator `-` is unsupported for type `Basic`
[warning] possibly-missing-attribute - :695:17 - Attribute `p` on type `Unknown | Basic` may be missing
[warning] possibly-missing-attribute - :695:31 - Attribute `q` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :695:17 - Type `Basic` has no attribute `p`
[error] unresolved-attribute - :695:31 - Type `Basic` has no attribute `q`

sympy/core/tests/test_subs.py

[error] invalid-argument-type - :49:16 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :51:16 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :51:54 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] unsupported-operator - :448:32 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | Zero`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `Zero`
[warning] possibly-missing-attribute - :750:12 - Attribute `subs` on type `Unknown | int` may be missing
[error] unresolved-attribute - :750:12 - Type `int` has no attribute `subs`
[warning] possibly-missing-attribute - :751:12 - Attribute `subs` on type `Unknown | int` may be missing
[error] unresolved-attribute - :751:12 - Type `int` has no attribute `subs`

sympy/core/tests/test_sympify.py

[error] unsupported-operator - :465:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :466:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :779:12 -
Old: Operator `not in` is not supported for types `Unknown` and `Basic`, in comparing `Unknown | Half` with `Basic`
New: Operator `not in` is not supported for types `Half` and `Basic`
[error] unsupported-operator - :783:12 -
Old: Operator `not in` is not supported for types `Unknown` and `Basic`, in comparing `Unknown | Half` with `Basic`
New: Operator `not in` is not supported for types `Half` and `Basic`
[error] unsupported-operator - :787:12 -
Old: Operator `not in` is not supported for types `Unknown` and `Basic`, in comparing `Unknown | Half` with `Basic`
New: Operator `not in` is not supported for types `Half` and `Basic`

sympy/external/tests/test_numpy.py

[error] unsupported-operator - :193:24 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :194:24 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`

sympy/functions/combinatorial/numbers.py

[error] unsupported-operator - :1573:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1573:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`

sympy/functions/combinatorial/tests/test_comb_numbers.py

[error] unsupported-operator - :261:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :266:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :272:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :279:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :285:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :290:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :296:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Integer` and `Integer`
[error] unsupported-operator - :303:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Integer` and `Integer`

sympy/functions/elementary/tests/test_complexes.py

[error] unsupported-operator - :318:60 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/elementary/tests/test_exponential.py

[error] unsupported-operator - :520:8 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :526:8 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/elementary/tests/test_hyperbolic.py

[error] unsupported-operator - :607:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :607:90 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :608:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :610:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :611:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :611:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :696:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :725:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :725:76 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :726:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :726:76 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :747:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :747:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :747:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :750:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :750:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :751:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :810:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :850:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :851:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :871:90 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :872:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :872:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :875:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :875:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :875:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1009:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1010:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1010:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1012:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1013:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1013:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1069:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1168:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[36]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[36]`
[error] unsupported-operator - :1168:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[162]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[162]`
[error] unsupported-operator - :1249:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1250:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1269:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1269:75 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1271:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1272:11 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1273:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1273:76 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1275:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1275:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1278:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1279:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[81]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[81]`
[error] unsupported-operator - :1553:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1553:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/functions/elementary/tests/test_piecewise.py

[error] unsupported-operator - :1373:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`

sympy/functions/elementary/tests/test_trigonometric.py

[error] unsupported-operator - :583:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1307:69 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1308:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1309:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1310:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1867:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1868:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1949:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1950:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1973:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1973:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1975:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1975:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1977:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1977:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1979:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1979:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1993:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1993:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1995:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1995:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1997:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1997:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1999:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1999:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2021:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2021:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2023:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2023:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2025:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2025:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2027:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2027:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2039:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2039:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2041:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2041:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2043:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2045:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2049:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2049:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2051:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2051:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2053:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2053:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2055:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2055:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2059:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2059:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2061:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2061:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2063:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2063:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2065:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2065:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2069:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2069:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2071:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2071:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2073:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2073:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2075:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2075:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/special/error_functions.py

[error] unsupported-operator - :234:46 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :453:54 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :637:46 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :2513:20 -
Old: Operator `*` is unsupported between objects of type `Literal[1, -1]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[1, -1]` and `Half`
[error] unsupported-operator - :2540:20 -
Old: Operator `*` is unsupported between objects of type `Literal[1, -1]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[1, -1]` and `Half`
[error] unsupported-operator - :2674:20 -
Old: Operator `*` is unsupported between objects of type `Literal[1, -1]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[1, -1]` and `Half`
[error] unsupported-operator - :2701:20 -
Old: Operator `*` is unsupported between objects of type `Literal[1, -1]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[1, -1]` and `Half`

sympy/functions/special/gamma_functions.py

[error] unsupported-operator - :333:93 -
Old: Operator `-` is unsupported between objects of type `int` and `Unknown | Half`
New: Operator `-` is unsupported between objects of type `int` and `Half`
[error] unsupported-operator - :333:111 -
Old: Operator `+` is unsupported between objects of type `Unknown | Half` and `int`
New: Operator `+` is unsupported between objects of type `Half` and `int`
[error] unsupported-operator - :524:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/special/hyper.py

[error] unsupported-operator - :788:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/special/polynomials.py

[error] unsupported-operator - :136:40 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`

sympy/functions/special/tests/test_bessel.py

[error] unsupported-operator - :363:14 - Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :72:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :72:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :72:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :72:83 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :73:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :79:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :79:75 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :80:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :80:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :110:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :112:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :115:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :131:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :134:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :135:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :135:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :136:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :146:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :146:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :146:65 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :152:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :152:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :153:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :153:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :153:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :157:76 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :158:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :158:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :158:69 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :159:78 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :159:101 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :160:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :160:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :166:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :168:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :168:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[64]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[64]`
[error] unsupported-operator - :170:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :171:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[32]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[32]`
[error] unsupported-operator - :172:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :175:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :178:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :178:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :180:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :182:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[24]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[24]`
[error] unsupported-operator - :184:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :184:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :184:78 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :185:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :185:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[36]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[36]`
[error] unsupported-operator - :187:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :188:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :188:111 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[32]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[32]`
[error] unsupported-operator - :192:85 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :193:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :193:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :193:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :194:93 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :195:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :195:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :195:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :199:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :199:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :199:67 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :199:79 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :200:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :200:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :200:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :201:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :201:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :202:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :203:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :204:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :204:70 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :205:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :205:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :206:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :206:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :207:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :209:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :210:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :523:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :524:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :525:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/functions/special/tests/test_beta_functions.py

[error] unsupported-operator - :43:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :43:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[10]`
[error] unsupported-operator - :47:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[12]`

sympy/functions/special/tests/test_delta_functions.py

[error] unsupported-operator - :138:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :138:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :140:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :147:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :147:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :149:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/special/tests/test_error_functions.py

[error] unsupported-operator - :81:60 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :91:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :119:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :120:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :174:65 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :243:61 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`

sympy/functions/special/tests/test_gamma_functions.py

[error] unsupported-operator - :132:27 -
Old: Operator `-` is unsupported between objects of type `Unknown | Half` and `Literal[3]`
New: Operator `-` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :133:27 -
Old: Operator `+` is unsupported between objects of type `Unknown | Half` and `Literal[3]`
New: Operator `+` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :135:26 -
Old: Operator `+` is unsupported between objects of type `Unknown | Half` and `Literal[3]`
New: Operator `+` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :136:26 -
Old: Operator `+` is unsupported between objects of type `Unknown | Half` and `Literal[3]`
New: Operator `+` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :137:26 -
Old: Operator `-` is unsupported between objects of type `Unknown | Half` and `Literal[3]`
New: Operator `-` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :138:26 -
Old: Operator `-` is unsupported between objects of type `Unknown | Half` and `Literal[3]`
New: Operator `-` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :155:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :161:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :167:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :186:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :186:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :204:27 -
Old: Operator `-` is unsupported between objects of type `Unknown | Half` and `Literal[3]`
New: Operator `-` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :205:27 -
Old: Operator `+` is unsupported between objects of type `Unknown | Half` and `Literal[3]`
New: Operator `+` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :207:26 -
Old: Operator `+` is unsupported between objects of type `Unknown | Half` and `Literal[3]`
New: Operator `+` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :208:26 -
Old: Operator `+` is unsupported between objects of type `Unknown | Half` and `Literal[3]`
New: Operator `+` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :209:26 -
Old: Operator `-` is unsupported between objects of type `Unknown | Half` and `Literal[3]`
New: Operator `-` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :210:26 -
Old: Operator `-` is unsupported between objects of type `Unknown | Half` and `Literal[3]`
New: Operator `-` is unsupported between objects of type `Half` and `Literal[3]`
[error] unsupported-operator - :235:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :235:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :412:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`

sympy/functions/special/tests/test_hyper.py

[error] unsupported-operator - :319:47 -
Old: Operator `-` is unsupported between objects of type `Rational` and `Unknown | Half`
New: Operator `-` is unsupported between objects of type `Rational` and `Half`
[error] unsupported-operator - :323:48 -
Old: Operator `-` is unsupported between objects of type `Unknown | Half` and `Rational`
New: Operator `-` is unsupported between objects of type `Half` and `Rational`
[error] unsupported-operator - :400:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :402:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/functions/special/tests/test_spec_polynomials.py

[error] unsupported-operator - :114:70 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :400:31 -
Old: Operator `*` is unsupported between objects of type `int` and `Unknown | Infinity`
New: Operator `*` is unsupported between objects of type `int` and `Infinity`
[error] unsupported-operator - :455:44 -
Old: Operator `*` is unsupported between objects of type `int` and `Unknown | Infinity`
New: Operator `*` is unsupported between objects of type `int` and `Infinity`

sympy/functions/special/tests/test_zeta_functions.py

[error] unsupported-operator - :177:15 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :177:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :180:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/geometry/line.py

[error] invalid-argument-type - :2659:43 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`

sympy/geometry/plane.py

[error] invalid-argument-type - :66:35 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :66:51 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - :193:28 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :193:52 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - :434:26 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :434:34 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - :497:33 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - :526:24 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`

sympy/geometry/point.py

[error] unsupported-operator - :131:22 -
Old: Operator `*` is unsupported between objects of type `tuple[Unknown | Zero]` and `Unknown | None`
New: Operator `*` is unsupported between objects of type `tuple[Zero]` and `Unknown | None`

sympy/geometry/tests/test_ellipse.py

[error] unsupported-operator - :35:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :78:22 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :78:34 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :363:82 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :548:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[25]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[25]`

sympy/geometry/tests/test_parabola.py

[error] unsupported-operator - :65:34 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :68:37 -
Old: Operator `*` is unsupported between objects of type `Literal[13]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[13]` and `Half`
[error] unsupported-operator - :92:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :92:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :94:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :96:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :96:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`

sympy/geometry/tests/test_plane.py

[error] unsupported-operator - :239:17 -
Old: Unary operator `-` is unsupported for type `Unknown | Basic`
New: Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :239:41 -
Old: Unary operator `-` is unsupported for type `Unknown | Basic`
New: Unary operator `-` is unsupported for type `Basic`

sympy/geometry/tests/test_point.py

[error] unsupported-operator - :323:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :325:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/geometry/tests/test_polygon.py

[warning] possibly-missing-attribute - :301:12 - Attribute `orthocenter` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :301:12 - Type `Basic` has no attribute `orthocenter`
[error] unsupported-operator - :337:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Half` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Half` and `Literal[2]`
[error] unsupported-operator - :591:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/holonomic/holonomic.py

[error] invalid-argument-type - :1174:20 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] unsupported-operator - :2557:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | (Zero & ~Top[FracElement[Unknown]])` and `Unknown | (Zero & ~Top[FracElement[Unknown]])`
New: Operator `/` is unsupported between objects of type `(Zero & ~Top[FracElement[Unknown]]) | (Unknown & ~Top[PolyElement[Unknown]] & ~Top[FracElement[Unknown]]) | @Todo` and `(Zero & ~Top[FracElement[Unknown]]) | (Unknown & ~Top[PolyElement[Unknown]] & ~Top[FracElement[Unknown]]) | @Todo`

sympy/integrals/heurisch.py

[warning] possibly-missing-attribute - :285:17 - Attribute `has` on type `Unknown | None` may be missing
[error] unresolved-attribute - :285:17 - Type `None` has no attribute `has`
[warning] possibly-missing-attribute - :289:22 - Attribute `diffs` on type `Unknown | None` may be missing
[error] unresolved-attribute - :289:22 - Type `None` has no attribute `diffs`

sympy/integrals/laplace.py

[warning] possibly-missing-attribute - :270:19 -
Old: Attribute `canonical` on type `Unknown | BooleanTrue | And` may be missing
New: Attribute `canonical` on type `BooleanTrue | And` may be missing
[error] unsupported-operator - :366:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :370:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :387:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :392:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :507:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :507:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :522:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :522:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1798:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1874:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1916:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/integrals/manualintegrate.py

[error] unsupported-operator - :1938:28 -
Old: Operator `<` is not supported for types `Basic` and `int`, in comparing `Unknown | Basic` with `Literal[0]`
New: Operator `<` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
[error] invalid-argument-type - :1950:49 -
Old: Argument is incorrect: Expected `Expr`, found `Unknown | Basic`
New: Argument is incorrect: Expected `Expr`, found `Basic`

sympy/integrals/meijerint.py

[error] unsupported-operator - :290:33 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :530:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/integrals/tests/test_heurisch.py

[error] unsupported-operator - :389:19 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[-1]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[-1]`
[error] unsupported-operator - :397:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :397:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :413:87 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :414:87 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/integrals/tests/test_integrals.py

[error] unsupported-operator - :491:36 -
Old: Operator `/` is unsupported between objects of type `Literal[-1]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[-1]` and `Integer`
[error] unsupported-operator - :493:31 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`
[error] unsupported-operator - :1558:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1707:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1723:10 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :1723:15 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :1723:51 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :1741:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1741:70 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1780:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :1804:65 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :1804:84 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1923:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1994:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :1997:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1997:87 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :2020:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2020:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2026:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2027:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2036:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2038:75 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2046:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2050:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :2053:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[53225]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[53225]`
[error] unsupported-operator - :2054:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3521]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3521]`
[error] unsupported-operator - :2060:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2064:25 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`

sympy/integrals/tests/test_intpoly.py

[error] unsupported-operator - :47:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :47:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :48:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :48:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :81:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :82:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :126:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8000000000000]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8000000000000]`
[error] unsupported-operator - :132:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[1600000000000]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[1600000000000]`
[error] unsupported-operator - :137:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8000000000000]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8000000000000]`
[error] unsupported-operator - :143:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[1000000000000]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[1000000000000]`
[error] unsupported-operator - :170:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[9]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[9]`
[error] unsupported-operator - :171:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :172:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :174:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :175:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :176:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :177:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :178:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :179:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :180:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :181:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :182:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :204:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :204:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :204:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :211:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :213:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[960]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[960]`
[error] unsupported-operator - :503:17 -
Old: Operator `/` is unsupported between objects of type `Literal[3125]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :503:38 -
Old: Operator `/` is unsupported between objects of type `Literal[3125]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :506:21 -
Old: Operator `/` is unsupported between objects of type `Literal[625]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[625]` and `Integer`
[error] unsupported-operator - :506:40 -
Old: Operator `/` is unsupported between objects of type `Literal[3125]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :506:56 -
Old: Operator `/` is unsupported between objects of type `Literal[625]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[625]` and `Integer`
[error] unsupported-operator - :507:17 -
Old: Operator `/` is unsupported between objects of type `Literal[3125]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :507:38 -
Old: Operator `/` is unsupported between objects of type `Literal[3125]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :507:59 -
Old: Operator `/` is unsupported between objects of type `Literal[3125]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :508:13 -
Old: Operator `/` is unsupported between objects of type `Literal[625]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[625]` and `Integer`
[error] unsupported-operator - :508:32 -
Old: Operator `/` is unsupported between objects of type `Literal[3125]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :508:53 -
Old: Operator `/` is unsupported between objects of type `Literal[3125]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[3125]` and `Integer`
[error] unsupported-operator - :525:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[24000000000000]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[24000000000000]`
[error] unsupported-operator - :531:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3000000000000]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3000000000000]`

sympy/integrals/tests/test_laplace.py

[error] unsupported-operator - :59:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :60:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :70:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :87:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :87:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :89:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :90:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :104:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :109:37 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`
[error] unsupported-operator - :124:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :158:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :159:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :179:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :181:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :183:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :241:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :243:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :245:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :256:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :257:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :259:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :594:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :594:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :610:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :654:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/integrals/tests/test_manual.py

[error] unsupported-operator - :242:37 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :243:49 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :244:26 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :245:26 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :713:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :713:59 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :727:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :727:70 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :728:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :730:92 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :731:54 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`
[error] unsupported-operator - :732:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :732:84 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :733:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :733:76 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :733:102 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :734:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :735:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :737:67 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :740:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :740:102 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :745:79 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :746:79 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :755:88 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :757:90 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :765:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :769:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :772:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[53225]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[53225]`
[error] unsupported-operator - :773:70 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3521]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3521]`
[error] unsupported-operator - :783:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :787:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`

sympy/integrals/tests/test_meijerint.py

[error] unsupported-operator - :209:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/integrals/tests/test_transforms.py

[error] unsupported-operator - :527:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :565:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :607:60 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/integrals/transforms.py

[error] unsupported-operator - :578:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Unknown | One`
New: Operator `/` is unsupported between objects of type `One | @Todo` and `One`
[error] unsupported-operator - :588:11 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Unknown | One`
New: Operator `/` is unsupported between objects of type `One` and `Unknown | One`
[error] unsupported-operator - :589:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Unknown | One`
New: Operator `/` is unsupported between objects of type `One` and `Unknown | One`

sympy/logic/tests/test_boolalg.py

[error] unsupported-operator - :962:35 -
Old: Unary operator `+` is unsupported for type `Unknown | BooleanTrue | BooleanFalse | Zero | One`
New: Unary operator `+` is unsupported for type `BooleanTrue | BooleanFalse | Unknown | Zero | One`
[error] unsupported-operator - :963:35 -
Old: Unary operator `-` is unsupported for type `Unknown | BooleanTrue | BooleanFalse | Zero | One`
New: Unary operator `-` is unsupported for type `BooleanTrue | BooleanFalse | Unknown | Zero | One`
[error] invalid-argument-type - :964:39 -
Old: Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Unknown | BooleanTrue | BooleanFalse | Zero | One`
New: Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `BooleanTrue | BooleanFalse | Unknown | Zero | One`
[error] unsupported-operator - :974:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Zero | One | BooleanTrue | BooleanFalse` and `Unknown | BooleanTrue | BooleanFalse | Zero | One`
New: Operator `/` is unsupported between objects of type `Unknown | Zero | One | BooleanTrue | BooleanFalse` and `BooleanTrue | BooleanFalse | Unknown | Zero | One`

sympy/matrices/expressions/tests/test_blockmatrix.py

[error] unsupported-operator - :235:13 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :235:33 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :235:53 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :459:12 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/matrices/expressions/tests/test_matadd.py

[error] unsupported-operator - :32:50 -
Old: Operator `**` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :33:50 -
Old: Operator `*` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :34:50 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `ImmutableDenseMatrix`
[error] unsupported-operator - :35:36 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `ImmutableDenseMatrix`
[error] unsupported-operator - :36:12 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `ImmutableDenseMatrix`
[error] unsupported-operator - :36:18 -
Old: Operator `*` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`

sympy/matrices/expressions/tests/test_matexpr.py

[error] invalid-argument-type - :439:19 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :439:29 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :442:19 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :443:16 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :445:16 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :446:13 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :447:13 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :449:19 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :450:19 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :451:16 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :453:16 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :453:19 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] unsupported-operator - :453:25 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] invalid-argument-type - :454:19 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :454:22 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] unsupported-operator - :454:38 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] invalid-argument-type - :455:16 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :455:19 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] unsupported-operator - :455:35 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] invalid-argument-type - :456:16 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :456:22 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :458:22 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :458:25 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] unsupported-operator - :458:44 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] invalid-argument-type - :494:16 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :495:21 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :500:19 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :500:29 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :503:16 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :504:21 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :504:37 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :504:59 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :504:75 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :504:88 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :508:16 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :508:19 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] unsupported-operator - :508:25 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] invalid-argument-type - :509:16 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :509:22 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :509:32 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :509:35 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :509:51 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :509:54 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] unsupported-operator - :509:64 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] invalid-argument-type - :511:19 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - :511:22 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] unsupported-operator - :513:32 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`

sympy/matrices/expressions/tests/test_matmul.py

[error] unsupported-operator - :37:20 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :37:28 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :49:22 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :49:30 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :108:48 -
Old: Operator `**` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :120:35 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`

sympy/matrices/expressions/tests/test_matpow.py

[error] unsupported-operator - :77:42 -
Old: Operator `**` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :79:43 -
Old: Operator `**` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :97:35 -
Old: Operator `**` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :99:36 -
Old: Operator `**` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :123:47 -
Old: Operator `*` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :124:47 -
Old: Operator `+` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`

sympy/matrices/expressions/tests/test_trace.py

[error] unsupported-operator - :64:19 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `ImmutableDenseMatrix`
[error] unsupported-operator - :87:19 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :89:19 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`

sympy/matrices/tests/test_commonmatrix.py

[error] unsupported-operator - :926:42 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :951:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] invalid-argument-type - :1060:18 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :1061:18 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :1062:18 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :1063:18 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :1070:43 -
Old: Argument to bound method `diagonal` is incorrect: Expected `int`, found `Unknown | Pi`
New: Argument to bound method `diagonal` is incorrect: Expected `int`, found `Pi`
[error] unsupported-operator - :1203:31 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `list[Unknown | int]`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `list[Unknown | int]`
[error] unsupported-operator - :1204:31 -
Old: Operator `*` is unsupported between objects of type `list[Unknown | int]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `list[Unknown | int]` and `MutableDenseMatrix`
[error] unsupported-operator - :1240:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Foo`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `Foo`
[error] unsupported-operator - :1249:31 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `ImmutableDenseNDimArray`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `ImmutableDenseNDimArray`

sympy/matrices/tests/test_decompositions.py

[error] unsupported-operator - :23:13 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :32:13 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :42:13 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :51:13 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :57:13 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :77:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :77:19 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :84:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :84:19 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :90:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :90:19 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :103:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :110:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :123:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :131:21 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :142:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :149:17 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :155:17 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :175:17 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :181:17 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :187:17 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :194:17 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :200:17 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :206:17 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :214:17 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :220:17 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :233:17 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :245:17 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :282:21 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :288:21 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :331:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :334:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :341:23 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :389:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :395:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :401:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :411:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :425:22 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :437:21 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :450:21 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :461:21 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :474:21 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/matrices/tests/test_domains.py

[error] unsupported-operator - :52:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix | ImmutableDenseMatrix | MutableSparseMatrix | ImmutableSparseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix | ImmutableDenseMatrix | MutableSparseMatrix | ImmutableSparseMatrix` and `Literal[2]`
[error] unsupported-operator - :57:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :94:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/matrices/tests/test_eigen.py

[error] invalid-assignment - :106:5 - Object of type `Unknown | list[tuple[Expr, int, list[MutableDenseMatrix]]]` is not assignable to attribute `_eigenvects` on type `Unknown | MutableDenseMatrix`
[error] unresolved-attribute - :106:5 - Unresolved attribute `_eigenvects` on type `MutableDenseMatrix`.
[warning] possibly-missing-attribute - :107:29 - Attribute `_eigenvects` on type `Unknown | MutableDenseMatrix` may be missing
[error] unresolved-attribute - :107:16 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :107:29 - Type `MutableDenseMatrix` has no attribute `_eigenvects`
[error] invalid-assignment - :108:5 - Object of type `Unknown | list[tuple[Expr, int, list[MutableDenseMatrix]]]` is not assignable to attribute `_eigenvects` on type `Unknown | MutableDenseMatrix`
[error] unresolved-attribute - :108:5 - Unresolved attribute `_eigenvects` on type `MutableDenseMatrix`.
[warning] possibly-missing-attribute - :109:29 - Attribute `_eigenvects` on type `Unknown | MutableDenseMatrix` may be missing
[error] unresolved-attribute - :109:16 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :109:29 - Type `MutableDenseMatrix` has no attribute `_eigenvects`
[warning] possibly-missing-attribute - :196:12 - Attribute `count` on type `Unknown | dict[Expr, int]` may be missing
[error] unresolved-attribute - :196:12 - Type `dict[Expr, int]` has no attribute `count`
[warning] possibly-missing-attribute - :197:12 - Attribute `count` on type `Unknown | dict[Expr, int]` may be missing
[error] unresolved-attribute - :197:12 - Type `dict[Expr, int]` has no attribute `count`
[error] unsupported-operator - :225:16 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :235:16 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :273:14 -
Old: Operator `*` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :274:14 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :289:15 -
Old: Operator `*` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :290:15 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :331:14 -
Old: Operator `*` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :332:14 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :347:15 -
Old: Operator `*` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :348:15 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :372:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :397:21 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :397:26 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :442:21 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :686:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :687:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/matrices/tests/test_immutable.py

[error] unsupported-operator - :45:32 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `ImmutableDenseMatrix`
[error] unsupported-operator - :105:23 -
Old: Operator `+` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :106:23 -
Old: Operator `*` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :107:23 -
Old: Operator `*` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Literal[2]`
New: Operator `*` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :108:23 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `ImmutableDenseMatrix`
[error] unsupported-operator - :109:23 -
Old: Operator `**` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[2]`

sympy/matrices/tests/test_interactions.py

[error] unsupported-operator - :26:23 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `ImmutableDenseMatrix`
[error] unsupported-operator - :27:23 -
Old: Operator `+` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `ImmutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :28:23 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | ImmutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `ImmutableDenseMatrix`
[error] invalid-argument-type - :77:42 - Argument to function `classof` is incorrect: Expected `MutableDenseMatrix`, found `MatrixSymbol`

sympy/matrices/tests/test_matrices.py

[error] unsupported-operator - :121:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :123:32 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :141:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :200:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :240:9 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `MutableDenseMatrix`
[error] unsupported-operator - :262:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :265:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :287:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :291:42 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :295:13 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[-3]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[-3]`
[error] unsupported-operator - :296:13 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[5]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[5]`
[error] unsupported-operator - :298:13 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[3]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[3]`
[error] unsupported-operator - :299:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[0]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[0]`
[error] unsupported-operator - :300:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[1]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[1]`
[error] unsupported-operator - :301:13 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[100]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[100]`
[error] unsupported-operator - :327:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[10]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :359:22 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[5]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[5]`
[error] unsupported-operator - :363:36 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :384:53 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :384:63 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :398:16 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :403:16 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[100]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[100]`
[error] unsupported-operator - :443:16 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[10]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :737:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :739:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :988:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1020:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] invalid-argument-type - :1267:12 -
Old: Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Unknown], /) -> MutableDenseMatrix, (key: tuple[Unknown, int], /) -> MutableDenseMatrix, (key: tuple[Unknown, Unknown], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `Index2` on object of type `MutableDenseMatrix`
New: Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, @Todo], /) -> MutableDenseMatrix, (key: tuple[@Todo, int], /) -> MutableDenseMatrix, (key: tuple[@Todo, @Todo], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `Index2` on object of type `MutableDenseMatrix`
[error] unsupported-operator - :1585:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1591:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1598:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1603:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1611:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1620:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1743:21 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] invalid-argument-type - :1875:38 -
Old: Argument to function `_find_reasonable_pivot_naive` is incorrect: Expected `Iterable[Expr]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `_find_reasonable_pivot_naive` is incorrect: Expected `Iterable[Expr]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :1890:38 -
Old: Argument to function `_find_reasonable_pivot_naive` is incorrect: Expected `Iterable[Expr]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `_find_reasonable_pivot_naive` is incorrect: Expected `Iterable[Expr]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :1903:38 -
Old: Argument to function `_find_reasonable_pivot_naive` is incorrect: Expected `Iterable[Expr]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `_find_reasonable_pivot_naive` is incorrect: Expected `Iterable[Expr]`, found `MutableDenseMatrix`
[warning] possibly-missing-attribute - :2074:36 - Attribute `nonexistantattribute` on type `Unknown | MutableDenseMatrix` may be missing
[error] unresolved-attribute - :2074:36 - Type `MutableDenseMatrix` has no attribute `nonexistantattribute`
[error] invalid-argument-type - :2144:19 -
Old: Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Unknown | Infinity`
New: Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - :2144:30 -
Old: Argument to function `max` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `max` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :2145:31 -
Old: Argument to function `min` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `min` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :2154:19 -
Old: Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Unknown | Infinity`
New: Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - :2364:37 -
Old: Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Unknown, Unknown, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[@Todo, @Todo, @Todo]`, found `list[Unknown | int]`
[error] invalid-argument-type - :2365:37 -
Old: Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Unknown, Unknown, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[@Todo, @Todo, @Todo]`, found `list[Unknown | int]`
[error] invalid-argument-type - :2366:37 -
Old: Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Unknown, Unknown, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[@Todo, @Todo, @Todo]`, found `list[Unknown | int]`
[warning] possibly-missing-attribute - :2535:12 - Attribute `equals` on type `Unknown | MatrixBase` may be missing
[error] unresolved-attribute - :2535:12 - Type `MatrixBase` has no attribute `equals`
[warning] possibly-missing-attribute - :2537:12 - Attribute `equals` on type `Unknown | MatrixBase` may be missing
[error] unresolved-attribute - :2537:12 - Type `MatrixBase` has no attribute `equals`
[error] unsupported-operator - :2565:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] invalid-argument-type - :2592:26 - Argument to bound method `hstack` is incorrect: Expected `MutableDenseMatrix`, found `Basic`
[error] invalid-argument-type - :2593:26 - Argument to bound method `vstack` is incorrect: Expected `MutableDenseMatrix`, found `Basic`
[error] invalid-argument-type - :2607:22 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2607:22 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2607:22 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2607:22 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2612:36 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] unsupported-operator - :2617:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] invalid-argument-type - :2617:38 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - :2715:25 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :2715:39 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] unsupported-operator - :2916:21 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2929:13 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2944:13 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2945:13 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2956:14 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] invalid-argument-type - :2987:21 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2987:32 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :2988:21 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2988:32 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] unsupported-operator - :3037:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3070:21 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :3073:21 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[3]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[3]`
[error] unsupported-operator - :3088:13 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3479:21 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/matrices/tests/test_matrixbase.py

[error] invalid-argument-type - :41:17 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :42:17 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :43:17 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :44:17 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :44:34 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :242:58 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] unsupported-operator - :491:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :493:32 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :544:12 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :549:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :549:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] invalid-argument-type - :658:18 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :659:18 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :660:18 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :661:18 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :668:43 -
Old: Argument to bound method `diagonal` is incorrect: Expected `int`, found `Unknown | Pi`
New: Argument to bound method `diagonal` is incorrect: Expected `int`, found `Pi`
[error] unsupported-operator - :774:31 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `list[Unknown | int]`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `list[Unknown | int]`
[error] unsupported-operator - :775:31 -
Old: Operator `*` is unsupported between objects of type `list[Unknown | int]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `list[Unknown | int]` and `MutableDenseMatrix`
[error] unsupported-operator - :814:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Foo`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `Foo`
[error] unsupported-operator - :823:31 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | ImmutableDenseNDimArray`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `ImmutableDenseNDimArray`
[error] unsupported-operator - :876:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :878:32 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :900:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :959:32 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :960:31 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `dict[Unknown, Unknown]`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `dict[Unknown, Unknown]`
[error] unsupported-operator - :962:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :970:9 -
Old: Operator `@` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `@` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :998:9 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `MutableDenseMatrix`
[error] unsupported-operator - :1006:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :1009:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :1022:42 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :1025:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[5]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[5]`
[error] unsupported-operator - :1027:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[3]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[3]`
[error] unsupported-operator - :1028:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[0]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[0]`
[error] unsupported-operator - :1029:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[1]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[1]`
[error] unsupported-operator - :1030:13 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[100]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[100]`
[error] unsupported-operator - :1059:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[10]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :1091:22 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[5]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[5]`
[error] unsupported-operator - :1095:36 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :1116:53 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :1116:63 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :1131:16 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1137:16 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[100]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[100]`
[error] unsupported-operator - :1178:16 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[10]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :1495:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1497:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1728:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1760:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1790:13 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] invalid-argument-type - :1794:20 -
Old: Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Unknown | <class 'Float'>`
New: Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :2047:12 -
Old: Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Unknown], /) -> MutableDenseMatrix, (key: tuple[Unknown, int], /) -> MutableDenseMatrix, (key: tuple[Unknown, Unknown], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `Index2` on object of type `MutableDenseMatrix`
New: Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, @Todo], /) -> MutableDenseMatrix, (key: tuple[@Todo, int], /) -> MutableDenseMatrix, (key: tuple[@Todo, @Todo], /) -> MutableDenseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `Index2` on object of type `MutableDenseMatrix`
[error] unsupported-operator - :2322:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2328:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2335:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2340:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2348:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2357:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2480:21 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] invalid-argument-type - :2605:38 -
Old: Argument to function `_find_reasonable_pivot_naive` is incorrect: Expected `Iterable[Expr]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `_find_reasonable_pivot_naive` is incorrect: Expected `Iterable[Expr]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :2621:38 -
Old: Argument to function `_find_reasonable_pivot_naive` is incorrect: Expected `Iterable[Expr]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `_find_reasonable_pivot_naive` is incorrect: Expected `Iterable[Expr]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :2635:38 -
Old: Argument to function `_find_reasonable_pivot_naive` is incorrect: Expected `Iterable[Expr]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `_find_reasonable_pivot_naive` is incorrect: Expected `Iterable[Expr]`, found `MutableDenseMatrix`
[warning] possibly-missing-attribute - :2805:36 - Attribute `nonexistantattribute` on type `Unknown | MutableDenseMatrix` may be missing
[error] unresolved-attribute - :2805:36 - Type `MutableDenseMatrix` has no attribute `nonexistantattribute`
[error] invalid-argument-type - :2875:19 -
Old: Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Unknown | Infinity`
New: Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - :2875:30 -
Old: Argument to function `max` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `max` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :2876:31 -
Old: Argument to function `min` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `min` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :2885:19 -
Old: Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Unknown | Infinity`
New: Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - :3071:37 -
Old: Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Unknown, Unknown, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[@Todo, @Todo, @Todo]`, found `list[Unknown | int]`
[error] invalid-argument-type - :3072:37 -
Old: Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Unknown, Unknown, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[@Todo, @Todo, @Todo]`, found `list[Unknown | int]`
[error] invalid-argument-type - :3073:37 -
Old: Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Unknown, Unknown, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[@Todo, @Todo, @Todo]`, found `list[Unknown | int]`
[warning] possibly-missing-attribute - :3245:12 - Attribute `equals` on type `Unknown | MatrixBase` may be missing
[error] unresolved-attribute - :3245:12 - Type `MatrixBase` has no attribute `equals`
[warning] possibly-missing-attribute - :3247:12 - Attribute `equals` on type `Unknown | MatrixBase` may be missing
[error] unresolved-attribute - :3247:12 - Type `MatrixBase` has no attribute `equals`
[error] unsupported-operator - :3275:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] invalid-argument-type - :3303:26 - Argument to bound method `hstack` is incorrect: Expected `MutableDenseMatrix`, found `Basic`
[error] invalid-argument-type - :3304:26 - Argument to bound method `vstack` is incorrect: Expected `MutableDenseMatrix`, found `Basic`
[error] invalid-argument-type - :3319:22 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3319:22 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3319:22 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3319:22 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3324:36 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] unsupported-operator - :3330:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] invalid-argument-type - :3330:38 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - :3398:25 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :3398:39 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] unsupported-operator - :3597:21 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3611:13 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3626:13 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3627:13 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3639:14 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] invalid-argument-type - :3672:21 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3672:32 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :3673:21 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3673:32 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] unsupported-operator - :3727:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3762:21 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :3765:21 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[3]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[3]`
[error] unsupported-operator - :3780:13 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/matrices/tests/test_reductions.py

[error] invalid-argument-type - :266:21 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :293:16 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :299:16 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :377:21 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/matrices/tests/test_repmatrix.py

[error] unsupported-operator - :22:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/matrices/tests/test_solvers.py

[error] unsupported-operator - :68:13 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :89:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :96:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :111:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :116:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :128:13 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :143:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :147:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :155:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :159:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :171:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :178:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :183:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :188:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :193:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :200:21 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :208:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :216:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :222:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :228:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :234:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :240:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :282:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :284:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :296:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :301:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[26]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[26]`
[error] unsupported-operator - :302:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :314:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :320:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :354:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :361:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :585:13 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/matrices/tests/test_sparse.py

[error] unsupported-operator - :90:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
New: Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :119:9 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | MutableSparseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `MutableSparseMatrix`
[error] unsupported-operator - :128:13 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Literal[5]`
New: Operator `**` is unsupported between objects of type `MutableSparseMatrix` and `Literal[5]`
[error] unsupported-operator - :130:13 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Literal[3]`
New: Operator `**` is unsupported between objects of type `MutableSparseMatrix` and `Literal[3]`
[error] unsupported-operator - :336:13 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
New: Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :345:13 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
New: Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :352:13 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :359:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
New: Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :366:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
New: Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :380:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
New: Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :388:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
New: Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] invalid-argument-type - :395:21 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] unsupported-operator - :406:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :407:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableSparseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :485:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :573:12 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
New: Operator `+` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :577:52 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
New: Operator `+` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] invalid-argument-type - :583:32 -
Old: Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Unknown], /) -> MutableSparseMatrix, (key: tuple[Unknown, int], /) -> MutableSparseMatrix, (key: tuple[Unknown, Unknown], /) -> MutableSparseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], Literal[2], Literal[3]]` on object of type `MutableSparseMatrix`
New: Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, @Todo], /) -> MutableSparseMatrix, (key: tuple[@Todo, int], /) -> MutableSparseMatrix, (key: tuple[@Todo, @Todo], /) -> MutableSparseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], Literal[2], Literal[3]]` on object of type `MutableSparseMatrix`
[error] invalid-argument-type - :585:32 -
Old: Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, Unknown], /) -> MutableSparseMatrix, (key: tuple[Unknown, int], /) -> MutableSparseMatrix, (key: tuple[Unknown, Unknown], /) -> MutableSparseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], Literal[2], Literal[3]]` on object of type `MutableSparseMatrix`
New: Method `__getitem__` of type `Overload[(key: tuple[int, int], /) -> Expr, (key: tuple[int, @Todo], /) -> MutableSparseMatrix, (key: tuple[@Todo, int], /) -> MutableSparseMatrix, (key: tuple[@Todo, @Todo], /) -> MutableSparseMatrix, (key: int, /) -> Expr, (key: slice[Any, Any, Any], /) -> list[Expr]]` cannot be called with key of type `tuple[Literal[1], Literal[2], Literal[3]]` on object of type `MutableSparseMatrix`
[error] unsupported-operator - :593:17 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
New: Operator `+` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :656:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
New: Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`
[error] unsupported-operator - :668:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
New: Operator `*` is unsupported between objects of type `MutableSparseMatrix` and `MutableSparseMatrix`

sympy/matrices/tests/test_subspaces.py

[error] unsupported-operator - :46:35 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :47:35 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :64:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :104:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/ntheory/egyptian_fraction.py

[error] unsupported-operator - :219:17 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | One`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `One`
[error] unsupported-operator - :220:16 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | One`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `One`

sympy/ntheory/tests/test_factor_.py

[error] unsupported-operator - :171:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :189:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :191:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2187]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2187]`
[error] unsupported-operator - :192:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2187]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2187]`
[error] unsupported-operator - :193:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[9]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :194:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[9]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :195:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2187]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2187]`
[error] unsupported-operator - :203:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[531441]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[531441]`
[error] unsupported-operator - :203:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[81]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[81]`
[error] unsupported-operator - :205:50 -
Old: Operator `*` is unsupported between objects of type `Literal[-3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[-3]` and `Half`
[error] unsupported-operator - :525:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[1]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[1]`
[error] unsupported-operator - :527:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[14]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[14]`
[error] unsupported-operator - :529:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[14]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[14]`
[error] unsupported-operator - :531:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[1]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[1]`
[error] unsupported-operator - :533:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[14]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[14]`
[error] unsupported-operator - :536:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[14]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[14]`

sympy/parsing/autolev/_listener_autolev_antlr.py

[warning] possibly-missing-attribute - :1276:29 -
Old: Attribute `ExprContext` on type `Unknown | None` may be missing
New: Attribute `ExprContext` on type `Any | None` may be missing
[warning] possibly-missing-attribute - :1749:48 -
Old: Attribute `RULE_stat` on type `Unknown | None` may be missing
New: Attribute `RULE_stat` on type `Any | None` may be missing

sympy/parsing/autolev/test-examples/ruletest10.py

[error] invalid-assignment - :9:1 -
Old: Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
New: Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`
[error] invalid-assignment - :11:1 -
Old: Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
New: Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`
[error] invalid-assignment - :13:1 -
Old: Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
New: Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`
[error] invalid-assignment - :23:1 -
Old: Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
New: Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`

sympy/parsing/autolev/test-examples/ruletest5.py

[error] unsupported-operator - :13:6 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :16:38 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :16:84 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :16:131 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :21:44 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :21:90 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :21:137 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :25:37 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :25:83 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :25:130 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/parsing/autolev/test-examples/ruletest6.py

[error] invalid-assignment - :24:1 -
Old: Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
New: Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`

sympy/parsing/autolev/test-examples/ruletest7.py

[error] invalid-assignment - :34:1 -
Old: Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
New: Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`

sympy/parsing/autolev/test-examples/ruletest9.py

[error] invalid-assignment - :44:1 -
Old: Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
New: Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`
[error] invalid-assignment - :49:1 -
Old: Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
New: Object of type `MutableDenseMatrix` is not assignable to `<module 'math'>`

sympy/parsing/latex/_parse_latex_antlr.py

[warning] possibly-missing-attribute - :45:25 -
Old: Attribute `literalNames` on type `Unknown | None` may be missing
New: Attribute `literalNames` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :356:46 -
Old: Attribute `DIFFERENTIAL` on type `Unknown | None` may be missing
New: Attribute `DIFFERENTIAL` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :359:63 -
Old: Attribute `SYMBOL` on type `Unknown | None` may be missing
New: Attribute `SYMBOL` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :361:44 -
Old: Attribute `LETTER` on type `Unknown | None` may be missing
New: Attribute `LETTER` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :362:47 -
Old: Attribute `SYMBOL` on type `Unknown | None` may be missing
New: Attribute `SYMBOL` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :365:40 -
Old: Attribute `SYMBOL` on type `Unknown | None` may be missing
New: Attribute `SYMBOL` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :371:50 -
Old: Attribute `LETTER` on type `Unknown | None` may be missing
New: Attribute `LETTER` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :375:48 -
Old: Attribute `SYMBOL` on type `Unknown | None` may be missing
New: Attribute `SYMBOL` on type `None | Unknown` may be missing

sympy/parsing/tests/test_ast_parser.py

[error] unsupported-operator - :19:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/physics/continuum_mechanics/arch.py

[error] missing-argument - :618:23 - No argument provided for required parameter `rhs` of function `__new__`

sympy/physics/continuum_mechanics/truss.py

[error] unsupported-operator - :743:26 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[-1]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[-1]`

sympy/physics/control/tests/test_lti.py

[error] unsupported-operator - :276:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[25]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[25]`
[error] unsupported-operator - :277:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :278:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :278:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :278:98 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :278:110 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :278:134 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :278:167 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :342:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :342:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :343:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :343:25 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :343:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :343:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :344:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :344:25 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :344:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :344:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :347:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :347:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :348:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :348:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :348:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :348:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :349:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :349:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :349:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :349:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :790:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :791:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :792:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :793:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :793:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :794:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :795:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :857:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :857:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :858:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :858:25 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :858:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :858:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :859:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :859:25 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :859:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :859:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :862:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :862:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :863:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :863:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :863:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :863:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :864:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :864:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :864:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :864:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2872:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3132:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[540]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[540]`
[error] unsupported-operator - :3712:31 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :3712:38 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/physics/mechanics/kane.py

[error] invalid-argument-type - :611:24 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/physics/mechanics/lagrange.py

[error] invalid-argument-type - :354:16 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :357:16 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :363:22 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/physics/mechanics/tests/test_joint.py

[error] unsupported-operator - :356:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :357:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :361:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :362:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :381:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :382:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :384:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :385:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :567:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :567:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :568:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :570:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :570:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :571:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :572:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :572:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :573:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :574:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :574:59 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :575:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :807:74 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :807:82 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :808:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :808:95 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :826:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :827:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :827:59 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :827:67 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :828:60 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :828:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/physics/mechanics/tests/test_jointsmethod.py

[error] unsupported-operator - :247:17 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :249:17 -
Old: Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `-` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/physics/mechanics/tests/test_kane.py

[error] unsupported-operator - :100:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :460:24 -
Old: Operator `*` is unsupported between objects of type `Unknown | Basic` and `Literal[1, -1]`
New: Operator `*` is unsupported between objects of type `Basic` and `Literal[1, -1]`
[error] unsupported-operator - :509:25 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/physics/optics/gaussopt.py

[error] unsupported-operator - :131:38 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :133:33 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :135:20 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/physics/optics/tests/test_gaussopt.py

[error] unsupported-operator - :39:15 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/physics/optics/tests/test_polarization.py

[error] unsupported-operator - :50:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :50:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :51:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :51:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/physics/quantum/sho1d.py

[error] unsupported-operator - :506:21 -
Old: Operator `+` is unsupported between objects of type `int` and `Unknown | Half`
New: Operator `+` is unsupported between objects of type `int` and `Half`

sympy/physics/quantum/tests/test_cartesian.py

[warning] possibly-missing-attribute - :25:12 - Attribute `hilbert_space` on type `Unknown | XOp` may be missing
[error] unresolved-attribute - :25:12 - Type `XOp` has no attribute `hilbert_space`
[warning] possibly-missing-attribute - :62:12 - Attribute `hilbert_space` on type `Unknown | PxOp` may be missing
[error] unresolved-attribute - :62:12 - Type `PxOp` has no attribute `hilbert_space`
[warning] possibly-missing-attribute - :84:12 - Attribute `hilbert_space` on type `Unknown | YOp` may be missing
[error] unresolved-attribute - :84:12 - Type `YOp` has no attribute `hilbert_space`
[warning] possibly-missing-attribute - :85:12 - Attribute `hilbert_space` on type `Unknown | ZOp` may be missing
[error] unresolved-attribute - :85:12 - Type `ZOp` has no attribute `hilbert_space`

sympy/physics/quantum/tests/test_cg.py

[error] unsupported-operator - :123:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :125:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/physics/quantum/tests/test_represent.py

[error] unsupported-operator - :87:12 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :89:17 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :89:29 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :91:24 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :91:36 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :93:28 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :93:40 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/physics/quantum/tests/test_sho1d.py

[warning] possibly-missing-attribute - :66:12 - Attribute `hilbert_space` on type `Unknown | RaisingOp` may be missing
[error] unresolved-attribute - :66:12 - Type `RaisingOp` has no attribute `hilbert_space`
[warning] possibly-missing-attribute - :128:12 - Attribute `hilbert_space` on type `Unknown | SHOKet` may be missing
[error] unresolved-attribute - :128:12 - Type `SHOKet` has no attribute `hilbert_space`

sympy/physics/quantum/tests/test_spin.py

[error] unsupported-operator - :73:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :75:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :93:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :95:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :96:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :102:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :104:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :109:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :111:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :279:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :280:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :281:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :472:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :501:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :656:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :659:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :662:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :665:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :668:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :671:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :674:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | NegativeOne` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `NegativeOne` and `Literal[2]`
[error] unsupported-operator - :741:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :744:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :747:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :750:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :753:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :756:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :759:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :762:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :765:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :768:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :771:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :774:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | NegativeOne` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `NegativeOne` and `Literal[2]`
[error] unsupported-operator - :785:76 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :788:76 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :791:76 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :794:76 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :797:76 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :800:76 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :808:85 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :811:85 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :814:85 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :817:85 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :820:85 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :823:85 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1336:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1383:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1393:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1401:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1427:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1454:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1462:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1472:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1492:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1498:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1516:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1563:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1573:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1579:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1760:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1763:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1916:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1919:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1936:60 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1973:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1976:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1979:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1982:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1995:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1999:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2004:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2009:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2014:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2019:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2023:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2083:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2093:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2100:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2131:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2138:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2152:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2176:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2321:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2325:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2330:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2340:79 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2346:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2357:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2362:79 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2368:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2379:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2384:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2393:81 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2401:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2406:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2410:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2415:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2420:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2424:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2429:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :2496:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2507:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2514:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2543:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2550:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2562:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2588:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2733:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2738:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2744:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2754:79 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2760:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2771:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2776:79 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2782:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2792:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2798:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2809:81 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2820:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2824:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2829:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2835:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2841:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2863:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2869:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2875:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2883:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2891:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2897:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2903:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2908:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2912:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2915:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2919:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2923:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2928:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2933:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2940:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2947:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2953:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2962:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2971:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2980:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2989:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2995:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3001:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3010:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3019:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3028:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3037:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3043:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3050:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3057:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3062:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3067:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3071:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3074:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3079:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3084:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3089:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3094:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :3099:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3106:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :3113:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :3118:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3123:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3130:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :3137:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :3142:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3147:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :3152:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3157:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3160:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3164:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3169:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3176:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3181:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3188:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3193:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3198:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3207:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3216:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3225:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3234:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3239:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3244:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3253:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3262:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3271:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3280:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3285:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3290:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3297:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3302:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3309:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3314:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3317:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3380:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3382:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3384:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3386:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3388:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3390:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3392:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3394:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3404:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :4327:70 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/physics/tests/test_clebsch_gordan.py

[error] unsupported-operator - :113:23 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :113:33 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :114:23 -
Old: Operator `*` is unsupported between objects of type `Literal[9]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[9]` and `Half`
[error] unsupported-operator - :114:33 -
Old: Operator `*` is unsupported between objects of type `Literal[9]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[9]` and `Half`
[error] unsupported-operator - :117:23 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :117:36 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :118:23 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :118:36 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :120:26 -
Old: Operator `*` is unsupported between objects of type `Literal[9]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[9]` and `Half`
[error] unsupported-operator - :120:36 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :122:26 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :122:36 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :233:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/physics/tests/test_hydrogen.py

[error] unsupported-operator - :63:52 -
Old: Unary operator `-` is unsupported for type `Unknown | Basic`
New: Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :64:63 -
Old: Unary operator `-` is unsupported for type `Unknown | Basic`
New: Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :68:34 -
Old: Operator `*` is unsupported between objects of type `Literal[-2]` and `Unknown | Basic`
New: Operator `*` is unsupported between objects of type `Literal[-2]` and `Basic`
[error] unsupported-operator - :68:51 -
Old: Operator `*` is unsupported between objects of type `Unknown | Basic` and `Literal[2]`
New: Operator `*` is unsupported between objects of type `Basic` and `Literal[2]`

sympy/physics/tests/test_physics_matrices.py

[error] unsupported-operator - :16:38 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :21:38 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :26:38 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`
[error] unsupported-operator - :31:38 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `MutableDenseMatrix`

sympy/physics/tests/test_qho_1d.py

[error] unsupported-operator - :43:49 -
Old: Operator `+` is unsupported between objects of type `int` and `Unknown | Half`
New: Operator `+` is unsupported between objects of type `int` and `Half`

sympy/physics/units/definitions/unit_definitions.py

[error] unsupported-operator - :73:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[100000]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[100000]`
[error] unsupported-operator - :75:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[10000000]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[10000000]`
[error] unsupported-operator - :231:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`

sympy/physics/units/systems/cgs.py

[error] unsupported-operator - :20:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :21:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :22:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :23:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :24:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :38:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :64:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[1000000000000000000]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[1000000000000000000]`
[error] unsupported-operator - :67:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[100000]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[100000]`

sympy/physics/units/tests/test_prefixes.py

[error] unsupported-operator - :27:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[12]`
[error] unsupported-operator - :28:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[12]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[12]`
[error] unsupported-operator - :49:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/physics/units/tests/test_quantities.py

[error] unsupported-operator - :137:38 -
Old: Operator `+` is unsupported between objects of type `Literal[1]` and `Unknown | Half`
New: Operator `+` is unsupported between objects of type `Literal[1]` and `Half`
[error] unsupported-operator - :419:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[100000]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[100000]`
[error] unsupported-operator - :425:59 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[1000]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[1000]`

sympy/physics/units/tests/test_unit_system_cgs_gauss.py

[error] unsupported-operator - :15:96 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :16:103 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/plotting/tests/test_series.py

[error] unsupported-operator - :125:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1440:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1442:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1442:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1467:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1469:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1469:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1513:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/polys/domains/fractionfield.py

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

sympy/polys/domains/tests/test_domains.py

[error] not-iterable - :818:43 -
Old: Object of type `Unknown | MPZ` may not be iterable
New: Object of type `MPZ` is not iterable
[error] unsupported-operator - :1125:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1125:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] invalid-argument-type - :1137:26 -
Old: Argument to bound method `_get_xy` is incorrect: Expected `GaussianElement[MPQ] | int`, found `Unknown | Pi`
New: Argument to bound method `_get_xy` is incorrect: Expected `GaussianElement[MPQ] | int`, found `Pi`
[error] invalid-argument-type - :1137:26 -
Old: Argument to bound method `_get_xy` is incorrect: Expected `GaussianElement[MPZ] | int`, found `Unknown | Pi`
New: Argument to bound method `_get_xy` is incorrect: Expected `GaussianElement[MPQ] | int`, found `Pi`
[error] invalid-argument-type - :1137:26 - Argument to bound method `_get_xy` is incorrect: Expected `GaussianElement[MPZ] | int`, found `Pi`
[error] unsupported-operator - :1156:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[25]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[25]`
[error] unsupported-operator - :1158:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1159:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1160:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[25]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[25]`
[error] invalid-argument-type - :1167:27 -
Old: Argument to bound method `gcdex` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianRational | GaussianInteger`
New: Argument to bound method `gcdex` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - :1167:30 -
Old: Argument to bound method `gcdex` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianRational | GaussianInteger`
New: Argument to bound method `gcdex` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - :1168:27 -
Old: Argument to bound method `gcd` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianRational | GaussianInteger`
New: Argument to bound method `gcd` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - :1168:30 -
Old: Argument to bound method `gcd` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianRational | GaussianInteger`
New: Argument to bound method `gcd` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - :1188:27 -
Old: Argument to bound method `to_sympy` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianRational | GaussianInteger`
New: Argument to bound method `to_sympy` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - :1188:27 -
Old: Argument to bound method `to_sympy` is incorrect: Expected `GaussianRational`, found `Unknown | GaussianRational | GaussianInteger`
New: Argument to bound method `to_sympy` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - :1188:27 - Argument to bound method `to_sympy` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - :1224:39 -
Old: Argument to bound method `convert` is incorrect: Expected `Domain[Unknown | GaussianInteger | GaussianRational] | None`, found `Unknown | GaussianIntegerRing | GaussianRationalField`
New: Argument to bound method `convert` is incorrect: Expected `Domain[GaussianInteger | GaussianRational] | None`, found `GaussianIntegerRing | GaussianRationalField`
[error] invalid-argument-type - :1224:39 -
Old: Argument to bound method `convert` is incorrect: Expected `Domain[Unknown | GaussianInteger | GaussianRational] | None`, found `Unknown | GaussianIntegerRing | GaussianRationalField`
New: Argument to bound method `convert` is incorrect: Expected `Domain[GaussianInteger | GaussianRational] | None`, found `GaussianIntegerRing | GaussianRationalField`
[error] unsupported-operator - :1240:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1241:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[25]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[25]`
[error] unsupported-operator - :1244:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[25]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[25]`
[error] unsupported-operator - :1246:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1246:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] invalid-argument-type - :1247:28 -
Old: Argument to bound method `numer` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianRational | GaussianInteger`
New: Argument to bound method `numer` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - :1247:28 -
Old: Argument to bound method `numer` is incorrect: Expected `GaussianRational`, found `Unknown | GaussianRational | GaussianInteger`
New: Argument to bound method `numer` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - :1247:28 - Argument to bound method `numer` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - :1248:28 -
Old: Argument to bound method `denom` is incorrect: Expected `GaussianInteger`, found `Unknown | GaussianRational | GaussianInteger`
New: Argument to bound method `denom` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - :1248:28 -
Old: Argument to bound method `denom` is incorrect: Expected `GaussianRational`, found `Unknown | GaussianRational | GaussianInteger`
New: Argument to bound method `denom` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - :1248:28 - Argument to bound method `denom` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`

sympy/polys/matrices/tests/test_ddm.py

[error] unsupported-operator - :134:31 -
Old: Operator `+` is unsupported between objects of type `Unknown | MPZ` and `DDM`
New: Operator `+` is unsupported between objects of type `MPZ` and `DDM`
[error] unsupported-operator - :148:31 -
Old: Operator `-` is unsupported between objects of type `Unknown | MPZ` and `DDM`
New: Operator `-` is unsupported between objects of type `MPZ` and `DDM`

sympy/polys/matrices/tests/test_eigen.py

[error] unsupported-operator - :52:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :52:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :53:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/polys/numberfields/tests/test_minpoly.py

[error] unsupported-operator - :191:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :197:324 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[63568729]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[63568729]`
[error] unsupported-operator - :199:152 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[63568729]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[63568729]`
[error] unsupported-operator - :201:260 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[63568729]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[63568729]`
[error] unsupported-operator - :203:128 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[63568729]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[63568729]`
[error] unsupported-operator - :238:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | Basic` and `Literal[3]`
New: Operator `+` is unsupported between objects of type `Basic` and `Literal[3]`
[error] unsupported-operator - :467:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :467:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :474:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :483:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :486:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :486:70 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :488:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/polys/numberfields/tests/test_numbers.py

[error] unsupported-operator - :159:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :159:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/polys/numberfields/tests/test_subfield.py

[error] unsupported-operator - :240:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/polys/polyroots.py

[error] unsupported-operator - :615:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`

sympy/polys/polyutils.py

[warning] possibly-missing-attribute - :95:23 -
Old: Attribute `groups` on type `Unknown | Match[str] | None` may be missing
New: Attribute `groups` on type `Match[str] | None` may be missing

sympy/polys/rings.py

[error] unsupported-operator - :3456:17 - Operator `*` is unsupported between objects of type `PolyElement[Er@PolyElement] | Unknown` and `Unknown | PolyElement[Er@PolyElement] | int | float`
[error] unsupported-bool-conversion - :1552:16 - Boolean conversion is unsupported for type `Top[PolyElement[Unknown]]`
[error] no-matching-overload - :3458:17 - No overload of bound method `exquo` matches arguments
[error] call-non-callable - :880:20 - Object of type `object` is not callable
[error] invalid-return-type - :880:20 - Return type does not match returned value: expected `PolyElement[Er@PolyElement] | PolyElement[PolyElement[Er@PolyElement]]`, found `Top[PolyElement[Unknown]]`
[error] call-non-callable - :940:20 - Object of type `object` is not callable
[error] invalid-return-type - :940:20 - Return type does not match returned value: expected `PolyElement[Er@PolyElement] | PolyElement[PolyElement[Er@PolyElement]]`, found `Top[PolyElement[Unknown]]`
[error] call-non-callable - :1017:20 - Object of type `object` is not callable
[error] invalid-return-type - :1017:20 - Return type does not match returned value: expected `PolyElement[Er@PolyElement] | PolyElement[PolyElement[Er@PolyElement]]`, found `Top[PolyElement[Unknown]]`

sympy/polys/tests/test_constructor.py

[error] unsupported-operator - :158:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/polys/tests/test_densearith.py

[error] invalid-argument-type - :280:24 - Argument to function `dup_abs` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :281:30 - Argument to function `dup_abs` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :282:30 - Argument to function `dup_abs` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :283:44 - Argument to function `dup_abs` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :285:24 - Argument to function `dup_abs` is incorrect: Argument type `MPQ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :286:33 - Argument to function `dup_abs` is incorrect: Argument type `MPQ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :287:33 - Argument to function `dup_abs` is incorrect: Argument type `MPQ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :289:42 - Argument to function `dup_abs` is incorrect: Argument type `MPQ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :293:33 - Argument to function `dmp_abs` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :294:36 - Argument to function `dmp_abs` is incorrect: Argument type `MPQ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :296:31 - Argument to function `dmp_abs` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :297:36 - Argument to function `dmp_abs` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :298:37 - Argument to function `dmp_abs` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :300:31 - Argument to function `dmp_abs` is incorrect: Argument type `MPQ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :301:39 - Argument to function `dmp_abs` is incorrect: Argument type `MPQ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :302:40 - Argument to function `dmp_abs` is incorrect: Argument type `MPQ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :1036:29 - Argument to function `dup_max_norm` is incorrect: Argument type `MPZ` does not satisfy upper bound `OrderedElement` of type variable `Eordered`
[error] invalid-argument-type - :1037:30 - Argument to function `dup_max_norm` is incorrect: Argument type `MPZ` does not satisfy upper bound `OrderedElement` of type variable `Eordered`
[error] invalid-argument-type - :1039:39 - Argument to function `dup_max_norm` is incorrect: Argument type `MPZ` does not satisfy upper bound `OrderedElement` of type variable `Eordered`
[error] invalid-argument-type - :1043:36 - Argument to function `dmp_max_norm` is incorrect: Argument type `MPZ` does not satisfy upper bound `OrderedElement` of type variable `Eordered`
[error] invalid-argument-type - :1044:37 - Argument to function `dmp_max_norm` is incorrect: Argument type `MPZ` does not satisfy upper bound `OrderedElement` of type variable `Eordered`
[error] invalid-argument-type - :1046:33 - Argument to function `dmp_max_norm` is incorrect: Argument type `MPZ` does not satisfy upper bound `OrderedElement` of type variable `Eordered`
[error] invalid-argument-type - :1050:28 - Argument to function `dup_l1_norm` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :1051:29 - Argument to function `dup_l1_norm` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :1052:38 - Argument to function `dup_l1_norm` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :1056:35 - Argument to function `dmp_l1_norm` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :1057:36 - Argument to function `dmp_l1_norm` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`
[error] invalid-argument-type - :1059:32 - Argument to function `dmp_l1_norm` is incorrect: Argument type `MPZ` does not satisfy upper bound `AbsElement` of type variable `Eabs`

sympy/polys/tests/test_densetools.py

[error] invalid-argument-type - :344:33 -
Old: Argument to function `dup_monic` is incorrect: Expected `Field[Unknown]`, found `Unknown | IntegerRing`
New: Argument to function `dup_monic` is incorrect: Expected `Field[Unknown]`, found `IntegerRing`
[error] invalid-argument-type - :346:62 -
Old: Argument to function `dup_monic` is incorrect: Expected `Field[Unknown]`, found `Unknown | IntegerRing`
New: Argument to function `dup_monic` is incorrect: Expected `Field[Unknown]`, found `IntegerRing`
[error] invalid-argument-type - :354:43 -
Old: Argument to function `dmp_ground_monic` is incorrect: Expected `Field[Unknown]`, found `Unknown | IntegerRing`
New: Argument to function `dmp_ground_monic` is incorrect: Expected `Field[Unknown]`, found `IntegerRing`
[error] invalid-argument-type - :356:49 -
Old: Argument to function `dmp_ground_monic` is incorrect: Expected `Field[Unknown]`, found `Unknown | IntegerRing`
New: Argument to function `dmp_ground_monic` is incorrect: Expected `Field[Unknown]`, found `IntegerRing`
[error] invalid-argument-type - :359:75 -
Old: Argument to function `dmp_ground_monic` is incorrect: Expected `Field[Unknown]`, found `Unknown | IntegerRing`
New: Argument to function `dmp_ground_monic` is incorrect: Expected `Field[Unknown]`, found `IntegerRing`
[error] invalid-argument-type - :681:29 -
Old: Argument to function `dmp_lift` is incorrect: Expected `AlgebraicField`, found `Unknown | GaussianRationalField`
New: Argument to function `dmp_lift` is incorrect: Expected `AlgebraicField`, found `GaussianRationalField`
[error] invalid-argument-type - :683:61 -
Old: Argument to function `dmp_lift` is incorrect: Expected `AlgebraicField`, found `Unknown | ExpressionDomain`
New: Argument to function `dmp_lift` is incorrect: Expected `AlgebraicField`, found `ExpressionDomain`
[error] unsupported-operator - :736:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :736:25 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :770:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :770:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`

sympy/polys/tests/test_galoistools.py

[error] invalid-argument-type - :566:22 -
Old: Argument to function `gf_Qbasis` is incorrect: Expected `list[list[MPZ]]`, found `Unknown | list[MPZ]`
New: Argument to function `gf_Qbasis` is incorrect: Expected `list[list[MPZ]]`, found `list[MPZ]`

sympy/polys/tests/test_polyclasses.py

[error] invalid-argument-type - :91:25 - Argument to bound method `mul_ground` is incorrect: Expected `MPZ`, found `Literal[2]`
[error] invalid-argument-type - :92:25 - Argument to bound method `quo_ground` is incorrect: Expected `MPZ`, found `Literal[2]`
[error] invalid-argument-type - :94:56 - Argument to bound method `exquo_ground` is incorrect: Expected `MPZ`, found `Literal[3]`
[error] unsupported-operator - :111:12 - Operator `+` is unsupported between objects of type `Literal[5]` and `DMP[MPZ]`
[error] unsupported-operator - :119:12 - Operator `-` is unsupported between objects of type `Literal[5]` and `DMP[MPZ]`
[error] unsupported-operator - :127:12 - Operator `*` is unsupported between objects of type `Literal[5]` and `DMP[MPZ]`
[error] unsupported-operator - :232:13 - Operator `*` is unsupported between objects of type `Literal[4]` and `DMP[MPZ]`
[error] unsupported-operator - :233:13 - Operator `*` is unsupported between objects of type `Literal[4]` and `DMP[MPZ]`
[error] invalid-argument-type - :251:20 - Argument to bound method `trunc` is incorrect: Expected `MPZ`, found `Literal[3]`
[error] unresolved-attribute - :16:12 -
Old: Type `DMP[Unknown]` has no attribute `_rep`
New: Type `DMP[MPZ]` has no attribute `_rep`
[error] unresolved-attribute - :22:12 -
Old: Type `DMP[Unknown]` has no attribute `_rep`
New: Type `DMP[MPZ]` has no attribute `_rep`

sympy/polys/tests/test_polymatrix.py

[warning] possibly-missing-attribute - :21:12 - Attribute `ring` on type `Unknown | MutablePolyDenseMatrix` may be missing
[error] unresolved-attribute - :21:12 - Type `MutablePolyDenseMatrix` has no attribute `ring`
[warning] possibly-missing-attribute - :29:12 - Attribute `ring` on type `Unknown | MutablePolyDenseMatrix` may be missing
[error] unresolved-attribute - :29:12 - Type `MutablePolyDenseMatrix` has no attribute `ring`
[warning] possibly-missing-attribute - :52:12 - Attribute `ring` on type `Unknown | MutablePolyDenseMatrix` may be missing
[error] unresolved-attribute - :52:12 - Type `MutablePolyDenseMatrix` has no attribute `ring`
[warning] possibly-missing-attribute - :53:12 - Attribute `domain` on type `Unknown | MutablePolyDenseMatrix` may be missing
[error] unresolved-attribute - :53:12 - Type `MutablePolyDenseMatrix` has no attribute `domain`
[warning] possibly-missing-attribute - :54:12 - Attribute `gens` on type `Unknown | MutablePolyDenseMatrix` may be missing
[error] unresolved-attribute - :54:12 - Type `MutablePolyDenseMatrix` has no attribute `gens`
[error] invalid-argument-type - :59:17 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutablePolyDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutablePolyDenseMatrix`
[warning] possibly-missing-attribute - :62:12 - Attribute `ring` on type `Unknown | MutablePolyDenseMatrix` may be missing
[error] unresolved-attribute - :62:12 - Type `MutablePolyDenseMatrix` has no attribute `ring`
[warning] possibly-missing-attribute - :63:12 - Attribute `domain` on type `Unknown | MutablePolyDenseMatrix` may be missing
[error] unresolved-attribute - :63:12 - Type `MutablePolyDenseMatrix` has no attribute `domain`
[warning] possibly-missing-attribute - :64:12 - Attribute `gens` on type `Unknown | MutablePolyDenseMatrix` may be missing
[error] unresolved-attribute - :64:12 - Type `MutablePolyDenseMatrix` has no attribute `gens`
[error] invalid-argument-type - :69:17 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutablePolyDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutablePolyDenseMatrix`
[error] unsupported-operator - :140:31 -
Old: Operator `+` is unsupported between objects of type `Literal[1]` and `Unknown | MutablePolyDenseMatrix`
New: Operator `+` is unsupported between objects of type `Literal[1]` and `MutablePolyDenseMatrix`
[error] unsupported-operator - :141:31 -
Old: Operator `-` is unsupported between objects of type `Literal[1]` and `Unknown | MutablePolyDenseMatrix`
New: Operator `-` is unsupported between objects of type `Literal[1]` and `MutablePolyDenseMatrix`
[error] unsupported-operator - :154:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :154:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :155:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :155:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/polys/tests/test_polyroots.py

[error] unsupported-operator - :179:10 -
Old: Operator `+` is unsupported between objects of type `Unknown | Half` and `int | float`
New: Operator `+` is unsupported between objects of type `Half` and `int | float`
[error] unsupported-operator - :218:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | int` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Unknown | int` and `Integer`
[error] unsupported-operator - :218:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | int` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Unknown | int` and `Integer`
[error] unsupported-operator - :220:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | int` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Unknown | int` and `Integer`
[error] unsupported-operator - :220:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | int` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Unknown | int` and `Integer`
[error] unsupported-operator - :754:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :759:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :759:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :760:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :760:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :761:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :761:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/polys/tests/test_polytools.py

[error] invalid-argument-type - :1305:30 -
Old: Argument to bound method `degree` is incorrect: Expected `int`, found `Unknown | Symbol`
New: Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - :1306:30 -
Old: Argument to bound method `degree` is incorrect: Expected `int`, found `Unknown | Symbol`
New: Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - :1307:30 -
Old: Argument to bound method `degree` is incorrect: Expected `int`, found `Unknown | Symbol`
New: Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - :1314:55 -
Old: Argument to bound method `degree` is incorrect: Expected `int`, found `Unknown | Symbol`
New: Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - :1321:33 -
Old: Argument to bound method `degree` is incorrect: Expected `int`, found `Unknown | Symbol`
New: Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - :1322:35 -
Old: Argument to bound method `degree` is incorrect: Expected `int`, found `Unknown | Symbol`
New: Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - :1323:35 -
Old: Argument to bound method `degree` is incorrect: Expected `int`, found `Unknown | Symbol`
New: Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - :1325:33 -
Old: Argument to bound method `degree` is incorrect: Expected `int`, found `Unknown | Symbol`
New: Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - :1326:35 -
Old: Argument to bound method `degree` is incorrect: Expected `int`, found `Unknown | Symbol`
New: Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - :1327:35 -
Old: Argument to bound method `degree` is incorrect: Expected `int`, found `Unknown | Symbol`
New: Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] unsupported-operator - :1584:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1585:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1586:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1586:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1586:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1587:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1588:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1588:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1589:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1589:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1590:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1591:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1592:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1592:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1592:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1593:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2758:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[128]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[128]`
[error] unsupported-operator - :3009:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3182:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3182:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3214:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3214:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3478:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3605:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3605:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :3610:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :3610:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :3889:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :3891:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/polys/tests/test_pythonrational.py

[warning] possibly-missing-attribute - :7:12 - Attribute `numerator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :7:12 - Type `PythonMPQ` has no attribute `numerator`
[warning] possibly-missing-attribute - :8:12 - Attribute `denominator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :8:12 - Type `PythonMPQ` has no attribute `denominator`
[warning] possibly-missing-attribute - :9:12 - Attribute `numerator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :9:12 - Type `PythonMPQ` has no attribute `numerator`
[warning] possibly-missing-attribute - :10:12 - Attribute `denominator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :10:12 - Type `PythonMPQ` has no attribute `denominator`
[warning] possibly-missing-attribute - :11:12 - Attribute `numerator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :11:12 - Type `PythonMPQ` has no attribute `numerator`
[warning] possibly-missing-attribute - :12:12 - Attribute `denominator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :12:12 - Type `PythonMPQ` has no attribute `denominator`
[warning] possibly-missing-attribute - :14:12 - Attribute `numerator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :14:12 - Type `PythonMPQ` has no attribute `numerator`
[warning] possibly-missing-attribute - :15:12 - Attribute `denominator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :15:12 - Type `PythonMPQ` has no attribute `denominator`
[warning] possibly-missing-attribute - :16:12 - Attribute `numerator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :16:12 - Type `PythonMPQ` has no attribute `numerator`
[warning] possibly-missing-attribute - :17:12 - Attribute `denominator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :17:12 - Type `PythonMPQ` has no attribute `denominator`
[warning] possibly-missing-attribute - :18:12 - Attribute `numerator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :18:12 - Type `PythonMPQ` has no attribute `numerator`
[warning] possibly-missing-attribute - :19:12 - Attribute `denominator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :19:12 - Type `PythonMPQ` has no attribute `denominator`
[warning] possibly-missing-attribute - :21:12 - Attribute `numerator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :21:12 - Type `PythonMPQ` has no attribute `numerator`
[warning] possibly-missing-attribute - :22:12 - Attribute `denominator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :22:12 - Type `PythonMPQ` has no attribute `denominator`
[warning] possibly-missing-attribute - :23:12 - Attribute `numerator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :23:12 - Type `PythonMPQ` has no attribute `numerator`
[warning] possibly-missing-attribute - :24:12 - Attribute `denominator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :24:12 - Type `PythonMPQ` has no attribute `denominator`
[warning] possibly-missing-attribute - :25:12 - Attribute `numerator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :25:12 - Type `PythonMPQ` has no attribute `numerator`
[warning] possibly-missing-attribute - :26:12 - Attribute `denominator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :26:12 - Type `PythonMPQ` has no attribute `denominator`
[warning] possibly-missing-attribute - :28:12 - Attribute `numerator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :28:12 - Type `PythonMPQ` has no attribute `numerator`
[warning] possibly-missing-attribute - :29:12 - Attribute `denominator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :29:12 - Type `PythonMPQ` has no attribute `denominator`
[warning] possibly-missing-attribute - :30:12 - Attribute `numerator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :30:12 - Type `PythonMPQ` has no attribute `numerator`
[warning] possibly-missing-attribute - :31:12 - Attribute `denominator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :31:12 - Type `PythonMPQ` has no attribute `denominator`
[warning] possibly-missing-attribute - :33:12 - Attribute `numerator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :33:12 - Type `PythonMPQ` has no attribute `numerator`
[warning] possibly-missing-attribute - :34:12 - Attribute `denominator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :34:12 - Type `PythonMPQ` has no attribute `denominator`
[warning] possibly-missing-attribute - :35:12 - Attribute `numerator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :35:12 - Type `PythonMPQ` has no attribute `numerator`
[warning] possibly-missing-attribute - :36:12 - Attribute `denominator` on type `Unknown | PythonMPQ` may be missing
[error] unresolved-attribute - :36:12 - Type `PythonMPQ` has no attribute `denominator`

sympy/polys/tests/test_rationaltools.py

[error] invalid-argument-type - :61:21 -
Old: Argument to function `together` is incorrect: Expected `Expr`, found `Unknown | Equality`
New: Argument to function `together` is incorrect: Expected `Expr`, found `Equality`

sympy/polys/tests/test_ring_series.py

[error] unsupported-operator - :331:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[668083460499]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[668083460499]`
[error] unsupported-operator - :693:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :693:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/polys/tests/test_rings.py

[error] unresolved-attribute - :50:12 - Type `PolyRing[MPZ]` has no attribute `x`
[error] unresolved-attribute - :51:12 - Type `PolyRing[MPZ]` has no attribute `y`
[error] unresolved-attribute - :52:12 - Type `PolyRing[MPZ]` has no attribute `x`
[error] unresolved-attribute - :52:20 - Type `PolyRing[MPZ]` has no attribute `x`
[error] unresolved-attribute - :53:12 - Type `PolyRing[MPZ]` has no attribute `y`
[error] unresolved-attribute - :53:20 - Type `PolyRing[MPZ]` has no attribute `y`
[error] unresolved-attribute - :54:12 - Type `PolyRing[MPZ]` has no attribute `x`
[error] unresolved-attribute - :54:20 - Type `PolyRing[MPZ]` has no attribute `x`
[error] unresolved-attribute - :55:12 - Type `PolyRing[MPZ]` has no attribute `y`
[error] unresolved-attribute - :55:20 - Type `PolyRing[MPZ]` has no attribute `y`
[error] invalid-argument-type - :316:32 - Argument to bound method `to_ground` is incorrect: Expected `PolyRing[PolyElement[Unknown]]`, found `PolyRing[MPZ]`
[error] unresolved-attribute - :322:40 - Type `PolyRing[MPZ]` has no attribute `x`
[error] unresolved-attribute - :322:48 - Type `PolyRing[MPZ]` has no attribute `y`
[error] unresolved-attribute - :322:56 - Type `PolyRing[MPZ]` has no attribute `z`
[error] unresolved-attribute - :325:40 - Type `PolyRing[MPQ]` has no attribute `x`
[error] unresolved-attribute - :325:48 - Type `PolyRing[MPQ]` has no attribute `y`
[error] unresolved-attribute - :325:54 - Type `PolyRing[MPQ]` has no attribute `z`
[error] unresolved-attribute - :326:41 - Type `PolyRing[MPQ]` has no attribute `x`
[error] unresolved-attribute - :326:48 - Type `PolyRing[MPQ]` has no attribute `y`
[error] unresolved-attribute - :326:53 - Type `PolyRing[MPQ]` has no attribute `z`
[error] unresolved-attribute - :330:56 - Type `PolyRing[Unknown]` has no attribute `x`
[error] unresolved-attribute - :330:64 - Type `PolyRing[MPZ]` has no attribute `t`
[error] unresolved-attribute - :330:69 - Type `PolyRing[Unknown]` has no attribute `y`
[error] unresolved-attribute - :330:77 - Type `PolyRing[MPZ]` has no attribute `t`
[error] unresolved-attribute - :330:85 - Type `PolyRing[Unknown]` has no attribute `z`
[error] unresolved-attribute - :334:56 - Type `PolyRing[Unknown]` has no attribute `x`
[error] unresolved-attribute - :334:62 - Type `PolyRing[MPQ]` has no attribute `t`
[error] unresolved-attribute - :334:67 - Type `PolyRing[Unknown]` has no attribute `y`
[error] unresolved-attribute - :334:75 - Type `PolyRing[MPQ]` has no attribute `t`
[error] unresolved-attribute - :334:83 - Type `PolyRing[Unknown]` has no attribute `z`
[error] no-matching-overload - :337:9 - No overload of function `__new__` matches arguments
[error] unresolved-attribute - :338:56 - Type `PolyRing[Unknown]` has no attribute `x`
[error] unresolved-attribute - :338:64 - Type `PolyRing[Unknown]` has no attribute `y`
[error] unresolved-attribute - :338:68 - Type `FracField[MPZ]` has no attribute `t`
[error] unresolved-attribute - :338:75 - Type `FracField[MPZ]` has no attribute `t`
[error] unresolved-attribute - :338:83 - Type `PolyRing[Unknown]` has no attribute `z`
[error] invalid-argument-type - :235:43 -
Old: Argument to bound method `from_dict` is incorrect: Expected `Mapping[Unknown | tuple[int, ...], int | Unknown | Expr] | PolyElement[Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `from_dict` is incorrect: Expected `Mapping[tuple[int, ...], int | MPZ | Expr]`, found `list[Unknown | int]`
[error] invalid-argument-type - :264:40 -
Old: Argument to bound method `index` is incorrect: Expected `PolyElement[Unknown] | int | str | None`, found `float`
New: Argument to bound method `index` is incorrect: Expected `PolyElement[MPZ] | int | str | None`, found `float`
[error] invalid-argument-type - :265:40 -
Old: Argument to bound method `index` is incorrect: Expected `PolyElement[Unknown] | int | str | None`, found `list[Unknown | int]`
New: Argument to bound method `index` is incorrect: Expected `PolyElement[MPZ] | int | str | None`, found `list[Unknown | int]`
[error] invalid-argument-type - :271:40 -
Old: Argument to bound method `index` is incorrect: Expected `PolyElement[Unknown] | int | str | None`, found `Symbol`
New: Argument to bound method `index` is incorrect: Expected `PolyElement[MPZ] | int | str | None`, found `Symbol`
[error] unsupported-operator - :2109:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[16]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[16]`
[error] unsupported-operator - :2109:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :2109:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`

sympy/polys/tests/test_rootoftools.py

[warning] possibly-missing-attribute - :289:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :289:12 - Type `ComplexRootOf` has no attribute `poly`
[warning] possibly-missing-attribute - :293:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :293:12 - Type `ComplexRootOf` has no attribute `poly`
[error] unsupported-operator - :313:59 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :368:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[warning] possibly-missing-attribute - :395:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :395:12 - Type `ComplexRootOf` has no attribute `poly`
[warning] possibly-missing-attribute - :396:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :396:12 - Type `ComplexRootOf` has no attribute `poly`
[warning] possibly-missing-attribute - :399:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :399:12 - Type `ComplexRootOf` has no attribute `poly`
[warning] possibly-missing-attribute - :400:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :400:12 - Type `ComplexRootOf` has no attribute `poly`
[warning] possibly-missing-attribute - :406:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :406:12 - Type `ComplexRootOf` has no attribute `poly`
[warning] possibly-missing-attribute - :407:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :407:12 - Type `ComplexRootOf` has no attribute `poly`
[warning] possibly-missing-attribute - :410:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :410:12 - Type `ComplexRootOf` has no attribute `poly`
[warning] possibly-missing-attribute - :411:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :411:12 - Type `ComplexRootOf` has no attribute `poly`
[warning] possibly-missing-attribute - :420:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :420:12 - Type `ComplexRootOf` has no attribute `poly`
[warning] possibly-missing-attribute - :421:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :421:12 - Type `ComplexRootOf` has no attribute `poly`
[warning] possibly-missing-attribute - :427:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :427:12 - Type `ComplexRootOf` has no attribute `poly`
[warning] possibly-missing-attribute - :428:12 - Attribute `poly` on type `Unknown | ComplexRootOf` may be missing
[error] unresolved-attribute - :428:12 - Type `ComplexRootOf` has no attribute `poly`

sympy/printing/c.py

[error] unsupported-operator - :284:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/printing/jscode.py

[error] unsupported-operator - :102:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/printing/pretty/pretty_symbology.py

[error] index-out-of-bounds - :356:19 - Index 2 is out of bounds for tuple `tuple[tuple[Unknown, Unknown, Unknown, Unknown], str]` with length 2
[error] index-out-of-bounds - :356:19 - Index 2 is out of bounds for tuple `tuple[tuple[Unknown, Unknown, Unknown], Unknown]` with length 2
[error] index-out-of-bounds - :356:19 - Index 2 is out of bounds for tuple `tuple[tuple[Unknown, Unknown, Unknown], str]` with length 2
[error] index-out-of-bounds - :356:19 - Index 2 is out of bounds for tuple `tuple[tuple[Unknown, str, Unknown, Unknown], Unknown]` with length 2
[error] index-out-of-bounds - :357:19 - Index 3 is out of bounds for tuple `tuple[Unknown, Unknown, Unknown]` with length 3
[error] index-out-of-bounds - :357:19 - Index 3 is out of bounds for tuple `tuple[tuple[Unknown, Unknown, Unknown, Unknown], str]` with length 2
[error] index-out-of-bounds - :357:19 - Index 3 is out of bounds for tuple `tuple[tuple[Unknown, Unknown, Unknown], Unknown]` with length 2
[error] index-out-of-bounds - :357:19 - Index 3 is out of bounds for tuple `tuple[tuple[Unknown, Unknown, Unknown], str]` with length 2
[error] index-out-of-bounds - :357:19 - Index 3 is out of bounds for tuple `tuple[tuple[Unknown, str, Unknown, Unknown], Unknown]` with length 2

sympy/printing/pretty/tests/test_pretty.py

[error] unsupported-operator - :7106:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[13]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[13]`

sympy/printing/tests/test_c.py

[warning] possibly-missing-attribute - :756:35 - Attribute `nbits` on type `Unknown | FloatType` may be missing
[warning] possibly-missing-attribute - :756:51 - Attribute `nmant` on type `Unknown | FloatType` may be missing
[warning] possibly-missing-attribute - :756:67 - Attribute `nexp` on type `Unknown | FloatType` may be missing
[error] unresolved-attribute - :756:35 - Type `FloatType` has no attribute `nbits`
[error] unresolved-attribute - :756:51 - Type `FloatType` has no attribute `nmant`
[error] unresolved-attribute - :756:67 - Type `FloatType` has no attribute `nexp`

sympy/printing/tests/test_jscode.py

[error] unsupported-operator - :24:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/printing/tests/test_julia.py

[error] unsupported-operator - :98:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :99:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :105:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :120:23 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Basic`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Basic`
[error] unsupported-operator - :121:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :122:25 -
Old: Operator `*` is unsupported between objects of type `Literal[4]` and `Unknown | Basic`
New: Operator `*` is unsupported between objects of type `Literal[4]` and `Basic`

sympy/printing/tests/test_latex.py

[error] unsupported-operator - :212:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3097:18 -
Old: Operator `*` is unsupported between objects of type `Unknown | Float` and `float`
New: Operator `*` is unsupported between objects of type `Float` and `float`

sympy/printing/tests/test_llvmjit.py

[warning] possibly-missing-attribute - :141:17 -
Old: Attribute `subs` on type `Unknown | tuple[Unknown | Symbol, Unknown]` may be missing
New: Attribute `subs` on type `Unknown | tuple[Symbol, Unknown]` may be missing

sympy/printing/tests/test_maple.py

[error] unsupported-operator - :98:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :99:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :105:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :122:23 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Basic`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Basic`
[error] unsupported-operator - :124:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :125:27 -
Old: Operator `*` is unsupported between objects of type `Literal[4]` and `Unknown | Basic`
New: Operator `*` is unsupported between objects of type `Literal[4]` and `Basic`

sympy/printing/tests/test_mathml.py

[warning] possibly-missing-attribute - :77:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :77:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :78:13 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :78:13 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :92:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :92:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :93:13 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :93:13 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :98:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :98:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :99:13 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :99:13 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :105:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :105:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :106:13 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :106:13 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :114:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :114:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :115:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :115:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :116:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :116:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :119:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :119:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :120:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :120:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :121:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :121:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :122:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :122:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :126:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :126:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :127:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :127:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :128:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :128:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :129:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :129:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :133:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :133:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :134:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :134:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :135:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :135:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :137:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :137:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :138:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :138:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :140:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :140:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :147:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :147:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :148:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :148:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :149:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :149:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :150:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[warning] possibly-missing-attribute - :150:43 - Attribute `toxml` on type `Unknown | str` may be missing
[error] unresolved-attribute - :150:12 - Type `str` has no attribute `childNodes`
[error] unresolved-attribute - :150:43 - Type `str` has no attribute `toxml`
[warning] possibly-missing-attribute - :156:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :156:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :157:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :157:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :158:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :158:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :159:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :159:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :160:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[warning] possibly-missing-attribute - :160:43 - Attribute `toxml` on type `Unknown | str` may be missing
[error] unresolved-attribute - :160:12 - Type `str` has no attribute `childNodes`
[error] unresolved-attribute - :160:43 - Type `str` has no attribute `toxml`
[warning] possibly-missing-attribute - :167:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :167:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :168:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :168:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :169:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :169:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :170:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :170:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :171:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :171:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :172:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :172:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :173:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :173:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :174:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :174:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :175:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :175:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :177:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :177:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :178:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :178:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :179:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :179:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :180:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :180:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :181:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :181:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :182:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :182:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :183:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :183:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :184:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :184:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :185:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :185:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :186:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :186:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :187:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :187:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :188:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :188:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :189:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :189:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :190:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :190:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :191:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :191:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :192:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :192:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :193:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :193:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :194:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :194:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :195:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :195:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :196:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :196:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :197:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :197:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :203:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :203:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :204:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :204:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :205:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :205:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :206:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :206:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :207:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[warning] possibly-missing-attribute - :207:43 - Attribute `toxml` on type `Unknown | str` may be missing
[error] unresolved-attribute - :207:12 - Type `str` has no attribute `childNodes`
[error] unresolved-attribute - :207:43 - Type `str` has no attribute `toxml`
[warning] possibly-missing-attribute - :212:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :212:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :213:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :213:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :214:16 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :214:16 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :217:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :217:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :218:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :218:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :219:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :219:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :220:16 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :220:16 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :225:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :225:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :226:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :226:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :227:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :227:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :233:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :233:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :236:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :236:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :241:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :241:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :244:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :244:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :247:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :247:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :250:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :250:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :273:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :273:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :276:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :276:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :279:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :279:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :282:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :282:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :285:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :285:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :288:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :288:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :291:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :291:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :294:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :294:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :297:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :297:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :300:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :300:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :303:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :303:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :306:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :306:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :309:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :309:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :312:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :312:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :315:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :315:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :318:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :318:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :321:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :321:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :324:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :324:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :327:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :327:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :330:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :330:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :333:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :333:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :336:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :336:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :339:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :339:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :342:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :342:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :347:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :347:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :348:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :348:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :349:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :349:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :350:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :350:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :351:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :351:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :352:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :352:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :355:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :355:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :356:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :356:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :357:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :357:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :358:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :358:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :359:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :359:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :360:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :360:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :363:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :363:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :364:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :364:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :365:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :365:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :366:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :366:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :367:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :367:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :368:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :368:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :371:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :371:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :372:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :372:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :373:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :373:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :374:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :374:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :375:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :375:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :376:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :376:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :381:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :381:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :382:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :382:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :386:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :386:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :387:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :387:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :388:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :388:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :389:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :389:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :390:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :390:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :391:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :391:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :395:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :395:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :396:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :396:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :397:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :397:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :398:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :398:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :399:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :399:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :400:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :400:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :404:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :404:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :405:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :405:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :406:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :406:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :407:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :407:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :408:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :408:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :409:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :409:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :413:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :413:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :414:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :414:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :415:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :415:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :416:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :416:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :417:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :417:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :418:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :418:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :419:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :419:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :420:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :420:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :424:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :424:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :425:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :425:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :426:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :426:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :427:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :427:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :428:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :428:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :429:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :429:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :430:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :430:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :431:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :431:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :435:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :435:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :436:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :436:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :437:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :437:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :438:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :438:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :439:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :439:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :440:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :440:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :441:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :441:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :443:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :443:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :444:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :444:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :446:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :446:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :447:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :447:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :452:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :452:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :453:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :453:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :454:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :454:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :455:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :455:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :456:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :456:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :457:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :457:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :458:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :458:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :460:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :460:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :461:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :461:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :463:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :463:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :464:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :464:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :469:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :469:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :470:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :470:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :471:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :471:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :472:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :472:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :473:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :473:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :474:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :474:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :475:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :475:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :477:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :477:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :478:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :478:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :480:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :480:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :481:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :481:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :488:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :488:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :489:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :489:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :693:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :693:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :694:13 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :694:13 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :706:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :706:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :707:13 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :707:13 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :712:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :712:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :713:13 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :713:13 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :719:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :719:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :720:13 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :720:13 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :728:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :728:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :730:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :730:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :734:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :734:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :735:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :735:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :737:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :737:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :739:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :739:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :743:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :743:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :744:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :744:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :746:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :746:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :762:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :762:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :763:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :763:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :765:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :765:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :768:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :768:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :771:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :771:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :810:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :810:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :811:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :811:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :812:16 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :812:16 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :813:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :813:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :814:16 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :814:16 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :815:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :815:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :817:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :817:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :819:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :819:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :822:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :822:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :823:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :823:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :824:16 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :824:16 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :825:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :825:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :826:16 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :826:16 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :827:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :827:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :829:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :829:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :831:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :831:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :833:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :833:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :835:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :835:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :837:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :837:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :839:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :839:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :841:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :841:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :843:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :843:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :849:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :849:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :850:16 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :850:16 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :851:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :851:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :853:16 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :853:16 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :854:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :854:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :856:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :856:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :866:16 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :866:16 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :867:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :867:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :869:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :869:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :871:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :871:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :872:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :872:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :874:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :874:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :876:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :876:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :877:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :877:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :882:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :882:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :885:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :885:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :886:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :886:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :887:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :887:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :892:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :892:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :895:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :895:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :898:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :898:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :901:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :901:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :918:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :918:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :921:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :921:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :924:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :924:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :927:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :927:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :930:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :930:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :933:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :933:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :936:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :936:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :939:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :939:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :942:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :942:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :945:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :945:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :948:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :948:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :951:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :951:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :956:16 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :956:16 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :957:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :957:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :958:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :958:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :959:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :959:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :960:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :960:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :961:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :961:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :962:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :962:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :965:16 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :965:16 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :966:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :966:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :967:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :967:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :968:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :968:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :969:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :969:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :970:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :970:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :971:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :971:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :974:16 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :974:16 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :975:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :975:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :976:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :976:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :977:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :977:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :978:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :978:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :979:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :979:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :980:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :980:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :983:16 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :983:16 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :984:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :984:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :985:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :985:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :986:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :986:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :987:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :987:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :988:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :988:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :989:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :989:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :994:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :994:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :995:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :995:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :999:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :999:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :1000:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1000:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1001:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1001:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1002:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1002:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1003:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1003:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1007:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1007:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :1008:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1008:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1009:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1009:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1010:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1010:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1011:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1011:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1015:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1015:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :1016:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1016:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1017:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1017:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1018:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1018:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1019:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1019:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1023:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1023:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :1024:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1024:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1025:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1025:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1026:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1026:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1027:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1027:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1028:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1028:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1029:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1029:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1033:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1033:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :1034:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1034:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1035:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1035:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1036:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1036:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1037:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1037:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1038:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1038:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1039:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1039:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1043:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1043:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :1044:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1044:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1045:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1045:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1046:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1046:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1047:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1047:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1048:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1048:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1049:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1049:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1050:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1050:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1051:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1051:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1052:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1052:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1056:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1056:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :1057:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1057:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1058:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1058:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1059:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1059:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1060:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1060:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1061:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1061:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1062:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1062:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1063:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1063:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1064:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1064:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1065:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1065:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1069:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1069:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :1070:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1070:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1071:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1071:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1072:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1072:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1073:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1073:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1074:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1074:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1075:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1075:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1076:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1076:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1077:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1077:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1078:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1078:12 - Type `str` has no attribute `childNodes`
[warning] possibly-missing-attribute - :1084:12 - Attribute `nodeName` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1084:12 - Type `str` has no attribute `nodeName`
[warning] possibly-missing-attribute - :1085:12 - Attribute `childNodes` on type `Unknown | str` may be missing
[error] unresolved-attribute - :1085:12 - Type `str` has no attribute `childNodes`
[error] unsupported-operator - :1453:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1455:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1457:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1459:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :1540:30 -
Old: Operator `*` is unsupported between objects of type `float` and `Unknown | Infinity`
New: Operator `*` is unsupported between objects of type `float` and `Infinity`
[error] unsupported-operator - :1541:30 -
Old: Operator `*` is unsupported between objects of type `int | float` and `Unknown | Infinity`
New: Operator `*` is unsupported between objects of type `int | float` and `Infinity`

sympy/printing/tests/test_octave.py

[error] unsupported-operator - :155:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :156:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :162:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :177:18 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Basic`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Basic`
[error] unsupported-operator - :178:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :179:20 -
Old: Operator `*` is unsupported between objects of type `Literal[4]` and `Unknown | Basic`
New: Operator `*` is unsupported between objects of type `Literal[4]` and `Basic`

sympy/printing/tests/test_tableform.py

[error] unsupported-operator - :104:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :115:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :126:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :137:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :148:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :175:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`

sympy/series/tests/test_limits.py

[error] unsupported-operator - :201:76 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :237:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :263:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :441:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :443:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[360]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[360]`
[error] unsupported-operator - :621:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :621:60 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :622:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :622:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :623:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :623:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :624:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :624:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :627:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :627:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :628:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :628:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :629:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :630:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :631:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :631:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :632:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :632:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :633:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :633:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :634:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :634:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :646:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :647:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :648:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :649:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :836:72 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :837:36 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :907:45 -
Old: Operator `+` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `+` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :921:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :986:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :986:60 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1039:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1233:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[11]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[11]`
[error] unsupported-operator - :1237:60 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[645120]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[645120]`

sympy/series/tests/test_limitseq.py

[error] unsupported-operator - :74:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :78:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :88:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[83351]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[83351]`
[error] unsupported-operator - :91:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :102:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | NegativeOne` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `NegativeOne` and `Literal[5]`
[error] unsupported-operator - :123:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :152:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`
[error] unsupported-operator - :165:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :177:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[16]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[16]`

sympy/series/tests/test_nseries.py

[error] unsupported-operator - :194:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :213:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :213:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/series/tests/test_residues.py

[error] unsupported-operator - :98:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :99:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/series/tests/test_series.py

[error] unsupported-operator - :94:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :94:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :94:83 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :94:101 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :96:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :96:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :96:65 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :96:79 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :97:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :97:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :97:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :97:67 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :98:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :98:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :98:65 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :98:79 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :238:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :293:75 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[warning] possibly-missing-attribute - :421:32 - Attribute `series` on type `Unknown | int` may be missing
[error] unresolved-attribute - :421:32 - Type `int` has no attribute `series`

sympy/sets/tests/test_conditionset.py

[error] unsupported-operator - :188:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :190:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`

sympy/sets/tests/test_fancysets.py

[error] unsupported-operator - :140:12 -
Old: Operator `/` is unsupported between objects of type `Literal[2]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[2]` and `Integer`
[error] unsupported-operator - :749:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/sets/tests/test_sets.py

[error] invalid-argument-type - :62:25 -
Old: Argument to function `__new__` is incorrect: Expected `bool | None`, found `Unknown | BooleanTrue`
New: Argument to function `__new__` is incorrect: Expected `bool | None`, found `BooleanTrue`
[error] unsupported-operator - :699:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[64]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[64]`

sympy/simplify/_cse_diff.py

[error] invalid-argument-type - :141:35 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & MatrixBase) | MutableDenseMatrix`
[error] invalid-argument-type - :162:74 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & MatrixBase) | MutableDenseMatrix`
[error] invalid-argument-type - :173:79 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & MatrixBase) | MutableDenseMatrix`

sympy/simplify/fu.py

[error] unsupported-operator - :1903:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Unknown | One`
New: Operator `/` is unsupported between objects of type `(Unknown & ~AlwaysFalsy) | One` and `(Unknown & ~AlwaysFalsy) | One`
[error] unsupported-operator - :1906:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Unknown | One`
New: Operator `/` is unsupported between objects of type `(Unknown & ~AlwaysFalsy) | One` and `(Unknown & ~AlwaysFalsy) | One`

sympy/simplify/hyperexpand.py

[error] unsupported-operator - :152:19 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :1779:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Unknown | One`
New: Operator `/` is unsupported between objects of type `One | Unknown` and `One | Unknown`

sympy/simplify/tests/test_fu.py

[error] unsupported-operator - :47:56 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :51:58 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :62:67 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :63:69 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :133:9 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :492:88 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`

sympy/simplify/tests/test_hyperexpand.py

[error] unsupported-operator - :153:12 - Operator `/` is unsupported between objects of type `Integer` and `Literal[50]`
[error] unsupported-operator - :128:31 -
Old: Operator `+` is unsupported between objects of type `Literal[1]` and `Unknown | Half`
New: Operator `+` is unsupported between objects of type `Literal[1]` and `Half`
[error] unsupported-operator - :257:42 -
Old: Operator `+` is unsupported between objects of type `Unknown | Basic` and `Literal[2]`
New: Operator `+` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :257:60 -
Old: Operator `+` is unsupported between objects of type `Unknown | Basic` and `Literal[1]`
New: Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :263:38 -
Old: Operator `-` is unsupported between objects of type `Unknown | Basic` and `Literal[2]`
New: Operator `-` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :263:56 -
Old: Operator `-` is unsupported between objects of type `Unknown | Basic` and `Literal[1]`
New: Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :603:37 -
Old: Operator `+` is unsupported between objects of type `Literal[1]` and `Unknown | Half`
New: Operator `+` is unsupported between objects of type `Literal[1]` and `Half`
[error] unsupported-operator - :732:29 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :733:29 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :734:29 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :738:29 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :738:37 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :738:45 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :739:30 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :739:35 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :739:40 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :749:54 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :750:54 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :752:54 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :763:29 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :763:37 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :763:45 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :763:53 -
Old: Operator `*` is unsupported between objects of type `Literal[9]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[9]` and `Half`
[error] unsupported-operator - :764:26 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :764:34 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :764:42 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :771:15 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :771:20 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :771:25 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :772:26 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :772:31 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :772:36 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :773:23 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :773:31 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :773:39 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :790:21 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :790:29 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :791:22 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :791:27 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :792:26 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :792:31 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :793:30 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :793:35 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :797:21 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :797:29 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :799:26 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :799:31 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :808:15 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :808:20 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :814:27 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :814:32 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :823:26 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :823:33 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :823:38 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :824:26 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :824:33 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :824:38 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :835:18 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :835:23 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :835:28 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :837:25 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :837:33 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :837:41 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :838:26 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :838:31 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :838:36 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :850:34 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :850:42 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :852:20 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :852:25 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :853:30 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :853:38 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :857:23 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :857:28 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :859:30 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :859:38 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :862:23 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :862:28 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :863:27 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :863:32 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :864:34 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :864:42 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :881:25 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :881:33 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :881:41 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :887:22 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :887:27 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :887:32 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :891:15 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :891:20 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :891:25 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :892:28 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :892:36 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :894:33 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :896:24 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :896:32 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :897:24 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :897:31 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :939:22 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :939:27 -
Old: Operator `*` is unsupported between objects of type `Literal[5]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[5]` and `Half`
[error] unsupported-operator - :939:32 -
Old: Operator `*` is unsupported between objects of type `Literal[7]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[7]` and `Half`
[error] unsupported-operator - :973:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :973:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :974:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :974:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :975:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :975:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :976:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :976:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :977:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :977:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :978:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :978:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :979:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :979:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :980:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :980:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :981:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :981:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :982:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :982:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :983:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :983:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :984:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :984:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :985:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :985:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :986:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :986:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :987:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :987:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :988:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :988:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :989:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :989:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[4]`
[error] unsupported-operator - :990:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :990:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :991:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :991:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :992:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :992:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :993:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :993:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :994:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :994:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :995:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :995:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :996:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`
[error] unsupported-operator - :996:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[8]`

sympy/simplify/tests/test_powsimp.py

[warning] possibly-missing-attribute - :133:48 - Attribute `subs` on type `Unknown | int` may be missing
[error] unresolved-attribute - :133:48 - Type `int` has no attribute `subs`
[error] unsupported-operator - :330:20 -
Old: Operator `*` is unsupported between objects of type `Unknown | int` and `Rational`
New: Operator `*` is unsupported between objects of type `int` and `Rational`
[error] unsupported-operator - :342:65 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/simplify/tests/test_simplify.py

[error] unsupported-operator - :88:22 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :263:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `int`
New: Operator `/` is unsupported between objects of type `One` and `int`
[error] unsupported-operator - :266:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `int`
New: Operator `/` is unsupported between objects of type `One` and `int`
[error] unsupported-operator - :969:21 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`

sympy/solvers/ode/hypergeometric.py

[error] unsupported-operator - :71:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :98:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`

sympy/solvers/ode/subscheck.py

[warning] possibly-missing-attribute - :157:17 -
Old: Attribute `getO` on type `Unknown | Basic` may be missing
New: Attribute `getO` on type `Basic | Unknown` may be missing
[warning] possibly-missing-attribute - :158:18 -
Old: Attribute `removeO` on type `Unknown | Basic` may be missing
New: Attribute `removeO` on type `Basic | Unknown` may be missing
[error] unsupported-operator - :165:20 -
Old: Operator `-` is unsupported between objects of type `Unknown | Basic` and `Unknown | Basic`
New: Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :180:24 -
Old: Operator `-` is unsupported between objects of type `Unknown | Basic` and `Unknown | Basic`
New: Operator `-` is unsupported between objects of type `Basic` and `Basic`

sympy/solvers/ode/systems.py

[error] invalid-argument-type - :1272:50 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/solvers/ode/tests/test_riccati.py

[error] unsupported-operator - :81:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :153:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :200:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :200:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :215:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[27]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[27]`
[error] unsupported-operator - :220:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[27]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[27]`
[error] unsupported-operator - :230:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[9]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :230:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :231:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :239:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[9]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :249:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :249:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :250:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :399:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :404:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[607]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[607]`
[error] unsupported-operator - :428:11 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :428:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :433:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :434:11 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :434:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :441:11 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :442:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :473:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :481:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[343]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[343]`
[error] unsupported-operator - :482:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[343]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[343]`
[error] unsupported-operator - :488:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[14336]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[14336]`
[error] unsupported-operator - :489:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[14336]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[14336]`
[error] unsupported-operator - :495:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :496:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[267300]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[267300]`
[error] unsupported-operator - :497:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[267300]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[267300]`
[error] unsupported-operator - :503:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :504:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :536:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[243]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[243]`
[error] unsupported-operator - :537:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[243]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[243]`
[error] unsupported-operator - :550:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2592]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2592]`
[error] unsupported-operator - :552:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2592]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2592]`
[error] unsupported-operator - :629:11 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :629:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :674:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :675:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[46521675]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[46521675]`
[error] unsupported-operator - :675:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[984]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[984]`
[error] unsupported-operator - :675:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[28610830125]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[28610830125]`
[error] unsupported-operator - :676:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[75645]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[75645]`
[error] unsupported-operator - :699:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :700:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3304]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3304]`
[error] unsupported-operator - :700:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2729104]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2729104]`
[error] unsupported-operator - :700:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4508479808]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4508479808]`
[error] unsupported-operator - :701:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[1862002160704]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[1862002160704]`
[error] unsupported-operator - :701:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6152055138966016]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6152055138966016]`
[error] unsupported-operator - :707:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :808:59 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :832:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :832:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :833:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :833:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :843:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :848:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/solvers/ode/tests/test_single.py

[error] unsupported-operator - :422:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :425:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :879:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :879:70 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :880:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :880:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1414:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :2041:69 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[9]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :2042:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2042:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2056:67 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2057:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2057:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2067:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2067:67 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2078:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2078:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2095:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2096:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2096:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2096:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2096:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2100:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2101:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2101:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2101:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2102:65 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2106:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2107:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2107:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2107:69 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2108:65 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2112:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2112:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2112:59 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2112:100 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2113:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2114:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[98]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[98]`
[error] unsupported-operator - :2114:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2114:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2114:83 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2114:97 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2115:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[21]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[21]`
[error] unsupported-operator - :2115:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2115:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2115:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :2115:87 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[84]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[84]`
[error] unsupported-operator - :2201:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2202:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2202:59 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2444:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2444:69 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/solvers/ode/tests/test_systems.py

[error] unsupported-operator - :444:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :444:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2376:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2376:81 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2377:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2377:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2378:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2378:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2378:110 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2379:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2485:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2485:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2486:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2486:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2487:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2487:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2488:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2488:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2489:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2489:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2490:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2490:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2491:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2491:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2492:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2492:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2499:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2499:75 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2500:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2500:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2501:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2501:75 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2502:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2502:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2503:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2503:74 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2504:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2504:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2505:47 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2505:74 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2506:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2506:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2531:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2531:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2532:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2532:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2533:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2533:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2534:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2534:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2535:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2535:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2536:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2536:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2537:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2537:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2538:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2538:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`

sympy/solvers/pde.py

[error] unsupported-operator - :451:15 -
Old: Operator `-` is unsupported between objects of type `Unknown | Basic` and `Unknown | Basic`
New: Operator `-` is unsupported between objects of type `Basic` and `Basic`

sympy/solvers/recurr.py

[error] invalid-argument-type - :300:57 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/solvers/simplex.py

[error] unsupported-operator - :1068:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix | Unknown` and `MutableDenseMatrix`
[error] unsupported-operator - :1068:77 -
Old: Operator `*` is unsupported between objects of type `None | @Todo` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `None | @Todo` and `MutableDenseMatrix`

sympy/solvers/solvers.py

[error] unsupported-operator - :3278:19 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `(Unknown & ~AlwaysFalsy) | (Basic & ~AlwaysFalsy)`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `(Basic & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`

sympy/solvers/solveset.py

[error] invalid-argument-type - :1300:29 -
Old: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Basic`
New: Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] unsupported-operator - :1300:36 -
Old: Unary operator `-` is unsupported for type `Unknown | Basic`
New: Unary operator `-` is unsupported for type `Basic`

sympy/solvers/tests/test_inequalities.py

[error] unsupported-operator - :134:15 -
Old: Operator `*` is unsupported between objects of type `Unknown | One | Float` and `Unknown | Infinity`
New: Operator `*` is unsupported between objects of type `One | Float` and `Infinity`
[error] unsupported-operator - :391:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :461:22 -
Old: Operator `/` is unsupported between objects of type `Literal[0, 1]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[0, 1]` and `Integer`

sympy/solvers/tests/test_numeric.py

[error] unsupported-operator - :137:11 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/solvers/tests/test_recurr.py

[error] unsupported-operator - :264:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :265:28 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :266:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :266:67 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :267:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :268:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :269:10 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :269:67 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :270:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :270:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :271:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[23]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[23]`
[error] unsupported-operator - :271:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/solvers/tests/test_simplex.py

[error] unsupported-operator - :177:12 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :177:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :177:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :217:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :225:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :225:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :231:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[9]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :231:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[9]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :231:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[18]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[18]`

sympy/solvers/tests/test_solvers.py

[error] unsupported-operator - :483:15 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `int`
New: Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :485:15 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `int`
New: Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :488:15 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `int`
New: Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :492:15 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `int`
New: Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :494:15 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `int`
New: Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :496:15 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `int`
New: Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :498:15 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `int`
New: Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :501:16 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :642:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :697:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :697:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :718:18 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :719:19 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :720:21 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :722:19 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :722:25 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :723:19 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :723:25 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :724:19 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :724:25 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :724:30 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :724:36 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :726:22 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :726:27 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :727:22 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :727:27 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :728:22 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :728:27 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :728:36 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :728:41 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :1055:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1055:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1055:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10000]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10000]`
[error] unsupported-operator - :1056:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1056:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1057:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1057:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1057:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1057:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1315:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1315:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1316:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[343]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[343]`
[error] unsupported-operator - :1316:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1316:60 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1317:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1318:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[343]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[343]`
[error] unsupported-operator - :1318:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1318:60 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1319:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1319:57 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[343]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[343]`
[error] unsupported-operator - :1319:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1396:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1396:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1396:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1396:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1396:75 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1398:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1398:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1398:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1576:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :1577:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[18]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[18]`
[error] unsupported-operator - :1779:11 -
Old: Operator `@` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `@` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :2039:25 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2040:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2041:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] invalid-argument-type - :2134:22 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :2134:33 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] unsupported-operator - :2506:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2515:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2515:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2544:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2559:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2560:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`
[error] unsupported-operator - :2594:79 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2595:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2595:81 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2596:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2597:79 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2684:11 -
Old: Operator `-` is unsupported between objects of type `Unknown | Basic` and `Unknown | Basic`
New: Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :2699:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2704:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/solvers/tests/test_solveset.py

[error] unsupported-operator - :230:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :230:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :230:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :230:76 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[warning] possibly-missing-attribute - :589:10 - Attribute `n` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :589:10 - Type `Basic` has no attribute `n`
[error] unsupported-operator - :706:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :966:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :967:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1020:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1021:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1022:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1023:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1024:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1025:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1032:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1032:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1034:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1035:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :1083:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1084:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :1118:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1479:80 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1856:19 -
Old: Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `*` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :2071:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2071:59 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2072:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2072:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2072:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2073:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2073:67 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2074:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2074:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2075:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2075:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2075:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2076:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2076:48 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2077:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2077:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2077:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2078:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2078:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2078:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2079:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2079:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2079:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2080:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2080:60 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2081:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2081:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2081:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2082:25 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2082:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2083:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2083:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2083:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2084:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2084:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2085:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2085:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2085:75 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2086:25 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2086:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2087:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2087:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2087:69 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2088:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2088:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2089:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2089:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2089:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2090:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2090:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2090:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2091:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2091:67 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2092:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2092:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2092:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2093:54 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2094:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2094:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2095:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2095:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2095:74 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2096:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2096:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2097:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2097:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2097:74 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2098:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2098:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2099:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2099:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2100:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2100:59 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2101:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2101:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2101:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2102:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2102:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2103:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2103:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2103:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2104:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2104:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2104:75 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2105:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2105:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2106:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2106:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2106:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2107:25 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2107:61 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2108:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2108:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2109:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2109:77 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2110:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2110:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2111:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2111:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2111:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2112:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2112:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2113:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2113:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2113:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2114:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2114:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2114:67 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2115:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2115:51 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2115:68 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2116:23 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2116:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2117:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2117:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2117:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2118:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2118:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2119:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2119:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2119:69 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2120:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2120:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2121:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2121:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2121:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2122:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2122:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2122:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2123:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2123:40 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2123:78 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2124:22 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2124:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :2125:13 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2125:30 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2125:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :2126:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[49]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[49]`
[error] unsupported-operator - :2126:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2127:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2127:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2215:63 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Unknown | int`
New: Operator `/` is unsupported between objects of type `Integer` and `int`
[error] unsupported-operator - :2801:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :2801:74 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3106:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3242:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :3243:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :3243:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :3521:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3526:69 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3529:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3530:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3530:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3531:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :3531:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/stats/crv_types.py

[error] unsupported-operator - :818:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :2723:17 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`

sympy/stats/joint_rv_types.py

[error] invalid-argument-type - :192:29 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | ImmutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `ImmutableDenseMatrix`

sympy/stats/rv.py

[error] unsupported-operator - :1434:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Unknown | Literal[1]`
New: Operator `/` is unsupported between objects of type `Integer` and `Unknown | Literal[1]`

sympy/stats/sampling/tests/test_sample_discrete_rv.py

[error] unsupported-operator - :40:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/stats/tests/test_compound_rv.py

[error] unsupported-operator - :38:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[40]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[40]`
[error] unsupported-operator - :40:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :41:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :59:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :59:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :60:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :61:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[9]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[9]`
[error] unsupported-operator - :62:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :65:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :67:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :67:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :68:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :72:20 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :115:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[16]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[16]`

sympy/stats/tests/test_continuous_rv.py

[error] unsupported-operator - :420:33 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `Integer`
[error] unsupported-operator - :421:40 -
Old: Operator `/` is unsupported between objects of type `Literal[2]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[2]` and `Integer`
[error] unsupported-operator - :522:69 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :522:90 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :523:46 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :523:93 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :526:70 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :526:91 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :527:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :527:96 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :916:71 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :938:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1070:20 -
Old: Operator `/` is unsupported between objects of type `Literal[21]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[21]` and `Integer`
[error] unsupported-operator - :1071:27 -
Old: Operator `/` is unsupported between objects of type `Literal[63]` and `Unknown | Integer`
New: Operator `/` is unsupported between objects of type `Literal[63]` and `Integer`
[error] unsupported-operator - :1401:72 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[error] unsupported-operator - :1569:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :1570:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/stats/tests/test_discrete_rv.py

[error] unsupported-operator - :81:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[5]`
[error] unsupported-operator - :87:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :88:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :88:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :123:27 -
Old: Operator `-` is unsupported between objects of type `Literal[1]` and `Unknown | Half`
New: Operator `-` is unsupported between objects of type `Literal[1]` and `Half`
[error] unsupported-operator - :123:40 -
Old: Operator `-` is unsupported between objects of type `Literal[1]` and `Unknown | Half`
New: Operator `-` is unsupported between objects of type `Literal[1]` and `Half`
[error] unsupported-operator - :132:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :202:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :206:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :207:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[8]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[8]`

sympy/stats/tests/test_finite_rv.py

[error] unsupported-operator - :56:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :57:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[10]`
[error] unsupported-operator - :72:20 -
Old: Operator `+` is unsupported between objects of type `Literal[3]` and `Unknown | Half`
New: Operator `+` is unsupported between objects of type `Literal[3]` and `Half`
[error] unsupported-operator - :235:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[6]`
[error] unsupported-operator - :235:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[3]`
[error] unsupported-operator - :235:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | One` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `One` and `Literal[2]`

sympy/stats/tests/test_joint_rv.py

[error] unsupported-operator - :93:14 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :280:60 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/stats/tests/test_matrix_distributions.py

[error] unsupported-operator - :44:60 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :45:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :67:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :69:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :69:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :80:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :80:62 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :81:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :107:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :108:44 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :108:78 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`

sympy/stats/tests/test_rv.py

[error] unsupported-operator - :430:27 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[6]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[6]`
[error] unsupported-operator - :433:36 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/stats/tests/test_stochastic_process.py

[error] unsupported-operator - :141:39 -
Old: Operator `/` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Literal[125]`
New: Operator `/` is unsupported between objects of type `ImmutableDenseMatrix` and `Literal[125]`
[warning] possibly-missing-attribute - :157:12 -
Old: Attribute `contains` on type `Unknown | ImmutableDenseMatrix` may be missing
New: Attribute `contains` on type `ImmutableDenseMatrix | Unknown` may be missing
[error] unsupported-operator - :184:11 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :196:11 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :209:11 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[10]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[10]`
[error] unsupported-operator - :230:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :230:31 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :231:21 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :231:34 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :232:24 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :232:37 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :238:26 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :238:50 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :239:29 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :239:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :239:53 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :239:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :244:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :244:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :245:41 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :245:52 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :246:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :246:49 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :250:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[4]`
[error] unsupported-operator - :263:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[4]`
[error] unsupported-operator - :270:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :282:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :288:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :628:19 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :629:32 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :630:33 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :630:56 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[3]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[3]`
[error] unsupported-operator - :633:16 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :672:69 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :673:73 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/stats/tests/test_symbolic_multivariate.py

[error] unsupported-operator - :84:36 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :84:84 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :85:36 -
Old: Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `+` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/tensor/array/tests/test_arrayop.py

[error] invalid-assignment - :58:9 - Object of type `Unknown | ImmutableSparseNDimArray | MutableSparseNDimArray` is not assignable to `Symbol`
[error] invalid-assignment - :59:9 - Object of type `Unknown | ImmutableSparseNDimArray | MutableSparseNDimArray` is not assignable to `Symbol`

sympy/tensor/tests/test_tensor_operators.py

[error] unsupported-operator - :219:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | int` and `PartialDerivative`
New: Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :223:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | int` and `PartialDerivative`
New: Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :253:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | int` and `PartialDerivative`
New: Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :254:11 -
Old: Operator `*` is unsupported between objects of type `Unknown | int` and `PartialDerivative`
New: Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :258:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | int` and `PartialDerivative`
New: Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :259:11 -
Old: Operator `*` is unsupported between objects of type `Unknown | int` and `PartialDerivative`
New: Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :263:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | int` and `PartialDerivative`
New: Operator `*` is unsupported between objects of type `int` and `PartialDerivative`
[error] unsupported-operator - :264:11 -
Old: Operator `*` is unsupported between objects of type `Unknown | int` and `PartialDerivative`
New: Operator `*` is unsupported between objects of type `int` and `PartialDerivative`

sympy/testing/runtests.py

[error] invalid-assignment - :164:5 - Object of type `Literal[True]` is not assignable to attribute `NO_GLOBAL` of type `Literal[False]`
[error] invalid-assignment - :172:9 - Object of type `Literal[False]` is not assignable to attribute `_GLOBAL_WRAP_LINE` of type `None`

sympy/testing/tests/diagnose_imports.py

[warning] possibly-missing-attribute - :157:27 - Attribute `iterkeys` on type `Unknown | dict[str, Any]` may be missing
[error] unresolved-attribute - :157:27 - Type `dict[str, Any]` has no attribute `iterkeys`
[warning] possibly-missing-attribute - :180:39 - Attribute `iterkeys` on type `Unknown | dict[str, Any]` may be missing
[error] unresolved-attribute - :180:39 - Type `dict[str, Any]` has no attribute `iterkeys`

sympy/utilities/tests/test_codegen.py

[error] invalid-assignment - :1606:5 - Object of type `Literal[True]` is not assignable to attribute `COMPLEX_ALLOWED` of type `Literal[False]`
[error] unsupported-operator - :524:9 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/utilities/tests/test_lambdify.py

[error] invalid-argument-type - :643:37 -
Old: Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `tuple[Unknown, Unknown]`
New: Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `tuple[Any, Any]`
[error] unsupported-operator - :707:23 -
Old: Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[-1]`
New: Operator `**` is unsupported between objects of type `MutableDenseMatrix` and `Literal[-1]`
[error] unsupported-operator - :815:36 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :819:29 -
Old: Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
New: Operator `*` is unsupported between objects of type `MutableDenseMatrix` and `MutableDenseMatrix`

sympy/utilities/tests/test_matchpy_connector.py

[error] invalid-argument-type - :120:18 -
Old: Argument to bound method `add` is incorrect: Expected `Expr`, found `Unknown | Equality`
New: Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality`
[error] invalid-argument-type - :123:18 -
Old: Argument to bound method `add` is incorrect: Expected `Expr`, found `Unknown | Equality`
New: Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality`
[error] invalid-argument-type - :126:9 -
Old: Argument to bound method `add` is incorrect: Expected `Expr`, found `Unknown | Equality`
New: Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality`
[error] invalid-argument-type - :132:9 -
Old: Argument to bound method `add` is incorrect: Expected `Expr`, found `Unknown | Equality`
New: Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality`

sympy/utilities/tests/test_misc.py

[error] invalid-argument-type - :133:40 -
Old: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `Unknown | NaN`
New: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `NaN`
[error] invalid-argument-type - :134:40 -
Old: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `Unknown | Infinity`
New: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `Infinity`
[error] invalid-argument-type - :135:40 -
Old: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `Unknown | NegativeInfinity`
New: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `NegativeInfinity`
[error] invalid-argument-type - :136:40 -
Old: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `Unknown | ComplexInfinity`
New: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `ComplexInfinity`
[error] invalid-argument-type - :143:40 -
Old: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `Unknown | Basic`
New: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `Basic`

sympy/utilities/tests/test_wester.py

[error] unsupported-operator - :192:9 -
Old: Operator `+=` is unsupported between objects of type `Literal[0]` and `Unknown | Rational`
New: Operator `+=` is unsupported between objects of type `Literal[0]` and `Rational`
[error] unsupported-operator - :201:12 -
Old: Operator `*` is unsupported between objects of type `Unknown | Rational` and `Unknown | Rational`
New: Operator `*` is unsupported between objects of type `Rational` and `Rational`
[error] unsupported-operator - :205:24 -
Old: Operator `+` is unsupported between objects of type `Literal[1]` and `Unknown | Rational`
New: Operator `+` is unsupported between objects of type `Literal[1]` and `Rational`
[error] unsupported-operator - :261:12 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | Infinity`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `Infinity`
[error] invalid-argument-type - :1318:37 -
Old: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Unknown | MutableDenseMatrix`
New: Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - :1434:19 -
Old: Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Unknown | Infinity`
New: Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - :1467:19 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
[error] unsupported-operator - :3051:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3051:42 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3052:18 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :3052:55 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/vector/tests/test_dyadic.py

[warning] possibly-missing-attribute - :18:23 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :18:28 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :18:47 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :18:52 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :18:23 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :18:28 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :18:47 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :18:52 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :19:37 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :19:37 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :20:24 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :20:24 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :22:10 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :22:16 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :22:10 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :22:16 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :23:10 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :23:16 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :23:10 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :23:16 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :24:10 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :24:16 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :24:10 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :24:16 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :32:18 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :32:28 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :32:18 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :32:28 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :33:18 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :33:28 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :33:18 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :33:28 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :34:12 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :34:18 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :34:12 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :34:18 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :35:10 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :35:18 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :35:10 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :35:18 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :36:44 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :36:48 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :36:64 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :36:68 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :36:44 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :36:48 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :36:64 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :36:68 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :37:15 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :37:19 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :37:31 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :37:35 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :37:15 - Type `CoordSys3D` has no attribute `k`
[error] unresolved-attribute - :37:19 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :37:31 - Type `CoordSys3D` has no attribute `k`
[error] unresolved-attribute - :37:35 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :40:27 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :40:33 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :40:27 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :40:33 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :45:19 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :45:27 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :45:39 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :45:19 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :45:27 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :45:39 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :48:21 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :48:21 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :49:17 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :49:33 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :49:17 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :49:33 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :50:21 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :50:31 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :50:37 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :50:21 - Type `CoordSys3D` has no attribute `k`
[error] unresolved-attribute - :50:31 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :50:37 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :51:21 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :51:31 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :51:37 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :51:49 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :51:21 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :51:31 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :51:37 - Type `CoordSys3D` has no attribute `k`
[error] unresolved-attribute - :51:49 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :53:12 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :53:12 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :54:12 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :54:31 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :54:37 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :54:44 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :54:12 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :54:31 - Type `CoordSys3D` has no attribute `k`
[error] unresolved-attribute - :54:37 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :54:44 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :56:12 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :56:24 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :56:30 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :56:12 - Type `CoordSys3D` has no attribute `k`
[error] unresolved-attribute - :56:24 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :56:30 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :57:12 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :57:27 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :57:39 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :57:12 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :57:27 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :57:39 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :58:12 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :58:12 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :60:12 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :60:24 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :60:12 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :60:24 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :62:37 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :62:43 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :62:37 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :62:43 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :66:35 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :66:35 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :74:31 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :74:57 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :74:31 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :74:57 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :77:25 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :77:51 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :77:25 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :77:51 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :86:14 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :86:24 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :86:34 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :86:14 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :86:24 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :86:34 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :87:14 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :87:24 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :87:34 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :87:14 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :87:24 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :87:34 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :93:35 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :93:35 - Type `CoordSys3D` has no attribute `i`

sympy/vector/tests/test_field_functions.py

[warning] possibly-missing-attribute - :39:28 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :39:48 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :39:56 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :39:62 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :39:28 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :39:48 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :39:56 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :39:62 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :40:29 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :40:50 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :40:56 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :40:29 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :40:50 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :40:56 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :41:29 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :41:49 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :41:57 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :41:63 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :41:29 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :41:49 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :41:57 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :41:63 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :57:37 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :57:42 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :57:37 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :57:42 - Type `CoordSys3D` has no attribute `x`
[warning] possibly-missing-attribute - :58:24 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :58:29 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :58:47 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :58:52 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :58:24 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :58:29 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :58:47 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :58:52 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :68:37 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :68:42 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :68:48 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :68:37 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :68:42 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :68:48 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :69:25 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :69:30 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :69:36 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :69:54 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :69:59 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :69:65 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :69:25 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :69:30 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :69:36 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :69:54 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :69:59 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :69:65 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :72:25 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :72:29 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :72:33 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :72:38 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :72:44 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :72:25 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :72:29 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :72:33 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :72:38 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :72:44 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :73:25 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :73:29 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :73:33 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :73:38 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :73:44 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :73:25 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :73:29 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :73:33 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :73:38 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :73:44 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :74:25 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :74:29 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :74:33 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :74:38 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :74:44 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :74:25 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :74:29 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :74:33 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :74:38 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :74:44 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :94:38 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :94:44 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :94:50 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :94:38 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :94:44 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :94:50 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :205:35 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :205:39 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :205:43 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :205:50 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :205:58 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :205:64 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :205:72 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :205:76 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :205:84 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :205:88 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :205:96 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :205:100 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :205:35 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :205:39 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :205:43 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :205:50 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :205:58 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :205:64 - Type `CoordSys3D` has no attribute `k`
[error] unresolved-attribute - :205:72 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :205:76 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :205:84 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :205:88 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :205:96 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :205:100 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :206:37 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :206:44 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :206:51 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :206:59 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :206:65 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :206:75 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :206:87 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :206:91 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :206:37 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :206:44 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :206:51 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :206:59 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :206:65 - Type `CoordSys3D` has no attribute `k`
[error] unresolved-attribute - :206:75 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :206:87 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :206:91 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :207:37 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :207:44 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :207:51 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :207:37 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :207:44 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :207:51 - Type `CoordSys3D` has no attribute `j`

sympy/vector/tests/test_functions.py

[warning] possibly-missing-attribute - :27:39 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :27:53 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :27:39 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :27:53 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :28:40 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :28:54 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :28:40 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :28:54 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :29:31 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :29:31 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :42:20 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :42:31 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :42:20 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :42:31 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :43:20 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :43:31 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :43:20 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :43:31 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :44:20 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :44:31 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :44:20 - Type `CoordSys3D` has no attribute `k`
[error] unresolved-attribute - :44:31 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :45:20 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :45:20 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :46:20 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :46:20 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :47:20 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :47:20 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :48:20 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :48:20 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :50:20 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :50:20 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :52:20 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :52:20 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :53:20 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :53:20 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :57:20 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :57:20 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :61:20 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :61:20 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :64:40 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :64:54 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :64:40 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :64:54 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :65:41 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :65:55 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :65:41 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :65:55 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :66:31 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :66:31 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :79:40 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :79:54 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :79:40 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :79:54 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :80:49 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :80:49 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :81:29 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :81:43 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :81:29 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :81:43 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :82:48 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :82:48 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :83:29 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :83:43 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :83:29 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :83:43 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :95:53 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :95:53 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :96:53 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :96:53 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :97:25 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :97:25 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :99:26 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :99:48 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :99:62 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :99:26 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :99:48 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :99:62 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :101:53 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :101:53 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :102:53 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :102:53 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :103:25 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :103:25 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :117:12 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :117:12 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :118:12 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :118:12 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :119:12 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :119:12 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :121:12 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :121:12 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :123:12 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :123:12 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :126:36 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :126:50 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :126:36 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :126:50 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :127:37 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :127:51 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :127:37 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :127:51 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :138:36 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :138:50 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :138:36 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :138:50 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :139:45 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :139:45 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :140:29 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :140:43 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :140:29 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :140:43 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :142:44 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :142:44 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :143:29 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :143:43 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :143:29 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :143:43 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :165:41 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :165:50 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :165:59 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :165:41 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :165:50 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :165:59 - Type `CoordSys3D` has no attribute `k`

sympy/vector/tests/test_implicitregion.py

[error] unsupported-operator - :26:38 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :26:59 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[4]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[4]`
[error] unsupported-operator - :27:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :31:35 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :31:43 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[7]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[7]`
[error] unsupported-operator - :60:64 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :62:78 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :62:104 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :85:9 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[error] unsupported-operator - :85:66 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`

sympy/vector/tests/test_integrals.py

[error] unsupported-operator - :17:58 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[5]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[5]`
[warning] possibly-missing-attribute - :17:31 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :17:35 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :17:31 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :17:35 - Type `CoordSys3D` has no attribute `y`
[warning] possibly-missing-attribute - :20:16 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :20:23 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :20:27 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :20:31 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :20:39 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :20:43 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :20:51 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :20:55 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :20:59 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :20:16 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :20:23 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :20:27 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :20:31 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :20:39 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :20:43 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :20:51 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :20:55 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :20:59 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :23:31 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :23:35 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :23:39 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :23:45 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :23:49 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :23:53 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :23:31 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :23:35 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :23:39 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :23:45 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :23:49 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :23:53 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :25:33 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :25:33 - Type `CoordSys3D` has no attribute `x`
[warning] possibly-missing-attribute - :28:31 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :28:35 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :28:39 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :28:31 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :28:35 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :28:39 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :30:14 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:18 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:24 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:28 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:34 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:38 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :30:14 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :30:18 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :30:24 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :30:28 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :30:34 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :30:38 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :37:31 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :37:31 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :40:31 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :40:31 - Type `CoordSys3D` has no attribute `y`
[warning] possibly-missing-attribute - :43:31 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :43:35 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :43:41 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :43:45 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :43:51 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :43:58 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :43:31 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :43:35 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :43:41 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :43:45 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :43:51 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :43:58 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :47:37 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :47:41 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :47:85 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :47:89 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :47:37 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :47:41 - Type `CoordSys3D` has no attribute `k`
[error] unresolved-attribute - :47:85 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :47:89 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :48:31 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :48:53 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :48:31 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :48:53 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :59:31 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :59:40 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :59:31 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :59:40 - Type `CoordSys3D` has no attribute `y`
[warning] possibly-missing-attribute - :60:31 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :60:40 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :60:31 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :60:40 - Type `CoordSys3D` has no attribute `y`
[warning] possibly-missing-attribute - :67:31 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :67:35 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :67:41 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :67:51 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :67:31 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :67:35 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :67:41 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :67:51 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :68:28 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :68:32 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :68:38 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :68:48 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :68:28 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :68:32 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :68:38 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :68:48 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :69:33 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :69:33 - Type `CoordSys3D` has no attribute `x`
[warning] possibly-missing-attribute - :73:29 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :73:29 - Type `CoordSys3D` has no attribute `x`
[warning] possibly-missing-attribute - :74:29 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :74:29 - Type `CoordSys3D` has no attribute `x`
[warning] possibly-missing-attribute - :76:30 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :76:37 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :76:43 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :76:56 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :76:76 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :76:30 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :76:37 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :76:43 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :76:56 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :76:76 - Type `CoordSys3D` has no attribute `z`
[error] unsupported-operator - :79:45 -
Old: Operator `/` is unsupported between objects of type `Unknown | Integer` and `Literal[2]`
New: Operator `/` is unsupported between objects of type `Integer` and `Literal[2]`
[warning] possibly-missing-attribute - :79:33 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :79:33 - Type `CoordSys3D` has no attribute `y`
[warning] possibly-missing-attribute - :81:29 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :81:33 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :81:29 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :81:33 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :84:31 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :84:49 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :84:31 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :84:49 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :87:29 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :87:33 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :87:29 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :87:33 - Type `CoordSys3D` has no attribute `y`
[warning] possibly-missing-attribute - :92:29 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :92:33 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :92:42 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :92:46 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :92:29 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :92:33 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :92:42 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :92:46 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :95:33 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :95:52 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :95:70 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :95:33 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :95:52 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :95:70 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :98:29 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :98:33 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :98:67 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :98:71 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :98:29 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :98:33 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :98:67 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :98:71 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :106:49 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :106:53 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :106:57 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :106:63 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :106:49 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :106:53 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :106:57 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :106:63 - Type `CoordSys3D` has no attribute `k`

sympy/vector/tests/test_operators.py

[warning] possibly-missing-attribute - :14:37 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :14:41 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :14:45 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :14:37 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :14:41 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :14:45 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :15:37 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :15:45 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :15:37 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :15:45 - Type `CoordSys3D` has no attribute `y`
[warning] possibly-missing-attribute - :16:35 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :16:39 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :16:43 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :16:49 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :16:53 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :16:57 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :16:63 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :16:67 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :16:71 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :16:35 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :16:39 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :16:43 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :16:49 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :16:53 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :16:57 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :16:63 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :16:67 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :16:71 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :17:35 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :17:43 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :17:47 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :17:35 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :17:43 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :17:47 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :21:41 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :21:45 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :21:51 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :21:55 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :21:59 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :21:41 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :21:45 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :21:51 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :21:55 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :21:59 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :22:41 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :22:45 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :22:51 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :22:55 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :22:61 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :22:65 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :22:41 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :22:45 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :22:51 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :22:55 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :22:61 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :22:65 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :31:29 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :31:33 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :31:39 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :31:43 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :31:47 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :31:29 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :31:33 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :31:39 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :31:43 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :31:47 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :32:29 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :32:33 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :32:39 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :32:43 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :32:49 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :32:53 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :32:29 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :32:33 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :32:39 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :32:43 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :32:49 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :32:53 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :33:35 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :33:40 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :33:35 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :33:40 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :38:39 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :38:48 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :38:57 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :38:39 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :38:48 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :38:57 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :39:39 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :39:46 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :39:52 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :39:59 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :39:65 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :39:72 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :39:39 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :39:46 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :39:52 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :39:59 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :39:65 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :39:72 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :41:38 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :41:46 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :41:54 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :41:38 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :41:46 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :41:54 - Type `CoordSys3D` has no attribute `k`

sympy/vector/tests/test_vector.py

[warning] possibly-missing-attribute - :27:10 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :27:20 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :27:26 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :27:10 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :27:20 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :27:26 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :28:10 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :28:20 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :28:30 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :28:10 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :28:20 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :28:30 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :29:35 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :29:39 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :29:45 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :29:52 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :29:57 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :29:61 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :29:67 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :29:71 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :29:77 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :29:81 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :29:35 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :29:39 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :29:45 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :29:52 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :29:57 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :29:61 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :29:67 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :29:71 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :29:77 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :29:81 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :30:36 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:43 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:51 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:55 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:60 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:67 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:71 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:77 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:81 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :30:89 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :30:36 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :30:43 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :30:51 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :30:55 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :30:60 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :30:67 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :30:71 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :30:77 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :30:81 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :30:89 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :31:29 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :31:36 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :31:44 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :31:48 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :31:53 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :31:60 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :31:64 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :31:70 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :31:74 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :31:82 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :31:29 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :31:36 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :31:44 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :31:48 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :31:53 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :31:60 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :31:64 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :31:70 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :31:74 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :31:82 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :39:10 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :39:20 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :39:26 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :39:10 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :39:20 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :39:26 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :40:10 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :40:20 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :40:30 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :40:10 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :40:20 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :40:30 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :45:10 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :45:20 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :45:26 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :45:10 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :45:20 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :45:26 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :46:10 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :46:20 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :46:30 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :46:10 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :46:20 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :46:30 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :47:31 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :47:35 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :47:41 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :47:48 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :47:53 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :47:57 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :47:63 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :47:67 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :47:73 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :47:77 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :47:31 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :47:35 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :47:41 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :47:48 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :47:53 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :47:57 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :47:63 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :47:67 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :47:73 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :47:77 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :48:34 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :48:43 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :48:47 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :48:34 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :48:43 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :48:47 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :49:34 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :49:43 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :49:47 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :49:34 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :49:43 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :49:47 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :68:12 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :68:12 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :69:12 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :69:12 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :70:12 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :70:12 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :72:12 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :72:12 - Type `CoordSys3D` has no attribute `x`
[warning] possibly-missing-attribute - :73:12 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :73:12 - Type `CoordSys3D` has no attribute `y`
[warning] possibly-missing-attribute - :74:12 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :74:12 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :77:19 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :77:19 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :79:10 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :79:20 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :79:26 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :79:10 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :79:20 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :79:26 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :80:10 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :80:20 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :80:30 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :80:10 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :80:20 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :80:30 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :96:27 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :96:32 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :96:27 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :96:32 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :97:10 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :97:20 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :97:26 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :97:10 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :97:20 - Type `CoordSys3D` has no attribute `z`
[error] unresolved-attribute - :97:26 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :98:10 - Attribute `x` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :98:20 - Attribute `y` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :98:30 - Attribute `z` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :98:10 - Type `CoordSys3D` has no attribute `x`
[error] unresolved-attribute - :98:20 - Type `CoordSys3D` has no attribute `y`
[error] unresolved-attribute - :98:30 - Type `CoordSys3D` has no attribute `z`
[warning] possibly-missing-attribute - :103:17 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :103:22 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :103:27 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :103:17 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :103:22 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :103:27 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :191:42 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :191:60 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :191:42 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :191:60 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :232:38 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :232:38 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :233:25 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :233:25 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :234:25 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :234:25 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :304:48 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :304:69 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :304:90 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :304:48 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :304:69 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :304:90 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :313:14 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :313:25 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :313:31 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :313:14 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :313:25 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :313:31 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :314:50 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :314:50 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :315:48 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :315:59 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :315:48 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :315:59 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :317:35 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :317:45 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :317:35 - Type `CoordSys3D` has no attribute `i`
[error] unresolved-attribute - :317:45 - Type `CoordSys3D` has no attribute `j`
[warning] possibly-missing-attribute - :318:51 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :318:51 - Type `CoordSys3D` has no attribute `i`
[warning] possibly-missing-attribute - :319:33 - Attribute `j` on type `Unknown | CoordSys3D` may be missing
[warning] possibly-missing-attribute - :319:57 - Attribute `k` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :319:33 - Type `CoordSys3D` has no attribute `j`
[error] unresolved-attribute - :319:57 - Type `CoordSys3D` has no attribute `k`
[warning] possibly-missing-attribute - :332:18 - Attribute `i` on type `Unknown | CoordSys3D` may be missing
[error] unresolved-attribute - :332:18 - Type `CoordSys3D` has no attribute `i`

tornado (https://github.com/tornadoweb/tornado)

tornado/autoreload.py

[error] invalid-assignment - :272:5 - Object of type `Literal[True]` is not assignable to attribute `_autoreload_is_main` of type `Literal[False]`

tornado/concurrent.py

[warning] unused-ignore-comment - :167:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :168:51 - Unused blanket `type: ignore` directive

tornado/iostream.py

[warning] possibly-missing-attribute - :1188:63 - Attribute `fileno` on type `Unknown | socket | None` may be missing

tornado/test/gen_test.py

[warning] unused-ignore-comment - :987:34 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :300:26 -
Old: Type `(...) -> @Todo` has no attribute `__name__`
New: Type `(...) -> Future[Unknown]` has no attribute `__name__`

tornado/test/httpclient_test.py

[warning] unused-ignore-comment - :258:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :554:64 - Unused blanket `type: ignore` directive

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

src/trio/_tests/pytest_plugin.py

[error] invalid-return-type - :50:56 - Function always implicitly returns `None`, which is not assignable to return type `Never`

src/trio/_core/_io_common.py

[error] invalid-type-form - :16:38 - Variable of type `Never` is not allowed in a type expression

src/trio/_tests/test_threads.py

[error] invalid-argument-type - :89:44 -
Old: Argument to function `check_case` is incorrect: Expected `(...) -> Literal[2] | Awaitable[Literal[2]]`, found `def f1(record: Unknown | list[tuple[str, Thread | type[BaseException]]]) -> int`
New: Argument to function `check_case` is incorrect: Expected `(...) -> Literal[2] | Awaitable[Literal[2]]`, found `def f1(record: list[tuple[str, Thread | type[BaseException]]]) -> int`

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

src/urllib3/contrib/pyopenssl.py

[error] invalid-assignment - :146:5 - Object of type `Literal[True]` is not assignable to attribute `IS_PYOPENSSL` of type `Literal[False]`

src/urllib3/util/ssl_.py

[error] invalid-assignment - :360:9 -
Old: Object of type `int` is not assignable to attribute `verify_mode` of type `VerifyMode`
New: Object of type `int & ~Literal[VerifyMode.CERT_REQUIRED]` is not assignable to attribute `verify_mode` of type `VerifyMode`

vision (https://github.com/pytorch/vision)

setup.py

[warning] possibly-missing-attribute - :291:20 -
Old: Attribute `copy` on type `Unknown | str | list[str] | list[Unknown]` may be missing
New: Attribute `copy` on type `str | list[str] | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :292:20 -
Old: Attribute `copy` on type `Unknown | str | list[str] | list[Unknown]` may be missing
New: Attribute `copy` on type `str | list[str] | list[Unknown]` may be missing
[error] unsupported-operator - :416:32 -
Old: Operator `+` is unsupported between objects of type `list[Unknown | str]` and `Unknown | str | list[str] | list[Unknown]`
New: Operator `+` is unsupported between objects of type `list[Unknown | str]` and `str | list[str] | list[Unknown]`
[error] unsupported-operator - :506:30 -
Old: Operator `+` is unsupported between objects of type `list[Unknown]` and `Unknown | str | list[str] | list[Unknown]`
New: Operator `+` is unsupported between objects of type `list[Unknown]` and `str | list[str] | list[Unknown]`

test/datasets_utils.py

[warning] possibly-missing-attribute - :651:58 -
Old: Attribute `__qualname__` on type `(((str, /) -> Any) & ~AlwaysFalsy) | (def open(fp: Unknown | IO[bytes], mode: Literal["r"] = Literal["r"], formats: list[str] | tuple[str, ...] | None = None) -> ImageFile)` may be missing
New: Attribute `__qualname__` on type `(((str, /) -> Any) & ~AlwaysFalsy) | (def open(fp: @Todo | IO[bytes], mode: Literal["r"] = Literal["r"], formats: list[str] | tuple[str, ...] | None = None) -> ImageFile)` may be missing

test/test_image.py

[error] invalid-assignment - :46:1 - Object of type `tuple[@Todo, ...]` is not assignable to `Literal["11.3.0"]`
[error] unsupported-operator - :221:8 -
Old: Operator `>=` is not supported for types `str` and `tuple[Literal[8], Literal[3]]`, in comparing `Unknown | Literal["11.3.0"]` with `tuple[Literal[8], Literal[3]]`
New: Operator `>=` is not supported for types `str` and `tuple[Literal[8], Literal[3]]`, in comparing `Literal["11.3.0"]` with `tuple[Literal[8], Literal[3]]`

test/test_transforms_v2.py

[warning] possibly-missing-attribute - :6763:40 -
Old: Attribute `__name__` on type `Unknown | ((inpt: Unknown) -> Unknown) | ((inpt: Unknown) -> int) | ((pic, mode=None) -> Unknown) | ((inpt: Unknown, displacement: Unknown, interpolation: InterpolationMode | int = InterpolationMode, fill: Unknown = None) -> Unknown) | ((inpt: Unknown, num_output_channels: int = int) -> Unknown)` may be missing
New: Attribute `__name__` on type `Unknown | ((inpt: Unknown) -> Unknown) | ((inpt: Unknown) -> int) | ((pic, mode=None) -> Unknown) | ((inpt: Unknown, displacement: Unknown, interpolation: InterpolationMode | int = InterpolationMode, fill: @Todo = None) -> Unknown) | ((inpt: Unknown, num_output_channels: int = int) -> Unknown)` may be missing

test/test_utils.py

[error] invalid-assignment - :17:1 - Object of type `tuple[@Todo, ...]` is not assignable to `Literal["11.3.0"]`
[error] unsupported-operator - :137:21 - Operator `<` is not supported for types `str` and `tuple[Literal[10], Literal[1]]`, in comparing `Literal["11.3.0"]` with `tuple[Literal[10], Literal[1]]`
[error] unsupported-operator - :152:21 - Operator `<` is not supported for types `str` and `tuple[Literal[10], Literal[1]]`, in comparing `Literal["11.3.0"]` with `tuple[Literal[10], Literal[1]]`
[error] unsupported-operator - :169:21 - Operator `<` is not supported for types `str` and `tuple[Literal[10], Literal[1]]`, in comparing `Literal["11.3.0"]` with `tuple[Literal[10], Literal[1]]`
[error] unsupported-operator - :196:21 - Operator `<` is not supported for types `str` and `tuple[Literal[10], Literal[1]]`, in comparing `Literal["11.3.0"]` with `tuple[Literal[10], Literal[1]]`
[error] unsupported-operator - :207:21 - Operator `<` is not supported for types `str` and `tuple[Literal[10], Literal[1]]`, in comparing `Literal["11.3.0"]` with `tuple[Literal[10], Literal[1]]`
[error] unsupported-operator - :127:8 -
Old: Operator `>=` is not supported for types `str` and `tuple[Literal[10], Literal[1]]`, in comparing `Unknown | Literal["11.3.0"]` with `tuple[Literal[10], Literal[1]]`
New: Operator `>=` is not supported for types `str` and `tuple[Literal[10], Literal[1]]`, in comparing `Literal["11.3.0"]` with `tuple[Literal[10], Literal[1]]`

torchvision/prototype/datasets/_home.py

[error] invalid-assignment - :21:9 - Object of type `bool` is not assignable to attribute `_USE_SHARDED_DATASETS` of type `Literal[False]`

websockets (https://github.com/aaugustin/websockets)

src/websockets/legacy/auth.py

[warning] redundant-cast - :163:37 - Value is already of type `Iterable[tuple[str, str]]`

src/websockets/server.py

[error] unresolved-attribute - :110:17 -
Old: Type `(ServerProtocol, Sequence[Unknown], /) -> Unknown | None` has no attribute `__get__`
New: Type `(ServerProtocol, Sequence[@Todo], /) -> @Todo | None` has no attribute `__get__`

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

tests/live_apps/run.py

[warning] possibly-missing-attribute - :20:30 - Attribute `app` on type `Unknown | ModuleType` may be missing
[error] unresolved-attribute - :20:30 - Type `ModuleType` has no attribute `app`

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

xarray/coding/times.py

[error] invalid-return-type - :1169:12 -
Old: Return type does not match returned value: expected `tuple[T_DuckArray@_eagerly_encode_cf_datetime, str, str]`, found `tuple[Unknown | ndarray[@Todo, Unknown], str, str | Unknown]`
New: Return type does not match returned value: expected `tuple[T_DuckArray@_eagerly_encode_cf_datetime, str, str]`, found `tuple[Unknown | ndarray[@Todo, Unknown], str, str | @Todo]`

xarray/core/common.py

[error] invalid-assignment - :869:13 -
Old: Method `__setitem__` of type `bound method dict[str, Unknown].__setitem__(key: str, value: Unknown, /) -> None` cannot be called with a key of type `object` and a value of type `Unknown` on object of type `dict[str, Unknown]`
New: Method `__setitem__` of type `bound method dict[str, @Todo].__setitem__(key: str, value: @Todo, /) -> None` cannot be called with a key of type `object` and a value of type `Unknown` on object of type `dict[str, @Todo]`

xarray/core/dataarray.py

[error] invalid-assignment - :517:13 - Object of type `Unknown | Default` is not assignable to attribute `attrs` on type `Variable | Unknown`

xarray/core/dataset.py

[error] invalid-assignment - :4616:17 -
Old: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Unknown` and a value of type `Unknown | int` on object of type `Mapping[Hashable, Any] & Top[MutableMapping[Unknown, Unknown]]`
New: Method `__setitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Unknown` and a value of type `int` on object of type `Mapping[Hashable, Any] & Top[MutableMapping[Unknown, Unknown]]`
[warning] possibly-missing-attribute - :9082:32 -
Old: Attribute `keys` on type `Unknown | None` may be missing
New: Attribute `keys` on type `@Todo | None` may be missing
[warning] possibly-missing-attribute - :9084:55 -
Old: Attribute `keys` on type `Unknown | None` may be missing
New: Attribute `keys` on type `@Todo | None` may be missing
[warning] possibly-missing-attribute - :9086:46 -
Old: Attribute `items` on type `Unknown | None` may be missing
New: Attribute `items` on type `@Todo | None` may be missing

xarray/core/datatree.py

[error] not-iterable - :892:27 - Object of type `dict[str, DataTree] | Default | Unknown` may not be iterable
[warning] possibly-missing-attribute - :893:30 - Attribute `variables` on type `Dataset | Default | Unknown` may be missing
[error] invalid-argument-type - :901:36 - Argument to function `check_alignment` is incorrect: Expected `Dataset`, found `Dataset | Default | Unknown`
[error] invalid-argument-type - :901:51 - Argument to function `check_alignment` is incorrect: Expected `Mapping[str, DataTree]`, found `dict[str, DataTree] | Default | Unknown`
[error] invalid-argument-type - :904:33 - Argument to bound method `_set_node_data` is incorrect: Expected `Dataset`, found `Dataset | Default | Unknown`

xarray/core/indexing.py

[warning] unused-ignore-comment - :1503:56 - Unused blanket `type: ignore` directive

xarray/namedarray/core.py

[error] invalid-assignment - :145:9 - Object of type `Unknown | Default` is not assignable to `Mapping[Any, Any] | None`
[warning] unused-ignore-comment - :832:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :851:89 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :988:47 - Attribute `lower` on type `Literal["coo"] | Default | Unknown` may be missing

xarray/structure/concat.py

[error] not-iterable - :506:40 -
Old: Object of type `Unknown | Iterable[Hashable] | CombineKwargDefault` may not be iterable
New: Object of type `@Todo | Iterable[Hashable] | CombineKwargDefault` may not be iterable
[error] invalid-argument-type - :520:32 -
Old: Argument to bound method `update` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Iterable[Hashable] | CombineKwargDefault`
New: Argument to bound method `update` is incorrect: Expected `Iterable[Unknown]`, found `@Todo | Iterable[Hashable] | CombineKwargDefault`

xarray/tests/test_dataset.py

[warning] unused-ignore-comment - :586:55 - Unused blanket `type: ignore` directive

xarray/tests/test_namedarray.py

[error] invalid-assignment - :434:21 - Object of type `Unknown | Default` is not assignable to `Mapping[Any, Any] | None`
[error] invalid-assignment - :495:21 - Object of type `Unknown | Default` is not assignable to `Mapping[Any, Any] | None`

yarl (https://github.com/aio-libs/yarl)

yarl/_url.py

[error] index-out-of-bounds - :565:44 -
Old: Index 1 is out of bounds for tuple `tuple[Unknown | tuple[str, str, str, str, str]]` with length 1
New: Index 1 is out of bounds for tuple `tuple[tuple[str, str, str, str, str]]` with length 1
[error] index-out-of-bounds - :567:19 -
Old: Index 1 is out of bounds for tuple `tuple[Unknown | tuple[str, str, str, str, str]]` with length 1
New: Index 1 is out of bounds for tuple `tuple[tuple[str, str, str, str, str]]` with length 1

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/common/builtins.py

[warning] possibly-missing-attribute - :72:23 - Attribute `IByteString` on type `<module 'zope.interface.common.collections'>` may be missing

src/zope/interface/common/tests/test_builtins.py

[warning] possibly-missing-attribute - :40:10 - Attribute `IByteString` on type `<module 'zope.interface.common.builtins'>` may be missing

src/zope/interface/common/idatetime.py

[warning] unsupported-base - :28:23 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :69:18 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :220:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :487:18 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :582:15 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/common/interfaces.py

[warning] unsupported-base - :20:18 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/common/mapping.py

[warning] unsupported-base - :35:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :65:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :111:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/common/sequence.py

[warning] unsupported-base - :126:34 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/interface.py

[error] invalid-assignment - :991:1 - Object of type `InterfaceClass` is not assignable to attribute `_ROOT` of type `None`

src/zope/interface/interfaces.py

[warning] unsupported-base - :56:16 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :190:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :469:29 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :816:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :982:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :999:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1085:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1185:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/tests/idummy.py

[warning] unsupported-base - :19:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/tests/m1.py

[warning] unsupported-base - :20:10 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :24:10 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/tests/test_adapter.py

[warning] unsupported-base - :27:15 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :42:15 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :48:15 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/tests/test_declarations.py

[warning] unsupported-base - :329:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :720:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :742:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :770:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :803:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :825:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :844:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :847:19 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :850:19 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :856:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1309:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1444:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1839:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1882:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2299:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2325:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2348:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2371:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2399:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2402:19 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2405:19 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2411:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2558:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/tests/test_document.py

[warning] unsupported-base - :35:28 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :50:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :78:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :99:29 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :118:29 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :137:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :156:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :175:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :194:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :213:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :240:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :279:28 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :294:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :323:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :344:29 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :363:29 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :382:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :401:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :420:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :439:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :458:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :485:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/tests/test_exceptions.py

[warning] unsupported-base - :21:14 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/tests/test_interface.py

[warning] unsupported-base - :549:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :552:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :565:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :578:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :587:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :611:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :614:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :631:32 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :640:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1280:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1301:18 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1309:18 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1320:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1327:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1354:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1381:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1410:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1443:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1451:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1503:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1523:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1543:27 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1552:23 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1564:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1589:23 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1612:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1666:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1676:23 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1697:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1735:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1745:23 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1766:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1804:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1813:23 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1826:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1849:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1858:23 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1870:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1891:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1902:31 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1912:31 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1941:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1971:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2018:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2073:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2079:38 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2094:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2121:23 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2219:18 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2237:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2251:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2264:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2276:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2295:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2315:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2337:22 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2342:23 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2372:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2392:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2407:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2418:26 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2451:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2843:18 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2846:18 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2862:18 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/tests/test_odd_declarations.py

[warning] unsupported-base - :32:10 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :36:10 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :40:10 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :48:10 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :52:10 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :188:19 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :191:19 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :194:18 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :197:18 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/tests/test_registry.py

[warning] unsupported-base - :381:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :407:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :413:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1466:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1472:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1510:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1516:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1713:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :1719:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2582:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :2615:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/tests/test_ro.py

[warning] unsupported-base - :186:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/tests/test_sorting.py

[warning] unsupported-base - :22:10 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :34:10 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :77:18 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

src/zope/interface/tests/test_verify.py

[warning] unsupported-base - :45:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :57:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :72:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :87:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :104:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :122:21 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :142:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :160:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :179:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :198:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :217:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :235:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :252:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :270:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :288:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :305:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :323:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :341:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :358:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :375:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :393:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :412:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :431:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :447:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :463:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :479:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :501:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :518:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :559:31 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :605:24 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :627:28 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`
[warning] unsupported-base - :638:20 -
Old: Unsupported class base with type `Unknown | InterfaceClass`
New: Unsupported class base with type `InterfaceClass`

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

zerver/lib/message_cache.py

[error] invalid-assignment - :434:9 -
Old: Method `__setitem__` of type `bound method dict[str, int | str].__setitem__(key: str, value: int | str, /) -> None` cannot be called with a key of type `Unknown | Literal["topic_links"]` and a value of type `list[dict[str, str]]` on object of type `dict[str, int | str]`
New: Method `__setitem__` of type `bound method dict[str, int | str].__setitem__(key: str, value: int | str, /) -> None` cannot be called with a key of type `Literal["topic_links"]` and a value of type `list[dict[str, str]]` on object of type `dict[str, int | str]`

zerver/lib/typed_endpoint.py

[error] invalid-return-type - :271:12 -
Old: Return type does not match returned value: expected `FuncParam[T@parse_single_parameter]`, found `FuncParam[(Any & ~<class '_empty'>) | Unknown | _NotSpecified]`
New: Return type does not match returned value: expected `FuncParam[T@parse_single_parameter]`, found `FuncParam[(Any & ~<class '_empty'>) | _NotSpecified]`

zerver/openapi/curl_param_value_generators.py

[warning] possibly-missing-attribute - :166:22 - Attribute `id` on type `Unknown | Stream` may be missing
[error] unresolved-attribute - :166:22 - Type `Stream` has no attribute `id`
[warning] possibly-missing-attribute - :174:22 - Attribute `id` on type `Unknown | Stream` may be missing
[error] unresolved-attribute - :174:22 - Type `Stream` has no attribute `id`

zproject/computed_settings.py

[warning] possibly-missing-implicit-call - :381:9 - Method `__setitem__` of type `Any | str | int | dict[Unknown | str, Unknown | <class 'TimeTrackingConnection'> | <class 'TimeTrackingCursor'> | int]` may be missing
[warning] possibly-missing-implicit-call - :387:9 - Method `__setitem__` of type `Any | str | int | dict[Unknown | str, Unknown | <class 'TimeTrackingConnection'> | <class 'TimeTrackingCursor'> | int]` may be missing
[warning] possibly-missing-implicit-call - :389:9 - Method `__setitem__` of type `Any | str | int | dict[Unknown | str, Unknown | <class 'TimeTrackingConnection'> | <class 'TimeTrackingCursor'> | int]` may be missing
[error] unresolved-import - :531:12 - Cannot resolve imported module `boto3`