Ecosystem report

Old: main (merge base) 0084e94f New: 21553/merge d84986fc
Lint Rule Removed Added Changed
Total 1571 3600 1876
type-assertion-failure 510 416 1474
invalid-argument-type 347 818 153
invalid-type-arguments 55 628 4
no-matching-overload 13 637 0
unsupported-operator 10 376 19
unused-ignore-comment 393 11 0
possibly-missing-attribute 51 156 96
invalid-return-type 10 254 13
unresolved-attribute 90 85 37
invalid-assignment 12 109 23
non-subscriptable 29 32 8
invalid-type-form 35 1 2
invalid-context-manager 0 0 32
not-iterable 0 22 6
invalid-await 2 22 3
invalid-method-override 0 18 2
invalid-parameter-default 0 9 3
call-non-callable 7 1 1
redundant-cast 0 3 0
invalid-raise 0 2 0
too-many-positional-arguments 2 0 0
unresolved-reference 2 0 0
unsupported-base 2 0 0
parameter-already-assigned 1 0 0
Project Removed Added Changed
Total 1571 3600 1876
pandas-stubs 984 681 1488
colour 43 812 16
scipy 43 272 74
koda-validate 11 322 0
pandas 48 225 42
scikit-learn 10 163 49
Tanjun 21 164 0
xarray 97 53 15
bokeh 1 150 13
altair 6 96 36
ibis 23 96 9
discord.py 23 64 40
jax 22 67 2
graphql-core 45 35 4
zulip 0 83 0
static-frame 39 33 10
PyGithub 4 62 0
freqtrade 27 26 10
prefect 0 44 0
hydpy 9 26 1

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

expression/core/fn.py

[warning] redundant-cast - :39:23 - Value is already of type `TailCall[_P@tailrec]`
[warning] redundant-cast - :58:23 - Value is already of type `TailCall[_P@tailrec_async]`

expression/collections/maptree.py

[error] invalid-return-type - :112:28 - Return type does not match returned value: expected `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`, found `Option[MapTreeLeaf[Key@rebalance, object]]`
[error] invalid-argument-type - :114:25 - Argument to function `mk` is incorrect: Argument type `object` does not satisfy upper bound `SupportsLessThan` of type variable `Key`
[error] invalid-argument-type - :114:25 - Argument to function `mk` is incorrect: Expected `Key@rebalance`, found `object`
[error] invalid-argument-type - :116:28 - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown, object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
[error] invalid-argument-type - :116:39 - Argument to function `mk` is incorrect: Argument type `object` does not satisfy upper bound `SupportsLessThan` of type variable `Key`
[error] invalid-argument-type - :116:59 - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown, object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
[error] invalid-return-type - :121:24 - Return type does not match returned value: expected `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`, found `Option[MapTreeLeaf[Key@rebalance, object]]`
[error] invalid-argument-type - :121:51 - Argument to function `mk` is incorrect: Argument type `object` does not satisfy upper bound `SupportsLessThan` of type variable `Key`
[error] invalid-argument-type - :121:51 - Argument to function `mk` is incorrect: Expected `Key@rebalance`, found `object`
[error] invalid-argument-type - :121:71 - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Key@rebalance, object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
[error] invalid-return-type - :132:32 - Return type does not match returned value: expected `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`, found `Option[MapTreeLeaf[Key@rebalance, object]]`
[error] invalid-argument-type - :133:32 - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown, object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
[error] invalid-argument-type - :133:42 - Argument to function `mk` is incorrect: Argument type `object` does not satisfy upper bound `SupportsLessThan` of type variable `Key`
[error] invalid-argument-type - :133:62 - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown, object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
[error] invalid-argument-type - :134:29 - Argument to function `mk` is incorrect: Argument type `object` does not satisfy upper bound `SupportsLessThan` of type variable `Key`
[error] invalid-argument-type - :134:29 - Argument to function `mk` is incorrect: Expected `Key@rebalance`, found `object`
[error] invalid-return-type - :141:28 - Return type does not match returned value: expected `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`, found `Option[MapTreeLeaf[Key@rebalance, object]]`
[error] invalid-argument-type - :141:31 - Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Key@rebalance, object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
[error] invalid-argument-type - :141:41 - Argument to function `mk` is incorrect: Argument type `object` does not satisfy upper bound `SupportsLessThan` of type variable `Key`
[error] invalid-argument-type - :141:41 - Argument to function `mk` is incorrect: Expected `Key@rebalance`, found `object`
[error] invalid-type-arguments - :47:30 - Type `typing.TypeVar` is not assignable to upper bound `SupportsLessThan` of type variable `Key@MapTreeLeaf`

expression/extra/parser.py

[error] invalid-return-type - :128:34 - Function can implicitly return `None`, which is not assignable to return type `Result[tuple[tuple[_A@and_then, _B@and_then], tuple[str, int]], str]`

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

github/CheckRun.py

[warning] possibly-missing-attribute - :253:45 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[warning] possibly-missing-attribute - :255:47 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`

github/Milestone.py

[warning] possibly-missing-attribute - :202:41 - Attribute `strftime` may be missing on object of type `_NotSetType | date`

github/AuthenticatedUser.py

[warning] possibly-missing-attribute - :757:39 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[error] not-iterable - :784:73 - Object of type `list[Label] | _NotSetType` may not be iterable
[warning] possibly-missing-attribute - :790:39 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[error] not-iterable - :817:73 - Object of type `list[Label] | _NotSetType` may not be iterable
[warning] possibly-missing-attribute - :823:39 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[warning] possibly-missing-attribute - :873:31 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[warning] possibly-missing-attribute - :875:32 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`

github/Branch.py

[error] not-iterable - :211:106 - Object of type `list[str | tuple[str, int]] | _NotSetType` may not be iterable
[error] not-iterable - :222:34 - Object of type `list[str | tuple[str, int]] | _NotSetType` may not be iterable
[error] not-iterable - :225:74 - Object of type `list[str] | _NotSetType` may not be iterable
[error] not-iterable - :378:106 - Object of type `list[str | tuple[str, int]] | _NotSetType` may not be iterable
[error] not-iterable - :384:30 - Object of type `list[str | tuple[str, int]] | _NotSetType` may not be iterable
[error] not-iterable - :387:70 - Object of type `list[str] | _NotSetType` may not be iterable

github/BranchProtection.py

[error] invalid-argument-type - :169:13 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | _NotSetType`

github/Gist.py

[warning] possibly-missing-attribute - :259:107 - Attribute `items` may be missing on object of type `dict[str, InputFileContent | None] | _NotSetType`

github/Issue.py

[error] not-iterable - :463:32 - Object of type `list[NamedUser | str] | _NotSetType` may not be iterable
[warning] unused-ignore-comment - :459:73 - Unused blanket `type: ignore` directive

github/MainClass.py

[warning] possibly-missing-attribute - :553:39 - Attribute `strftime` may be missing on object of type `_NotSetType | datetime`
[error] no-matching-overload - :645:27 - No overload of bound method `join` matches arguments
[warning] possibly-missing-attribute - :915:42 - Attribute `_identity` may be missing on object of type `_NotSetType | (Repository & Unknown)`

github/NamedUser.py

[warning] possibly-missing-attribute - :460:39 - Attribute `strftime` may be missing on object of type `_NotSetType | datetime`

github/Organization.py

[error] not-iterable - :919:88 - Object of type `list[Repository] | _NotSetType` may not be iterable
[error] not-iterable - :921:93 - Object of type `list[Repository] | _NotSetType` may not be iterable
[error] not-iterable - :1013:79 - Object of type `list[Repository] | _NotSetType` may not be iterable
[error] not-iterable - :1048:85 - Object of type `list[Repository] | _NotSetType` may not be iterable
[error] not-iterable - :1237:73 - Object of type `list[Label] | _NotSetType` may not be iterable
[warning] possibly-missing-attribute - :1239:39 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[warning] possibly-missing-attribute - :1438:40 - Attribute `id` may be missing on object of type `NamedUser | _NotSetType`
[error] not-iterable - :1440:53 - Object of type `list[Team] | _NotSetType` may not be iterable

github/PullRequest.py

[warning] possibly-missing-attribute - :561:30 - Attribute `sha` may be missing on object of type `Commit | _NotSetType`
[warning] possibly-missing-attribute - :686:39 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`

github/Repository.py

[warning] possibly-missing-attribute - :1450:41 - Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
[warning] possibly-missing-attribute - :1452:44 - Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
[warning] possibly-missing-attribute - :1631:41 - Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
[warning] possibly-missing-attribute - :1648:44 - Attribute `_identity` may be missing on object of type `GitTree | _NotSetType`
[warning] possibly-missing-attribute - :1719:44 - Attribute `_identity` may be missing on object of type `Milestone | _NotSetType`
[error] unresolved-attribute - :1802:45 - Object of type `_NotSetType & ~date` has no attribute `isoformat`
[warning] possibly-missing-attribute - :1860:40 - Attribute `_identity` may be missing on object of type `Issue | _NotSetType`
[error] no-matching-overload - :2287:19 - No overload of function `quote` matches arguments
[warning] possibly-missing-attribute - :2432:39 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[warning] possibly-missing-attribute - :2434:39 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[warning] possibly-missing-attribute - :2770:40 - Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
[warning] possibly-missing-attribute - :2772:43 - Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
[warning] possibly-missing-attribute - :2855:40 - Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
[warning] possibly-missing-attribute - :2857:43 - Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
[warning] possibly-missing-attribute - :2906:40 - Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
[warning] possibly-missing-attribute - :2908:43 - Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
[warning] possibly-missing-attribute - :3210:43 - Attribute `_identity` may be missing on object of type `NamedUser | _NotSetType`
[warning] possibly-missing-attribute - :3220:39 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[warning] possibly-missing-attribute - :3225:45 - Attribute `_identity` may be missing on object of type `(NamedUser & ~str) | (_NotSetType & ~str)`
[warning] possibly-missing-attribute - :3250:39 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[warning] possibly-missing-attribute - :3493:39 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[warning] possibly-missing-attribute - :3897:31 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[warning] possibly-missing-attribute - :3899:32 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[warning] possibly-missing-attribute - :4217:45 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[warning] possibly-missing-attribute - :4219:47 - Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
[warning] unused-ignore-comment - :1716:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1723:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3213:103 - Unused blanket `type: ignore` directive

github/RepositoryAdvisory.py

[error] invalid-argument-type - :284:92 - Argument to bound method `_validate_vulnerability` is incorrect: Expected `SimpleAdvisoryVulnerability | AdvisoryVulnerability`, found `object`
[error] invalid-argument-type - :290:71 - Argument to function `_validate_credit` is incorrect: Expected `SimpleCredit | AdvisoryCredit`, found `object`
[error] invalid-argument-type - :306:84 - Argument to function `_to_github_dict` is incorrect: Expected `SimpleAdvisoryVulnerability | AdvisoryVulnerability`, found `object`
[error] invalid-argument-type - :313:70 - Argument to function `_to_github_dict` is incorrect: Expected `SimpleCredit | AdvisoryCredit`, found `object`

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

tanjun/commands/base.py

[error] invalid-type-arguments - :57:44 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :63:64 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :100:50 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :108:51 - Too many type arguments: expected 0, got 1

tanjun/hooks.py

[error] invalid-type-arguments - :52:87 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :53:89 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :54:95 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :55:91 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :57:90 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :58:92 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :59:98 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :60:94 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :62:72 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :63:74 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :64:80 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :65:76 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :93:57 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :94:65 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :95:60 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :96:61 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :97:54 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :145:58 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :150:58 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :198:66 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :203:66 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :244:59 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :249:59 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :287:58 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :292:58 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :330:55 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :335:55 - Too many type arguments: expected 0, got 1

tanjun/_internal/__init__.py

[error] invalid-type-arguments - :81:68 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :88:86 - Too many type arguments: expected 0, got 1

tanjun/_internal/cache.py

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

tanjun/abc.py

[error] invalid-type-arguments - :90:81 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :91:83 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :92:89 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :93:85 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :95:84 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :96:86 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :97:92 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :98:88 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :100:66 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :101:68 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :102:74 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :103:70 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :105:96 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :163:24 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :177:42 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :184:40 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :239:43 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :242:42 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :245:79 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2076:51 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2161:59 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2228:52 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2292:51 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2356:48 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2469:57 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2526:43 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2541:44 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2794:79 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2799:77 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2804:77 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :3236:93 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :3452:85 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :3469:83 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :3888:93 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :4378:90 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :4399:88 - Too many type arguments: expected 0, got 1
[error] non-subscriptable - :135:19 - Cannot subscript object of type `<class 'Coroutine[Any, Any, typing.TypeVar]'>` with no `__class_getitem__` method

tanjun/annotations.py

[error] invalid-argument-type - :1538:79 - Argument to bound method `__init__` is incorrect: Expected `(...) -> Coroutine[Any, Any, Any] | Any`, found `object`
[error] invalid-argument-type - :1538:79 - Argument to bound method `__init__` is incorrect: Expected `(...) -> Coroutine[Any, Any, Any] | Any`, found `object`

tanjun/checks.py

[error] invalid-type-arguments - :975:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :981:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :987:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :992:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1020:53 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1032:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1032:68 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1062:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1064:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1071:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1073:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1080:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1082:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1088:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1088:69 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1123:38 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1152:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1154:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1211:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1213:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1224:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1226:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1237:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1239:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1249:28 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1251:30 - Too many type arguments: expected 0, got 1
[error] non-subscriptable - :459:24 - Cannot subscript object of type `<class 'GuildBoundCache[int, typing.TypeVar]'>` with no `__class_getitem__` method

tanjun/clients.py

[error] invalid-type-arguments - :83:102 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :758:65 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :758:105 - Too many type arguments: expected 0, got 1
[error] invalid-argument-type - :853:42 - Argument to bound method `__init__` is incorrect: Expected `PartialGuild | int | UndefinedType`, found `object`
[error] invalid-type-arguments - :1218:100 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2078:97 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2097:95 - Too many type arguments: expected 0, got 1

tanjun/commands/menu.py

[error] invalid-type-arguments - :55:96 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :56:90 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :65:92 - Too many type arguments: expected 0, got 1

tanjun/commands/slash.py

[error] invalid-type-arguments - :86:51 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :86:74 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :86:95 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :90:96 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :91:100 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :92:96 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :446:42 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :450:51 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :450:72 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :496:42 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :498:51 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :498:72 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :545:42 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :547:51 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :547:74 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1658:69 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1659:67 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1660:67 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1678:86 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1683:84 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1688:84 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1929:46 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1936:55 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1936:76 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1953:46 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1955:55 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1955:76 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1970:46 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1978:55 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1978:76 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2130:46 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2132:55 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2132:76 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2149:46 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2151:55 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2151:76 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2166:46 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2173:55 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2173:76 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2286:46 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2288:55 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2288:78 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2306:46 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2308:55 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2308:78 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2324:46 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2331:55 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2331:78 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2870:82 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :2958:80 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :3038:80 - Too many type arguments: expected 0, got 1

tanjun/components.py

[error] invalid-type-arguments - :59:102 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :205:83 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :305:100 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :985:92 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1003:90 - Too many type arguments: expected 0, got 1

tanjun/conversion.py

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

tanjun/dependencies/limiters.py

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

tanjun/parsing.py

[error] invalid-argument-type - :1553:37 - Argument to bound method `_add_converter` is incorrect: Expected `(...) -> Coroutine[Any, Any, Any] | Any`, found `object`

tanjun/permissions.py

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

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

aiohttp/client_reqrep.py

[warning] unused-ignore-comment - :1072:59 - Unused blanket `type: ignore` directive

aiohttp/web_protocol.py

[error] invalid-type-arguments - :48:25 - Type `typing.TypeVar` is not assignable to upper bound `BaseRequest` of type variable `_Request@RequestHandler`
[warning] unused-ignore-comment - :605:68 - Unused blanket `type: ignore` directive

aiohttp/web_server.py

[error] invalid-type-arguments - :22:25 - Type `typing.TypeVar` is not assignable to upper bound `BaseRequest` of type variable `_Request@RequestHandler`

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

tests/examples_arguments_syntax/histogram_responsive.py

[error] invalid-argument-type - :14:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/interactive_cross_highlight.py

[error] invalid-argument-type - :14:27 - Argument to function `selection_point` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/interactive_layered_crossfilter.py

[error] invalid-argument-type - :17:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/interval_selection.py

[error] invalid-argument-type - :18:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :19:32 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, date]]`

tests/examples_arguments_syntax/interval_selection_map_quakes.py

[error] invalid-argument-type - :18:5 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :20:5 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | list[Unknown | int]]`

tests/examples_arguments_syntax/scatter_with_histogram.py

[error] invalid-argument-type - :28:30 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/scatter_with_minimap.py

[error] invalid-argument-type - :15:31 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/seattle_weather_interactive.py

[error] invalid-argument-type - :21:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :22:29 - Argument to function `selection_point` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/select_mark_area.py

[error] invalid-argument-type - :26:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_arguments_syntax/selection_layer_bar_month.py

[error] invalid-argument-type - :13:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_methods_syntax/histogram_responsive.py

[error] invalid-argument-type - :14:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_methods_syntax/interactive_cross_highlight.py

[error] invalid-argument-type - :14:27 - Argument to function `selection_point` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_methods_syntax/interactive_layered_crossfilter.py

[error] invalid-argument-type - :17:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_methods_syntax/interval_selection.py

[error] invalid-argument-type - :18:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :19:32 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, date]]`

tests/examples_methods_syntax/interval_selection_map_quakes.py

[error] invalid-argument-type - :18:5 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :20:5 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | list[Unknown | int]]`

tests/examples_methods_syntax/scatter_with_minimap.py

[error] invalid-argument-type - :15:31 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/examples_methods_syntax/seattle_weather_interactive.py

[error] invalid-argument-type - :22:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :23:29 - Argument to function `selection_point` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

tests/vegalite/v6/test_params.py

[warning] possibly-missing-attribute - :105:12 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[warning] possibly-missing-attribute - :111:45 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[warning] possibly-missing-attribute - :112:51 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[warning] possibly-missing-attribute - :115:12 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[warning] possibly-missing-attribute - :115:31 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[warning] possibly-missing-attribute - :115:50 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[warning] possibly-missing-attribute - :160:18 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] invalid-argument-type - :180:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :180:49 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, date]]`
[error] invalid-argument-type - :181:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :181:49 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[int, int]]`
[error] invalid-argument-type - :182:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :182:49 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, DateTime]]`
[error] invalid-argument-type - :183:32 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :183:52 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - :186:9 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :186:31 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, date] | tuple[int, int]]`
[error] invalid-argument-type - :189:9 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :189:31 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, date] | tuple[date, DateTime]]`
[error] invalid-argument-type - :192:9 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :193:9 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, DateTime] | tuple[int, int] | list[Unknown | str]]`
[error] invalid-argument-type - :211:36 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`

altair/datasets/_readimpl.py

[error] invalid-type-arguments - :60:40 - Type `typing.TypeVar` is not assignable to upper bound `NativeDataFrame | DataFrameLike | NativeLazyFrame` of type variable `R@BaseImpl`
[error] invalid-type-arguments - :63 -
Old: Type `typing.TypeVar` is not assignable to upper bound `NativeDataFrame | DataFrameLike | NativeLazyFrame` of type variable `R@BaseImpl`
New: Type `IntoFrameT@Scan` is not assignable to upper bound `NativeDataFrame | DataFrameLike | NativeLazyFrame` of type variable `R@BaseImpl`

altair/utils/_transformed_data.py

[error] invalid-context-manager - :119 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

altair/utils/save.py

[error] invalid-context-manager - :283 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

altair/vegalite/v6/api.py

[error] invalid-argument-type - :263:42 - Argument expression after ** must be a mapping type: Found `dict[Unknown, Unknown] | dict[Unknown | str, Unknown] | dict[~Literal["values"] | Unknown, object]`
[error] invalid-assignment - :2498:26 - Object of type `list[str] | (UndefinedType & Top[list[Unknown]])` is not assignable to `list[str] | LayerRepeatMapping | RepeatMapping`
[error] invalid-argument-type - :2761:30 - Argument to bound method `append` is incorrect: Expected `Never`, found `AggregatedFieldDef`
[error] invalid-argument-type - :2761:54 - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal["argmax", "argmin", "average", "count", "distinct", ... omitted 20 literals] | UndefinedType`, found `Unknown | str`
[error] invalid-argument-type - :3094:34 - Argument to bound method `append` is incorrect: Expected `Never`, found `JoinAggregateFieldDef`
[error] invalid-argument-type - :3094:61 - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal["argmax", "argmin", "average", "count", "distinct", ... omitted 20 literals] | UndefinedType`, found `Unknown | str`
[error] invalid-argument-type - :3782:26 - Argument to bound method `append` is incorrect: Expected `Never`, found `WindowFieldDef`
[warning] unused-ignore-comment - :347:61 - Unused blanket `type: ignore` directive

altair/vegalite/v6/data.py

[error] invalid-argument-type - :24 -
Old: Argument to bound method `register` is incorrect: Expected `((...) -> typing.TypeVar) | None`, found `Overload[(data: None = ellipsis, max_rows: int = ellipsis) -> (dict[Any, Any] | NativeDataFrame | DataFrameLike | SupportsGeoInterface | DataFrameLike, /) -> dict[str, dict[Any, Any] | list[dict[Any, Any]]], (data: dict[Any, Any] | NativeDataFrame | DataFrameLike | SupportsGeoInterface | DataFrameLike, max_rows: int = ellipsis) -> dict[str, dict[Any, Any] | list[dict[Any, Any]]]]`
New: Argument to bound method `register` is incorrect: Expected `((...) -> R@DataTransformerType) | None`, found `Overload[(data: None = ellipsis, max_rows: int = ellipsis) -> (dict[Any, Any] | NativeDataFrame | DataFrameLike | SupportsGeoInterface | DataFrameLike, /) -> dict[str, dict[Any, Any] | list[dict[Any, Any]]], (data: dict[Any, Any] | NativeDataFrame | DataFrameLike | SupportsGeoInterface | DataFrameLike, max_rows: int = ellipsis) -> dict[str, dict[Any, Any] | list[dict[Any, Any]]]]`
[error] invalid-argument-type - :25 -
Old: Argument to bound method `register` is incorrect: Expected `((...) -> typing.TypeVar) | None`, found `Overload[(data: None = ellipsis, prefix: str = ellipsis, extension: str = ellipsis, filename: str = ellipsis, urlpath: str = ellipsis) -> partial[Unknown], (data: dict[Any, Any] | NativeDataFrame | DataFrameLike | SupportsGeoInterface | DataFrameLike, prefix: str = ellipsis, extension: str = ellipsis, filename: str = ellipsis, urlpath: str = ellipsis) -> _ToFormatReturnUrlDict]`
New: Argument to bound method `register` is incorrect: Expected `((...) -> R@DataTransformerType) | None`, found `Overload[(data: None = ellipsis, prefix: str = ellipsis, extension: str = ellipsis, filename: str = ellipsis, urlpath: str = ellipsis) -> partial[Unknown], (data: dict[Any, Any] | NativeDataFrame | DataFrameLike | SupportsGeoInterface | DataFrameLike, prefix: str = ellipsis, extension: str = ellipsis, filename: str = ellipsis, urlpath: str = ellipsis) -> _ToFormatReturnUrlDict]`
[error] invalid-argument-type - :28 -
Old: Argument to bound method `register` is incorrect: Expected `((...) -> typing.TypeVar) | None`, found `Overload[(data: None = ellipsis, max_rows: int = ellipsis) -> (...) -> Any, (data: DataFrameLike, max_rows: int = ellipsis) -> dict[str, dict[Any, Any] | list[dict[Any, Any]]], (data: dict[Unknown, Unknown] | NativeDataFrame | DataFrameLike | SupportsGeoInterface, max_rows: int = ellipsis) -> _ToVegaFusionReturnUrlDict | dict[str, dict[Any, Any] | list[dict[Any, Any]]]]`
New: Argument to bound method `register` is incorrect: Expected `((...) -> R@DataTransformerType) | None`, found `Overload[(data: None = ellipsis, max_rows: int = ellipsis) -> (...) -> Any, (data: DataFrameLike, max_rows: int = ellipsis) -> dict[str, dict[Any, Any] | list[dict[Any, Any]]], (data: dict[Unknown, Unknown] | NativeDataFrame | DataFrameLike | SupportsGeoInterface, max_rows: int = ellipsis) -> _ToVegaFusionReturnUrlDict | dict[str, dict[Any, Any] | list[dict[Any, Any]]]]`

tests/expr/test_expr.py

[error] invalid-argument-type - :190:14 - Argument to bound method `__init__` is incorrect: Expected `str | UndefinedType`, found `Literal[4]`
[error] invalid-argument-type - :193:14 - Argument to bound method `__init__` is incorrect: Expected `str | UndefinedType`, found `list[Unknown | str]`

tests/test_jupyter_chart.py

[error] invalid-argument-type - :208:51 - Argument to function `selection_point` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-context-manager - :52 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :78 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :146 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :206 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :269 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/utils/test_mimebundle.py

[error] invalid-context-manager - :231 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :245 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/utils/test_schemapi.py

[error] invalid-argument-type - :447:38 - Argument to bound method `__init__` is incorrect: Expected `Sequence[str] | SchemaBase | None | UndefinedType`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :462:35 - Argument to bound method `__init__` is incorrect: Expected `bool | SchemaBase | Literal["zero", "center", "normalize"] | None | UndefinedType`, found `Literal["asdf"]`
[error] invalid-argument-type - :474:35 - Argument to bound method `__init__` is incorrect: Expected `bool | SchemaBase | Literal["zero", "center", "normalize"] | None | UndefinedType`, found `Literal["asdf"]`
[error] invalid-argument-type - :488:35 - Argument to bound method `__init__` is incorrect: Expected `bool | SchemaBase | Literal["zero", "center", "normalize"] | None | UndefinedType`, found `Literal["asdf"]`
[error] invalid-argument-type - :509:42 - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `Literal["4"]`
[error] invalid-argument-type - :515:37 - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal["quantitative", "ordinal", "temporal", "nominal"] | UndefinedType`, found `Literal["unknown"]`
[error] invalid-argument-type - :642:35 - Argument to bound method `__init__` is incorrect: Expected `bool | SchemaBase | Literal["zero", "center", "normalize"] | None | UndefinedType`, found `Literal["asdf"]`
[error] invalid-argument-type - :1116:36 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :1116:53 - Argument to function `selection_interval` is incorrect: Expected `Mapping[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals], Sequence[int | float] | Sequence[str] | Sequence[date | DateTime]] | UndefinedType`, found `dict[Unknown | str, Unknown | tuple[date, date]]`

tests/vegalite/v6/test_api.py

[error] invalid-argument-type - :632:39 - Argument to function `selection_interval` is incorrect: Expected `Sequence[Literal["text", "shape", "x", "y", "xOffset", ... omitted 26 literals]] | UndefinedType`, found `list[Unknown | str]`
[error] invalid-argument-type - :1143:55 - Argument to bound method `__init__` is incorrect: Expected `Sequence[SchemaBase | Mapping[str, Any]] | UndefinedType`, found `Unknown | list[Unknown | AggregatedFieldDef] | list[Unknown | str]`
[error] invalid-argument-type - :1148:49 - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal[True] | Mapping[str, Any] | UndefinedType`, found `Unknown | str | bool`
[error] invalid-argument-type - :1148:49 - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | str | bool`
[error] invalid-argument-type - :1158:53 - Argument to bound method `__init__` is incorrect: Expected `Literal["independent", "shared"] | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - :1158:53 - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - :1158:53 - Argument to bound method `__init__` is incorrect: Expected `bool | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - :1158:53 - Argument to bound method `__init__` is incorrect: Expected `bool | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - :1158:53 - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - :1158:53 - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - :1158:53 - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - :1158:53 - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - :1158:53 - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | list[Unknown | str] | str`
[error] invalid-argument-type - :1181:52 - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal["value", "median", "max", "min", "mean"] | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1181:52 - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float | None] | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1181:52 - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1181:52 - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1191:59 - Argument to bound method `__init__` is incorrect: Expected `Sequence[SchemaBase | Mapping[str, Any]] | UndefinedType`, found `Unknown | list[Unknown | JoinAggregateFieldDef] | list[Unknown | str]`
[error] invalid-argument-type - :1196:51 - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1196:51 - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1196:51 - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1202:52 - Argument to bound method `__init__` is incorrect: Expected `str | UndefinedType`, found `Unknown | LookupData | str`
[error] invalid-argument-type - :1210:52 - Argument to bound method `__init__` is incorrect: Expected `str | UndefinedType`, found `Unknown | LookupSelection | str`
[error] invalid-argument-type - :1219:54 - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1219:54 - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1219:54 - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1224:56 - Argument to bound method `__init__` is incorrect: Expected `Literal["linear", "log", "exp", "pow", "quad", "poly"] | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1224:56 - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1224:56 - Argument to bound method `__init__` is incorrect: Expected `bool | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1224:56 - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1224:56 - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[error] invalid-argument-type - :1224:56 - Argument to bound method `__init__` is incorrect: Expected `str | SchemaBase | UndefinedType`, found `Unknown | str | list[Unknown | str]`
[warning] unused-ignore-comment - :398:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :593:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :702:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :703:67 - Unused blanket `type: ignore` directive
[error] invalid-context-manager - :211 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :215 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :222 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :226 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :986 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :995 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1562 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1565 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1592 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1597 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1605 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1609 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1911 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_data.py

[error] invalid-context-manager - :15 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :27 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_geo_interface.py

[error] invalid-context-manager - :32 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :52 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :72 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :102 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :122 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :132 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :168 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :210 -
Old: Object of type `PluginEnabler[(...) -> typing.TypeVar, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

antidote (https://github.com/Finistere/antidote)

tests/core/test_inject.py

[warning] unused-ignore-comment - :303:39 - Unused blanket `type: ignore` directive

tests/core/test_inject_through_annotations.py

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

anyio (https://github.com/agronholm/anyio)

src/anyio/_backends/_asyncio.py

[error] invalid-argument-type - :365:34 - Argument to function `getcoroutinestate` is incorrect: Expected `Coroutine[Any, Any, Any]`, found `Generator[Future[object] | None, None, Unknown] | Coroutine[Any, Any, Unknown]`

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

doc/source/getting_started/CreatingInferenceData.ipynb:cell 31

[error] invalid-argument-type - :21:5 - Argument to function `from_cmdstan` is incorrect: Expected `dict[str, list[Any]] | None`, found `dict[str, list[Any] | ndarray[tuple[int], dtype[Any]]]`

arviz/stats/ecdf_utils.py

[error] invalid-return-type - :83:12 - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[int | float | Any, int | float | Any]`

arviz/tests/base_tests/test_data.py

[error] invalid-argument-type - :379:23 - Argument to function `concat` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`

arviz/tests/base_tests/test_stats_utils.py

[warning] possibly-missing-attribute - :188 -
Old: Attribute `all` may be missing on object of type `bool | @Todo`
New: Attribute `all` may be missing on object of type `bool | Any`

arviz/tests/helpers.py

[error] invalid-argument-type - :81:49 - Argument to bound method `randn` is incorrect: Expected `int`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :82:51 - Argument to bound method `randn` is incorrect: Expected `int`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :91:47 - Argument to bound method `randn` is incorrect: Expected `int`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :96:49 - Argument to bound method `randn` is incorrect: Expected `int`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :97:51 - Argument to bound method `randn` is incorrect: Expected `int`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :84 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | int`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :99 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | int`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :203 -
Old: Argument to function `from_dict` is incorrect: Expected `int | None`, found `dict[Unknown | str, Unknown] | Unknown`
New: Argument to function `from_dict` is incorrect: Expected `int | None`, found `dict[Unknown | str, Unknown | ndarray[tuple[Any, ...], dtype[float64]]] | Unknown`

async-utils (https://github.com/mikeshardmind/async-utils)

src/async_utils/bg_loop.py

[error] invalid-argument-type - :115:31 - Argument to bound method `set_task_factory` is incorrect: Expected `_TaskFactory | None`, found `def eager_task_factory[_T_co](loop: AbstractEventLoop | None, coro: Coroutine[Any, Any, _T_co@eager_task_factory], *, name: str | None = None, context: Context | None = None) -> Task[_T_co@eager_task_factory]`

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

src/attrs/__init__.pyi

[error] unsupported-operator - :67:21 - Operator `|` is unsupported between objects of type `GenericAlias` and `<class 'Sequence[@Todo]'>`

tests/test_dunders.py

[error] no-matching-overload - :914:24 - No overload of function `attrib` matches arguments

tests/test_functional.py

[error] no-matching-overload - :730:17 - No overload of function `attrib` matches arguments

tests/test_make.py

[error] no-matching-overload - :102:13 - No overload of function `attrib` matches arguments

tests/test_validators.py

[error] invalid-argument-type - :134:24 - Argument is incorrect: Expected `int`, found `Literal["42"]`
[error] no-matching-overload - :298:18 - No overload of function `attrib` matches arguments
[error] unresolved-attribute - :634:43 - Object of type `(Any, Attribute[Unknown], Unknown, /) -> Any` has no attribute `member_validator`
[error] unresolved-attribute - :635:45 - Object of type `(Any, Attribute[Unknown], Unknown, /) -> Any` has no attribute `iterable_validator`
[error] unresolved-attribute - :786:40 - Object of type `(Any, Attribute[Unknown], Unknown, /) -> Any` has no attribute `key_validator`
[error] unresolved-attribute - :787:42 - Object of type `(Any, Attribute[Unknown], Unknown, /) -> Any` has no attribute `value_validator`
[error] unresolved-attribute - :788:44 - Object of type `(Any, Attribute[Unknown], Unknown, /) -> Any` has no attribute `mapping_validator`
[error] unresolved-attribute - :1143:64 - Object of type `(Any, Attribute[Unknown], Unknown, /) -> Any` has no attribute `exc_types`

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

beartype/_decor/decorcache.py

[error] invalid-return-type - :74 -
Old: Return type does not match returned value: expected `typing.TypeVar | ((typing.TypeVar, /) -> typing.TypeVar)`, found `BeartypeableT@beartype`
New: Return type does not match returned value: expected `BeartypeableT@BeartypeReturn | ((BeartypeableT@BeartypeConfedDecorator, /) -> BeartypeableT@BeartypeConfedDecorator)`, found `BeartypeableT@beartype | BeartypeableT@BeartypeReturn | ((BeartypeableT@BeartypeConfedDecorator, /) -> BeartypeableT@BeartypeConfedDecorator)`
[error] invalid-assignment - :130 -
Old: Invalid subscript assignment with key of type `BeartypeConf` and value of type `def _beartype_confed(obj: BeartypeableT@beartype) -> BeartypeableT@beartype` on object of type `dict[BeartypeConf, (typing.TypeVar, /) -> typing.TypeVar]`
New: Invalid subscript assignment with key of type `BeartypeConf` and value of type `def _beartype_confed(obj: BeartypeableT@beartype) -> BeartypeableT@beartype` on object of type `dict[BeartypeConf, (BeartypeableT@BeartypeConfedDecorator, /) -> BeartypeableT@BeartypeConfedDecorator]`
[error] invalid-return-type - :133 -
Old: Return type does not match returned value: expected `typing.TypeVar | ((typing.TypeVar, /) -> typing.TypeVar)`, found `def _beartype_confed(obj: BeartypeableT@beartype) -> BeartypeableT@beartype`
New: Return type does not match returned value: expected `BeartypeableT@BeartypeReturn | ((BeartypeableT@BeartypeConfedDecorator, /) -> BeartypeableT@BeartypeConfedDecorator)`, found `def _beartype_confed(obj: BeartypeableT@beartype) -> BeartypeableT@beartype`

beartype/_decor/decormain.py

[error] invalid-return-type - :102:16 - Return type does not match returned value: expected `typing.TypeVar | ((typing.TypeVar, /) -> typing.TypeVar)`, found `def _beartype_optimized[BeartypeableT](obj: BeartypeableT@_beartype_optimized) -> BeartypeableT@_beartype_optimized`
[error] invalid-return-type - :93 -
Old: Return type does not match returned value: expected `typing.TypeVar | ((typing.TypeVar, /) -> typing.TypeVar)`, found `BeartypeableT@beartype`
New: Return type does not match returned value: expected `BeartypeableT@BeartypeReturn | ((BeartypeableT@BeartypeConfedDecorator, /) -> BeartypeableT@BeartypeConfedDecorator)`, found `BeartypeableT@beartype`

beartype/bite/kind/infercallable.py

[error] invalid-type-form - :562 -
The first argument to `Callable` must be either a list of types, ParamSpec, Concatenate, or `...`
Old column: 18 New column: 9

beartype/claw/_package/clawpkgtrie.py

[warning] unsupported-base - :66:29 - Unsupported class base with type `<class 'dict[str, PackagesTrieBlacklist]'> | <class 'dict[str, Divergent]'>`
[warning] unsupported-base - :247:29 - Unsupported class base with type `<class 'dict[str, PackagesTrieWhitelist]'> | <class 'dict[str, Divergent]'>`

bidict (https://github.com/jab/bidict)

bidict/_base.py

[error] parameter-already-assigned - :468:48 - Multiple values provided for parameter `unwrites` of bound method `_write`

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

src/black/rusty.py

[error] invalid-type-arguments - :28:27 - Type `typing.TypeVar` is not assignable to upper bound `Exception` of type variable `E@Err`

src/black/trans.py

[error] invalid-raise - :297:20 - Cannot use object of type `object` as an exception cause
[error] invalid-raise - :306:24 - Cannot use object of type `object` as an exception cause
[error] invalid-return-type - :466:20 - Return type does not match returned value: expected `Ok[list[int]] | Err[CannotTransform]`, found `Ok[list[Unknown] & ~AlwaysFalsy]`
[error] invalid-argument-type - :481:47 - Argument to bound method `_merge_string_group` is incorrect: Expected `Line`, found `object`
[error] unresolved-attribute - :493:13 - Unresolved attribute `__cause__` on type `object`.
[error] invalid-assignment - :494:13 - Object of type `object` is not assignable to attribute `__cause__` of type `BaseException | None`
[error] invalid-return-type - :980:20 - Return type does not match returned value: expected `Ok[list[int]] | Err[CannotTransform]`, found `Ok[list[Unknown] & ~AlwaysFalsy]`
[error] invalid-return-type - :1107:20 - Return type does not match returned value: expected `Ok[list[int]] | Err[CannotTransform]`, found `(Ok[None] & Top[Err[Unknown]]) | Err[CannotTransform]`

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

src/bokeh/models/annotations/annotation.py

[error] invalid-argument-type - :67:14 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[ColumnDataSource]]`
[error] invalid-argument-type - :67:23 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[ColumnDataSource]] | (() -> type[InstanceDefault[ColumnDataSource]]) | str`, found `<class 'DataSource'>`

src/bokeh/models/annotations/geometry.py

[error] invalid-argument-type - :222:29 - Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - :229:30 - Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - :250:34 - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - :298:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[() -> Unknown]`

src/bokeh/models/annotations/html/labels.py

[error] invalid-argument-type - :78:23 - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY | ... omitted 4 union elements`, found `Literal[0]`
[error] invalid-argument-type - :85:34 - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`

src/bokeh/models/annotations/labels.py

[error] invalid-argument-type - :87:23 - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY | ... omitted 4 union elements`, found `Literal[0]`
[error] invalid-argument-type - :94:34 - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`

src/bokeh/models/axes.py

[error] invalid-argument-type - :201:26 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[AllLabels]]`
[error] invalid-argument-type - :201:35 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[AllLabels]] | (() -> type[InstanceDefault[AllLabels]]) | str`, found `<class 'LabelingPolicy'>`

src/bokeh/models/coordinates.py

[error] invalid-argument-type - :48:16 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[DataRange1d]]`
[error] invalid-argument-type - :48:25 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[DataRange1d]] | (() -> type[InstanceDefault[DataRange1d]]) | str`, found `<class 'Range'>`
[error] invalid-argument-type - :52:16 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[DataRange1d]]`
[error] invalid-argument-type - :52:25 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[DataRange1d]] | (() -> type[InstanceDefault[DataRange1d]]) | str`, found `<class 'Range'>`
[error] invalid-argument-type - :56:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[LinearScale]]`
[error] invalid-argument-type - :56:24 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[LinearScale]] | (() -> type[InstanceDefault[LinearScale]]) | str`, found `<class 'Scale'>`
[error] invalid-argument-type - :61:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[LinearScale]]`
[error] invalid-argument-type - :61:24 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[LinearScale]] | (() -> type[InstanceDefault[LinearScale]]) | str`, found `<class 'Scale'>`

src/bokeh/models/glyphs.pyi

[error] invalid-type-arguments - :448:22 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :454:29 - Too many type arguments: expected 0, got 1

src/bokeh/models/renderers/tile_renderer.py

[error] invalid-argument-type - :53:19 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[WMTSTileSource]]`
[error] invalid-argument-type - :53:28 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[WMTSTileSource]] | (() -> type[InstanceDefault[WMTSTileSource]]) | str`, found `<class 'TileSource'>`

src/bokeh/models/selections.py

[error] invalid-argument-type - :61:19 - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`
[error] invalid-argument-type - :71:24 - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`

src/bokeh/models/tickers.py

[error] invalid-argument-type - :192:17 - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
[error] invalid-argument-type - :196:23 - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
[error] invalid-argument-type - :219:21 - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown | int]]] | Property[list[Unknown | int]]`, found `<class 'Float'>`
[error] invalid-argument-type - :288:16 - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`
[error] invalid-argument-type - :303:18 - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`

src/bokeh/models/widgets/tables.py

[error] invalid-argument-type - :713:17 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[StringFormatter]]`
[error] invalid-argument-type - :713:26 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[StringFormatter]] | (() -> type[InstanceDefault[StringFormatter]]) | str`, found `<class 'CellFormatter'>`
[error] invalid-argument-type - :718:14 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[StringEditor]]`
[error] invalid-argument-type - :718:23 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[StringEditor]] | (() -> type[InstanceDefault[StringEditor]]) | str`, found `<class 'CellEditor'>`
[error] invalid-argument-type - :749:14 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[ColumnDataSource]]`
[error] invalid-argument-type - :749:23 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[ColumnDataSource]] | (() -> type[InstanceDefault[ColumnDataSource]]) | str`, found `<class 'DataSource'>`
[error] invalid-argument-type - :753:12 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[CDSView]]`
[error] invalid-argument-type - :753:21 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[CDSView]] | (() -> type[InstanceDefault[CDSView]]) | str`, found `<class 'CDSView'>`

src/bokeh/util/hex.py

[error] invalid-argument-type - :235:27 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, Any]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, Any]]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["q"]` on object of type `ndarray[tuple[Any, ...], list[Unknown | tuple[str, Any]]]`
[error] invalid-argument-type - :235:45 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, Any]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, Any]]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["r"]` on object of type `ndarray[tuple[Any, ...], list[Unknown | tuple[str, Any]]]`

src/bokeh/_specs.pyi

[error] invalid-type-arguments - :72:60 - Too many type arguments: expected 0, got 2
[error] invalid-type-arguments - :74:71 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :87:37 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :88:38 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :91:31 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :95:33 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :99:34 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :103:36 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :107:36 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :111:36 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :115:35 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :119:35 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :123:32 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :131:33 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :135:34 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :139:38 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :143:36 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :147:37 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :151:37 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :155:40 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :159:36 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :163:35 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :167:39 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :171:40 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :175:34 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :179:38 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :183:44 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :187:34 - Too many type arguments: expected 0, got 2
[error] invalid-type-arguments - :191:39 - Too many type arguments: expected 0, got 2
[error] invalid-type-arguments - :195:37 - Too many type arguments: expected 0, got 2
[error] invalid-type-arguments - :199:41 - Too many type arguments: expected 0, got 2

src/bokeh/core/has_props.py

[error] call-non-callable - :812:27 - Object of type `IntrinsicType` is not callable

src/bokeh/core/property/bases.py

[error] invalid-argument-type - :248:35 - Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `T@Property`
[error] invalid-argument-type - :248:40 - Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `T@Property`
[error] invalid-argument-type - :254:39 - Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `T@Property & ~ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - :254:44 - Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `T@Property & ~ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-assignment - :480:30 - Object of type `str` is not assignable to `type[Property[Any]] | Property[Any]`
[error] invalid-argument-type - :198 -
Old: Argument to bound method `_copy_default` is incorrect: Expected `(() -> T@Property) | T@Property`, found `Unknown | UndefinedType`
New: Argument to bound method `_copy_default` is incorrect: Expected `(() -> T@Property) | T@Property`, found `Unknown | T@Property | UndefinedType | IntrinsicType`

src/bokeh/core/property/container.py

[error] invalid-parameter-default - :159:63 - Default value of type `set[Unknown]` is not assignable to annotated parameter type `T@Set | UndefinedType | IntrinsicType`
[error] invalid-parameter-default - :198:13 - Default value of type `dict[Unknown, Unknown]` is not assignable to annotated parameter type `T@__init__ | UndefinedType | IntrinsicType`

src/bokeh/models/annotations/legends.py

[error] invalid-argument-type - :170:26 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[NoOverlap]]`
[error] invalid-argument-type - :170:35 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[NoOverlap]] | (() -> type[InstanceDefault[NoOverlap]]) | str`, found `<class 'LabelingPolicy'>`
[error] invalid-argument-type - :306:18 - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
[error] invalid-argument-type - :510:23 - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY | ... omitted 4 union elements`, found `Literal[10]`
[error] invalid-argument-type - :516:34 - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - :592:19 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[MetricLength]]`
[error] invalid-argument-type - :592:28 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[MetricLength]] | (() -> type[InstanceDefault[MetricLength]]) | str`, found `<class 'Dimensional'>`
[error] invalid-argument-type - :722:14 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[FixedTicker]]`
[error] invalid-argument-type - :722:23 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[FixedTicker]] | (() -> type[InstanceDefault[FixedTicker]]) | str`, found `<class 'Ticker'>`
[error] invalid-argument-type - :823:26 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[NoOverlap]]`
[error] invalid-argument-type - :823:35 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[NoOverlap]] | (() -> type[InstanceDefault[NoOverlap]]) | str`, found `<class 'LabelingPolicy'>`

src/bokeh/models/expressions.py

[error] invalid-argument-type - :181:18 - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'String'>`

src/bokeh/models/glyphs.py

[error] invalid-argument-type - :226:34 - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - :842:20 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[LinearColorMapper]]`
[error] invalid-argument-type - :842:29 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[LinearColorMapper]] | (() -> type[InstanceDefault[LinearColorMapper]]) | str`, found `<class 'ColorMapper'>`
[error] invalid-argument-type - :1391:34 - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - :1656:23 - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY | ... omitted 4 union elements`, found `Literal[0]`
[error] invalid-argument-type - :1663:34 - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`

src/bokeh/models/layouts.py

[error] invalid-argument-type - :386:27 - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`

src/bokeh/models/plots.py

[error] invalid-argument-type - :523:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[DataRange1d]]`
[error] invalid-argument-type - :523:24 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[DataRange1d]] | (() -> type[InstanceDefault[DataRange1d]]) | str`, found `<class 'Range'>`
[error] invalid-argument-type - :527:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[DataRange1d]]`
[error] invalid-argument-type - :527:24 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[DataRange1d]] | (() -> type[InstanceDefault[DataRange1d]]) | str`, found `<class 'Range'>`
[error] invalid-argument-type - :531:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[LinearScale]]`
[error] invalid-argument-type - :531:24 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[LinearScale]] | (() -> type[InstanceDefault[LinearScale]]) | str`, found `<class 'Scale'>`
[error] invalid-argument-type - :536:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[LinearScale]]`
[error] invalid-argument-type - :536:24 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[LinearScale]] | (() -> type[InstanceDefault[LinearScale]]) | str`, found `<class 'Scale'>`
[error] invalid-argument-type - :606:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Toolbar]]`
[error] invalid-argument-type - :606:24 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[Toolbar]] | (() -> type[InstanceDefault[Toolbar]]) | str`, found `<class 'Toolbar'>`
[error] invalid-argument-type - :929:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Toolbar]]`
[error] invalid-argument-type - :929:24 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[Toolbar]] | (() -> type[InstanceDefault[Toolbar]]) | str`, found `<class 'Toolbar'>`

src/bokeh/models/ranges.py

[error] invalid-argument-type - :403:22 - Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - :413:20 - Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`

src/bokeh/models/renderers/contour_renderer.py

[error] invalid-argument-type - :67:18 - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`

src/bokeh/models/renderers/glyph_renderer.py

[error] invalid-argument-type - :107:12 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[CDSView]]`
[error] invalid-argument-type - :107:21 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[CDSView]] | (() -> type[InstanceDefault[CDSView]]) | str`, found `<class 'CDSView'>`

src/bokeh/models/renderers/graph_renderer.py

[error] invalid-argument-type - :84:21 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[() -> Unknown]`
[error] invalid-argument-type - :89:21 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[() -> Unknown]`
[error] invalid-argument-type - :94:24 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[NodesOnly]]`
[error] invalid-argument-type - :94:33 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[NodesOnly]] | (() -> type[InstanceDefault[NodesOnly]]) | str`, found `<class 'GraphHitTestPolicy'>`
[error] invalid-argument-type - :99:25 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[NodesOnly]]`
[error] invalid-argument-type - :99:34 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[NodesOnly]] | (() -> type[InstanceDefault[NodesOnly]]) | str`, found `<class 'GraphHitTestPolicy'>`

src/bokeh/models/sources.py

[error] invalid-argument-type - :123:24 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[UnionRenderers]]`
[error] invalid-argument-type - :123:33 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[UnionRenderers]] | (() -> type[InstanceDefault[UnionRenderers]]) | str`, found `<class 'SelectionPolicy'>`
[error] invalid-argument-type - :788:14 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[AllIndices]]`
[error] invalid-argument-type - :788:23 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[AllIndices]] | (() -> type[InstanceDefault[AllIndices]]) | str`, found `<class 'Filter'>`

src/bokeh/models/tools.py

[error] invalid-argument-type - :573:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[() -> Unknown]`
[error] invalid-argument-type - :1138:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[BoxAnnotation]]`
[error] invalid-argument-type - :1138:24 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[BoxAnnotation]] | (() -> type[InstanceDefault[BoxAnnotation]]) | str`, found `<class 'BoxAnnotation'>`
[error] invalid-argument-type - :1257:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[BoxAnnotation]]`
[error] invalid-argument-type - :1257:24 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[BoxAnnotation]] | (() -> type[InstanceDefault[BoxAnnotation]]) | str`, found `<class 'BoxAnnotation'>`
[error] invalid-argument-type - :1308:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[PolyAnnotation]]`
[error] invalid-argument-type - :1308:24 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[PolyAnnotation]] | (() -> type[InstanceDefault[PolyAnnotation]]) | str`, found `<class 'PolyAnnotation'>`
[error] invalid-argument-type - :1342:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[PolyAnnotation]]`
[error] invalid-argument-type - :1342:24 - Argument to bound method `__init__` is incorrect: Expected `type[InstanceDefault[PolyAnnotation]] | (() -> type[InstanceDefault[PolyAnnotation]]) | str`, found `<class 'PolyAnnotation'>`

src/bokeh/plotting/_figure.py

[error] invalid-argument-type - :201 -
Old: Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[Unknown]`
New: Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[str]`
[error] invalid-argument-type - :201 -
Old: Argument to function `process_axis_and_grid` is incorrect: Expected `str | BaseText | None`, found `Unknown | Nullable[Unknown]`
New: Argument to function `process_axis_and_grid` is incorrect: Expected `str | BaseText | None`, found `Unknown | Nullable[str]`
[error] invalid-argument-type - :202 -
Old: Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[Unknown]`
New: Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[str]`
[error] invalid-argument-type - :202 -
Old: Argument to function `process_axis_and_grid` is incorrect: Expected `str | BaseText | None`, found `Unknown | Nullable[Unknown]`
New: Argument to function `process_axis_and_grid` is incorrect: Expected `str | BaseText | None`, found `Unknown | Nullable[str]`
[error] invalid-argument-type - :209 -
Old: Argument to function `process_active_tools` is incorrect: Expected `Drag | str | None`, found `Unknown | Nullable[Unknown]`
New: Argument to function `process_active_tools` is incorrect: Expected `Drag | str | None`, found `Unknown | Nullable[str]`
[error] invalid-argument-type - :210 -
Old: Argument to function `process_active_tools` is incorrect: Expected `list[InspectTool] | InspectTool | str | None`, found `Unknown | Nullable[Unknown]`
New: Argument to function `process_active_tools` is incorrect: Expected `list[InspectTool] | InspectTool | str | None`, found `Unknown | Nullable[str]`
[error] invalid-argument-type - :211 -
Old: Argument to function `process_active_tools` is incorrect: Expected `Scroll | str | None`, found `Unknown | Nullable[Unknown]`
New: Argument to function `process_active_tools` is incorrect: Expected `Scroll | str | None`, found `Unknown | Nullable[str]`
[error] invalid-argument-type - :212 -
Old: Argument to function `process_active_tools` is incorrect: Expected `Tap | str | None`, found `Unknown | Nullable[Unknown]`
New: Argument to function `process_active_tools` is incorrect: Expected `Tap | str | None`, found `Unknown | Nullable[str]`
[error] invalid-argument-type - :213 -
Old: Argument to function `process_active_tools` is incorrect: Expected `GestureTool | str | None`, found `Unknown | Nullable[Unknown]`
New: Argument to function `process_active_tools` is incorrect: Expected `GestureTool | str | None`, found `Unknown | Nullable[str]`

src/bokeh/plotting/contour.py

[error] invalid-type-arguments - :406:59 - Type `int | float` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT`
[error] invalid-argument-type - :333 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `_Buffer | @Todo`
New: Argument to function `len` is incorrect: Expected `Sized`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] non-subscriptable - :334:38 - Cannot subscript object of type `_SupportsArray[dtype[Any]]` with no `__getitem__` method
[error] non-subscriptable - :334:38 - Cannot subscript object of type `complex` with no `__getitem__` method
[error] non-subscriptable - :334:38 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :334:38 - Cannot subscript object of type `int` with no `__getitem__` method
[error] non-subscriptable - :334:49 - Cannot subscript object of type `_SupportsArray[dtype[Any]]` with no `__getitem__` method
[error] non-subscriptable - :334:49 - Cannot subscript object of type `complex` with no `__getitem__` method
[error] non-subscriptable - :334:49 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :334:49 - Cannot subscript object of type `int` with no `__getitem__` method
[error] not-iterable - :346 -
Old: Object of type `_Buffer | @Todo` may not be iterable
New: Object of type `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements` may not be iterable

src/bokeh/settings.py

[error] unresolved-attribute - :867:20 - Object of type `Path` has no attribute `endswith`
[error] unresolved-attribute - :878:20 - Object of type `Path` has no attribute `endswith`
[error] invalid-argument-type - :418:34 - Argument to function `convert_str` is incorrect: Expected `str`, found `str | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-argument-type - :438:34 - Argument to function `convert_str` is incorrect: Expected `str`, found `(Unknown & ~<class '_Unset'>) | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-argument-type - :442:34 - Argument to function `convert_str` is incorrect: Expected `str`, found `(T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-argument-type - :446:34 - Argument to function `convert_str` is incorrect: Expected `str`, found `(Unknown & ~<class '_Unset'>) | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-argument-type - :747 -
Old: Argument to bound method `__init__` is incorrect: Expected `((int | None | str, /) -> int | None) | None`, found `def convert_logging(value: str | int) -> int | None`
New: Argument to bound method `__init__` is incorrect: Expected `((int | None | str, /) -> int | None | str) | None`, found `def convert_logging(value: str | int) -> int | None`

src/bokeh/util/serialization.py

[warning] unused-ignore-comment - :367:39 - Unused blanket `type: ignore` directive

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

boostedblob/listing.py

[error] unsupported-operator - :300:19 - Operator `/` is unsupported between objects of type `LocalPath` and `LocalPath`
[error] invalid-argument-type - :300:29 - Argument is incorrect: Expected `str`, found `LocalPath`

boostedblob/boost.py

[error] invalid-return-type - :577:16 - Return type does not match returned value: expected `NotReady | Exhausted | T@dequeue_underlying`, found `object`
[error] invalid-return-type - :589:16 - Return type does not match returned value: expected `T@blocking_dequeue_underlying`, found `object`
[warning] unused-ignore-comment - :544:78 - Unused blanket `type: ignore` directive

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

cloudinit/sources/DataSourceWSL.py

[error] unresolved-attribute - :399:13 - Object of type `PurePath` has no attribute `casefold`

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

colour/adaptation/cie1994.py

[error] invalid-return-type - :179:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :263:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :333:12 - Return type does not match returned value: expected `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | float | floating[_32Bit] | ... omitted 3 union elements`
[error] invalid-return-type - :365:12 - Return type does not match returned value: expected `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | float | floating[_32Bit] | ... omitted 3 union elements`
[error] invalid-return-type - :398:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :557:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/adaptation/cmccat2000.py

[error] invalid-return-type - :215:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :310:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/adaptation/fairchild1990.py

[error] no-matching-overload - :157:21 - No overload of function `inv` matches arguments
[error] no-matching-overload - :159:20 - No overload of function `inv` matches arguments
[error] invalid-return-type - :162:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :253:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] non-subscriptable - :272:17 - Cannot subscript object of type `float64` with no `__getitem__` method
[error] non-subscriptable - :272:17 - Cannot subscript object of type `floating[_16Bit]` with no `__getitem__` method
[error] non-subscriptable - :272:17 - Cannot subscript object of type `floating[_32Bit]` with no `__getitem__` method
[error] non-subscriptable - :273:17 - Cannot subscript object of type `float64` with no `__getitem__` method
[error] non-subscriptable - :273:17 - Cannot subscript object of type `floating[_16Bit]` with no `__getitem__` method
[error] non-subscriptable - :273:17 - Cannot subscript object of type `floating[_32Bit]` with no `__getitem__` method

colour/adaptation/fairchild2020.py

[error] invalid-return-type - :352:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/adaptation/li2025.py

[error] unsupported-operator - :147:26 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :147:66 - Operator `-` is unsupported between objects of type `Literal[1]` and `ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`

colour/adaptation/vonkries.py

[error] invalid-return-type - :217:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/adaptation/zhai2018.py

[error] unsupported-operator - :180:22 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :181:22 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :189:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/algebra/coordinates/transformations.py

[error] invalid-return-type - :104:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :143:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :180:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :217:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :253:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :290:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/algebra/extrapolation.py

[error] invalid-return-type - :336:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/algebra/interpolation.py

[error] invalid-return-type - :502:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :552:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :739:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1026:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1196:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1250:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1306:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1741:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/algebra/prng.py

[error] invalid-return-type - :101:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/algebra/tests/test_extrapolation.py

[error] invalid-argument-type - :59:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :70:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :75:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :87:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :99:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :114:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :120:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :127:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :135:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :172:41 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`

colour/appearance/atd95.py

[error] invalid-return-type - :352:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | ndarray[tuple[Any, ...], dtype[Any]] | floating[_32Bit] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :393:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/cam16.py

[error] unsupported-operator - :488:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :530:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/ciecam02.py

[error] unsupported-operator - :501:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :566:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :595:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :965:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1049:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1282:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], Unknown]`
[error] invalid-return-type - :1481:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[floating[Any]]]`
[error] invalid-return-type - :1542:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], Unknown]`
[error] unsupported-operator - :1599:11 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] invalid-return-type - :1601:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/ciecam16.py

[error] unsupported-operator - :282:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :469:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :480:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :522:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/hellwig2022.py

[error] unsupported-operator - :516:13 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[Any]]]`
[error] unsupported-operator - :555:14 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :594:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :708:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :940:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/hke.py

[error] invalid-return-type - :295:12 - Return type does not match returned value: expected `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | float | floating[_32Bit] | ... omitted 3 union elements`

colour/appearance/kim2009.py

[error] unsupported-operator - :537:12 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[100]`
[error] unsupported-operator - :546:22 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] invalid-return-type - :569:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/llab.py

[error] unsupported-operator - :471:43 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :565:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/nayatani95.py

[error] unsupported-operator - :270:41 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[100]`
[error] invalid-return-type - :803:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :851:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :924:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :954:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | floating[_32Bit] | ndarray[tuple[Any, ...], dtype[floating[Any]]]`
[error] invalid-return-type - :995:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/tests/test_atd95.py

[error] no-matching-overload - :48:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :68:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :89:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :109:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :143:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :150:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :159:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :186:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_cam16.py

[error] no-matching-overload - :52:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :71:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :91:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :110:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :130:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :162:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :169:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :178:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :224:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_ciecam02.py

[error] no-matching-overload - :60:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :68:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :77:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :85:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :94:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :126:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :133:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :142:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :188:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_ciecam16.py

[error] no-matching-overload - :54:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :73:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :93:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :112:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :132:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :153:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :185:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :192:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :201:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :247:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_hellwig2022.py

[error] no-matching-overload - :62:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :83:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :105:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :127:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :161:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :168:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :177:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :225:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_hunt.py

[error] no-matching-overload - :53:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :61:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :71:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :79:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :101:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :109:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :119:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :146:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :197:9 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_kim2009.py

[error] no-matching-overload - :54:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :73:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :93:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :112:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :144:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :151:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :160:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :206:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_llab.py

[error] no-matching-overload - :54:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :73:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :93:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :112:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :144:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :151:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :160:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :206:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_nayatani95.py

[error] no-matching-overload - :48:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :56:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :65:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :73:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :94:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :101:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :110:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :140:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_rlab.py

[error] no-matching-overload - :48:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :56:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :65:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :73:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :94:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :101:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :110:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :140:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_scam.py

[error] no-matching-overload - :52:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :74:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :97:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :132:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :139:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :148:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :199:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_zcam.py

[error] no-matching-overload - :52:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :74:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :104:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :130:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :152:9 - No overload of function `assert_allclose` matches arguments
[error] invalid-argument-type - :189:13 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `CAM_Specification_ZCAM`
[error] invalid-argument-type - :194:13 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `CAM_Specification_ZCAM`
[error] invalid-argument-type - :201:13 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `CAM_Specification_ZCAM`
[error] invalid-argument-type - :244:21 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `CAM_Specification_ZCAM`

colour/appearance/zcam.py

[error] unsupported-operator - :727:46 - Operator `%` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[360]`
[error] invalid-return-type - :750:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/characterisation/aces_it.py

[error] invalid-return-type - :281:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/colorimetry/generation.py

[error] invalid-argument-type - :783:26 - Argument to function `_format_array` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`

colour/colorimetry/lightness.py

[error] unsupported-operator - :208:15 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[1]`
[error] unsupported-operator - :208:32 - Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[98]`

colour/colorimetry/luminance.py

[error] unsupported-operator - :161:9 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :162:22 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :163:22 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[3]`
[error] unsupported-operator - :164:23 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[4]`
[error] unsupported-operator - :165:24 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[5]`
[error] unsupported-operator - :213:9 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :214:22 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[2]`
[error] unsupported-operator - :215:22 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[3]`
[error] unsupported-operator - :216:23 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[4]`
[error] unsupported-operator - :217:25 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[5]`
[error] unsupported-operator - :331:16 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[16]`
[error] unsupported-operator - :386:17 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :454:17 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/colorimetry/transformations.py

[error] invalid-return-type - :140:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/colorimetry/tristimulus_values.py

[error] unsupported-operator - :741:9 - Operator `/=` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[100]`
[error] invalid-return-type - :743:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] invalid-return-type - :889:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :1070:23 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property`
[error] invalid-argument-type - :1077:31 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property`

colour/colorimetry/whiteness.py

[error] invalid-return-type - :368:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :451:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/continuous/abstract.py

[error] unsupported-operator - :840:32 - Operator `-` is unsupported between objects of type `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/continuous/multi_signals.py

[error] invalid-return-type - :401:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :810:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/continuous/signal.py

[error] invalid-return-type - :327:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :327:29 - Argument to function `ndarray_copy` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :370:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :370:29 - Argument to function `ndarray_copy` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-assignment - :1197:47 - Object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | (_Buffer & ndarray[tuple[object, ...], dtype[object]] & ~Signal) | (_SupportsArray[dtype[Any]] & ndarray[tuple[object, ...], dtype[object]] & ~Signal) | ... omitted 9 union elements` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :1207:45 - Argument to function `as_float_array` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray | ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - :1225:29 - Argument to function `ndarray_copy` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :1225:60 - Argument to function `ndarray_copy` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `(Unknown & None) | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/difference/delta_e.py

[error] unsupported-operator - :696:12 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/difference/tests/test_delta_e.py

[error] no-matching-overload - :245:9 - No overload of function `assert_allclose` matches arguments

colour/geometry/ellipse.py

[error] invalid-return-type - :219:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/geometry/intersection.py

[error] invalid-return-type - :97:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :234:52 - Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/io/luts/operator.py

[error] invalid-return-type - :318:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :529:13 - Operator `+=` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :534:13 - Operator `+=` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/io/luts/tests/test__init__.py

[error] invalid-argument-type - :162:25 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT1D | LUT3x1D | LUT3D | LUTSequence | LUTOperatorMatrix`

colour/io/luts/tests/test_iridas_cube.py

[error] invalid-argument-type - :139:25 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D | LUT3D`

colour/io/luts/tests/test_lut.py

[error] unsupported-operator - :646:25 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] no-matching-overload - :806:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :827:19 - Operator `*` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :957:13 - Operator `+` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :963:13 - Operator `-` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :967:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :975:13 - Operator `/` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :981:13 - Operator `**` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :987:13 - Operator `+` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :993:13 - Operator `-` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :997:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :1005:13 - Operator `/` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :1011:13 - Operator `**` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :1017:13 - Operator `+` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :1021:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1027:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1033:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :1041:13 - Operator `**` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :1049:13 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] no-matching-overload - :1066:9 - No overload of function `assert_allclose` matches arguments

colour/io/luts/tests/test_sequence.py

[error] invalid-argument-type - :49:42 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT1D`
[error] invalid-argument-type - :49:55 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :49:68 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-assignment - :89:9 - Invalid assignment to data descriptor attribute `sequence` on type `LUTSequence` with custom `__set__` method
[error] invalid-argument-type - :95:28 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT1D`
[error] invalid-argument-type - :95:41 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3D`
[error] invalid-argument-type - :95:54 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3x1D`
[error] invalid-argument-type - :370:38 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT1D`
[error] invalid-argument-type - :370:51 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3D`
[error] invalid-argument-type - :370:64 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3x1D`
[error] invalid-argument-type - :371:38 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT1D`
[error] invalid-argument-type - :371:51 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3D`
[error] invalid-argument-type - :383:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT1D`
[error] invalid-argument-type - :383:26 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | AbstractLUT`
[error] invalid-argument-type - :383:53 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3x1D`
[error] invalid-argument-type - :391:32 - Argument to bound method `insert` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | AbstractLUT`
[error] invalid-argument-type - :394:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT1D`
[error] invalid-argument-type - :395:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3D`
[error] invalid-argument-type - :396:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3D`
[error] invalid-argument-type - :397:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3x1D`
[error] invalid-argument-type - :445:32 - Argument to bound method `insert` is incorrect: Expected `ProtocolLUTSequenceItem`, found `GammaOperator`

colour/io/luts/tests/test_sony_spi3d.py

[error] invalid-argument-type - :202:25 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`

colour/models/cam02_ucs.py

[error] invalid-return-type - :202:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :262:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/cie_lab.py

[error] invalid-return-type - :118:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :186:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/cie_luv.py

[error] invalid-return-type - :145:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :223:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :278:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :383:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :418:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :484:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/cie_ucs.py

[error] invalid-return-type - :102:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :150:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :193:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :245:23 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :245:62 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :247:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :282:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :317:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :372:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/cie_uvw.py

[error] unsupported-operator - :95:20 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[100]`
[error] invalid-return-type - :107:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :175:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/cie_xyy.py

[error] invalid-return-type - :103:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :156:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :286:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/common.py

[error] invalid-return-type - :257:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :315:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :397:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :483:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/din99.py

[error] invalid-return-type - :169:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :252:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/hdr_cie_lab.py

[error] unsupported-operator - :136:25 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] invalid-return-type - :237:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :325:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/hdr_ipt.py

[error] unsupported-operator - :140:25 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] invalid-return-type - :225:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :303:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/hunter_lab.py

[error] invalid-return-type - :88:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :168:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :246:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/hunter_rdab.py

[error] invalid-return-type - :126:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :205:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/igpgtg.py

[error] invalid-return-type - :181:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | ndarray[tuple[Any, ...], dtype[Any]] | floating[_32Bit] | Unknown`

colour/models/jzazbz.py

[error] invalid-return-type - :353:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :426:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/prolab.py

[error] unsupported-operator - :142:40 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :144:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :201:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/cmyk.py

[error] unsupported-operator - :88:11 - Operator `-` is unsupported between objects of type `Literal[1]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :90:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :132:11 - Operator `-` is unsupported between objects of type `Literal[1]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :134:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :192:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :238:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/cylindrical.py

[error] invalid-return-type - :145:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :212:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :284:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :362:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :454:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :526:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :584:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/hanbury2003.py

[error] unsupported-operator - :110:43 - Operator `-` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :116:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :171:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/prismatic.py

[error] unsupported-operator - :96:22 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :100:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :151:11 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :153:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/rgb_colourspace.py

[error] invalid-return-type - :1089:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1223:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1419:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/transfer_functions/aces.py

[error] unsupported-operator - :200:9 - Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Any | int | float`
[error] unsupported-operator - :330:9 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`
[error] unsupported-operator - :332:27 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :335:9 - Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :387:9 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
[error] unsupported-operator - :388:16 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :389:15 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :507:15 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/apple_log_profile.py

[error] unsupported-operator - :195:28 - Operator `<=` is not supported for types `int` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, in comparing `Literal[0]` with `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :196:13 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`

colour/models/rgb/transfer_functions/arib_std_b67.py

[error] unsupported-operator - :118:20 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[1]`
[error] unsupported-operator - :185:13 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :186:29 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`

colour/models/rgb/transfer_functions/arri.py

[error] unsupported-operator - :828:9 - Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`

colour/models/rgb/transfer_functions/canon.py

[error] unsupported-operator - :162:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :166:13 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :167:36 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :168:33 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :232:9 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `float`
[error] unsupported-operator - :233:19 - Operator `-` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :234:18 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :296:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :300:13 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :301:38 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :302:35 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :372:9 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` with `float`
[error] unsupported-operator - :373:19 - Operator `-` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`
[error] unsupported-operator - :374:18 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :602:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :606:13 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :607:39 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :608:36 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :672:9 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `float`
[error] unsupported-operator - :673:19 - Operator `-` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :674:18 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :737:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :741:13 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :742:38 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :743:35 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :812:9 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` with `float`
[error] unsupported-operator - :813:19 - Operator `-` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`
[error] unsupported-operator - :814:18 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :1041:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1046:17 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1047:17 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1048:17 - Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1051:40 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1052:17 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1053:39 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :1118:10 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `float`
[error] unsupported-operator - :1118:30 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `float`
[error] unsupported-operator - :1118:52 - Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `float`
[error] unsupported-operator - :1120:23 - Operator `-` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1121:14 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1122:22 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1186:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1191:17 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1192:17 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1193:17 - Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1196:40 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1197:17 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1198:39 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :1268:10 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` with `float`
[error] unsupported-operator - :1268:31 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` with `float`
[error] unsupported-operator - :1268:52 - Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` with `float`
[error] unsupported-operator - :1270:23 - Operator `-` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`
[error] unsupported-operator - :1271:14 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :1272:22 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`

colour/models/rgb/transfer_functions/cineon.py

[error] unsupported-operator - :139:18 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[685]`

colour/models/rgb/transfer_functions/dcdm.py

[error] invalid-return-type - :109:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :176:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/models/rgb/transfer_functions/dji_d_log.py

[error] unsupported-operator - :82:9 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :83:9 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :84:19 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :131:9 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :132:10 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :133:17 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/transfer_functions/exponent.py

[error] invalid-return-type - :338:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/models/rgb/transfer_functions/filmic_pro.py

[error] invalid-argument-type - :116:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`

colour/models/rgb/transfer_functions/filmlight_t_log.py

[error] unsupported-operator - :125:9 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :221:9 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
[error] unsupported-operator - :222:10 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`

colour/models/rgb/transfer_functions/fujifilm_f_log.py

[error] unsupported-operator - :138:16 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/gamma.py

[error] invalid-return-type - :96:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :99:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/models/rgb/transfer_functions/gopro.py

[error] unsupported-operator - :126:10 - Operator `**` is unsupported between objects of type `Literal[113]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/transfer_functions/itur_bt_1361.py

[error] unsupported-operator - :92:13 - Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`
[error] unsupported-operator - :95:17 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
[error] unsupported-operator - :99:17 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :153:13 - Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`
[error] unsupported-operator - :156:17 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
[error] unsupported-operator - :158:24 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :160:17 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/itur_bt_1886.py

[error] unsupported-operator - :161:29 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Any | int | float`

colour/models/rgb/transfer_functions/itur_bt_2020.py

[error] unsupported-operator - :129:27 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :192:13 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :193:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/itur_bt_2100.py

[error] unsupported-operator - :1141:18 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1145:11 - Operator `*` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1146:11 - Operator `*` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1147:11 - Operator `*` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] invalid-return-type - :1154:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1228:18 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1232:11 - Operator `*` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1233:11 - Operator `*` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1234:11 - Operator `*` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] invalid-return-type - :1241:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1407:18 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1419:21 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `int | float`
[error] unsupported-operator - :1424:21 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `int | float`
[error] unsupported-operator - :1429:21 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `int | float`
[error] invalid-return-type - :1437:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1510:18 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1539:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/transfer_functions/itur_bt_601.py

[error] unsupported-operator - :86:18 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :86:29 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :134:13 - Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :135:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :136:19 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/itut_h_273.py

[error] unsupported-operator - :116:9 - Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :177:9 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :179:19 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[1]`
[error] unsupported-operator - :301:9 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :303:19 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[1]`

colour/models/rgb/transfer_functions/leica_l_log.py

[error] unsupported-operator - :112:15 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/log.py

[error] invalid-return-type - :241:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/models/rgb/transfer_functions/nikon_n_log.py

[error] unsupported-operator - :112:13 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/panalog.py

[error] unsupported-operator - :149:18 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[681]`

colour/models/rgb/transfer_functions/panasonic_v_log.py

[error] unsupported-operator - :119:16 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :128:9 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :204:10 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`

colour/models/rgb/transfer_functions/pivoted_log.py

[error] unsupported-operator - :105:20 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :174:17 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`

colour/models/rgb/transfer_functions/red.py

[error] unsupported-operator - :188:19 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[1023]`
[error] unsupported-operator - :423:17 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :423:57 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :523:9 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :579:9 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :580:10 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/rimm_romm_rgb.py

[error] unsupported-operator - :128:20 - Operator `>` is not supported for types `int` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, in comparing `Any | int | float` with `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :289:10 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :289:19 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :289:30 - Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :289:42 - Operator `<` is not supported for types `int` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, in comparing `int | float` with `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :290:13 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :360:15 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :364:9 - Operator `*` is unsupported between objects of type `floating[_16Bit] | float | floating[_32Bit]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :368:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `int | float`
[error] unsupported-operator - :445:13 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :448:13 - Operator `<` is not supported for types `int` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, in comparing `int | float` with `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/transfer_functions/smpte_240m.py

[error] unsupported-operator - :86:20 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :135:13 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :136:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[4]`
[error] unsupported-operator - :137:19 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/sony.py

[error] unsupported-operator - :123:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :126:9 - Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `Literal[0]`
[error] unsupported-operator - :127:31 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :128:9 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :194:13 - Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :195:21 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :196:14 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :396:13 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :399:9 - Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `float`
[error] unsupported-operator - :400:26 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :401:10 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `int | float`
[error] unsupported-operator - :466:9 - Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` with `int | float`
[error] unsupported-operator - :467:19 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], Unknown]` and `Literal[420]`
[error] unsupported-operator - :468:10 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], Unknown]` and `Literal[95]`

colour/models/rgb/transfer_functions/srgb.py

[error] unsupported-operator - :92:18 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :92:34 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :141:13 - Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :142:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :143:19 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/viper_log.py

[error] unsupported-operator - :126:17 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[1023]`

colour/models/rgb/ycbcr.py

[error] invalid-return-type - :534:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :671:9 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`, found `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 5 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :789:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :903:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/sucs.py

[error] invalid-return-type - :165:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :219:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :366:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :420:17 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :425:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/yrg.py

[error] invalid-return-type - :121:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :177:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/phenomena/interference.py

[error] invalid-return-type - :448:12 - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]]`, found `tuple[ndarray[tuple[Any, ...], dtype[_ScalarT]], ndarray[tuple[Any, ...], dtype[_ScalarT]]]`

colour/quality/ssi.py

[error] invalid-assignment - :116:31 - Object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None`
[warning] possibly-missing-attribute - :125:24 - Attribute `shape` may be missing on object of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None`
[error] invalid-assignment - :126:13 - Cannot assign to a subscript on an object of type `None`
[error] invalid-argument-type - :146:21 - Argument to function `dot` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None`
[error] invalid-argument-type - :147:26 - Argument to function `dot` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None`

colour/temperature/ohno2013.py

[error] invalid-return-type - :343:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/continuous/tests/test_signal.py

[warning] possibly-missing-attribute - :594:13 - Attribute `range` may be missing on object of type `Unknown | Signal | Literal[10]`
[warning] possibly-missing-attribute - :600:13 - Attribute `range` may be missing on object of type `Unknown | Signal | Literal[10]`
[warning] possibly-missing-attribute - :606:13 - Attribute `range` may be missing on object of type `Unknown | Signal | Literal[10]`
[warning] possibly-missing-attribute - :612:13 - Attribute `range` may be missing on object of type `Unknown | Signal | Literal[10]`
[warning] possibly-missing-attribute - :618:13 - Attribute `range` may be missing on object of type `Unknown | Signal | Literal[10]`

colour/appearance/hunt.py

[error] invalid-return-type - :606:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :755:21 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[Any]]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :755:58 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[Any]]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :768:27 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[floating[Any]]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :768:31 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :887:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1297:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], Unknown]`
[error] invalid-return-type - :1348:9 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ... omitted 3 union elements`
[error] invalid-return-type - :1379:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | floating[_32Bit] | ndarray[tuple[Any, ...], dtype[floating[Any]]]`

colour/appearance/scam.py

[error] invalid-argument-type - :434:21 - Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | None`
[error] invalid-argument-type - :434:41 - Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | None`
[error] unsupported-operator - :449:44 - Operator `+` is unsupported between objects of type `Literal[110]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :452:22 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :460:15 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Any`
[error] invalid-return-type - :475:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[warning] unused-ignore-comment - :458:73 - Unused blanket `type: ignore` directive

colour/characterisation/correction.py

[error] invalid-return-type - :425:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :620:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/colorimetry/spectrum.py

[error] no-matching-overload - :417:21 - No overload of function `around` matches arguments
[error] invalid-return-type - :815:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property`
[error] invalid-return-type - :839:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property`
[error] unsupported-operator - :1603:43 - Operator `>=` is not supported for types `property` and `int`, in comparing `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property` with `Unknown | int | float`
[error] unsupported-operator - :1603:65 - Operator `<=` is not supported for types `property` and `int`, in comparing `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property` with `Unknown | int | float`
[error] invalid-return-type - :1658:16 - Return type does not match returned value: expected `Self@normalise`, found `Self@normalise | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[Any, ...], dtype[floating[Any]]]`

colour/colorimetry/tests/test_spectrum.py

[error] invalid-argument-type - :1681:13 - Argument to bound method `__init__` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 8 union elements`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property`
[error] invalid-argument-type - :1691:13 - Argument to bound method `__init__` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 8 union elements`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property`
[error] no-matching-overload - :1927:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2090:9 - No overload of function `assert_allclose` matches arguments

colour/continuous/tests/test_multi_signal.py

[error] invalid-argument-type - :511:13 - Method `__getitem__` of type `bound method MultiSignals.__getitem__(x: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` cannot be called with key of type `tuple[slice[None, None, None], slice[None, None, None]]` on object of type `MultiSignals`
[error] invalid-argument-type - :529:13 - Method `__getitem__` of type `bound method MultiSignals.__getitem__(x: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` cannot be called with key of type `tuple[slice[None, None, None], slice[Literal[0], Literal[2], None]]` on object of type `MultiSignals`
[error] invalid-assignment - :694:9 - Invalid subscript assignment with key of type `tuple[slice[None, None, None], slice[None, None, None]]` and value of type `Literal[50]` on object of type `MultiSignals`
[error] invalid-assignment - :713:9 - Invalid subscript assignment with key of type `tuple[slice[None, None, None], slice[Literal[0], Literal[2], None]]` and value of type `Literal[50]` on object of type `MultiSignals`
[warning] possibly-missing-attribute - :855:13 - Attribute `range` may be missing on object of type `Unknown | MultiSignals | Literal[10]`
[warning] possibly-missing-attribute - :861:13 - Attribute `range` may be missing on object of type `Unknown | MultiSignals | Literal[10]`
[warning] possibly-missing-attribute - :867:13 - Attribute `range` may be missing on object of type `Unknown | MultiSignals | Literal[10]`
[warning] possibly-missing-attribute - :873:13 - Attribute `range` may be missing on object of type `Unknown | MultiSignals | Literal[10]`
[warning] possibly-missing-attribute - :879:13 - Attribute `range` may be missing on object of type `Unknown | MultiSignals | Literal[10]`

colour/examples/colorimetry/examples_spectrum.py

[warning] possibly-missing-attribute - :131:7 - Attribute `values` may be missing on object of type `SpectralDistribution | ndarray[tuple[Any, ...], dtype[float64]]`
[warning] possibly-missing-attribute - :148:7 - Attribute `values` may be missing on object of type `SpectralDistribution | ndarray[tuple[Any, ...], dtype[float64]]`
[error] unsupported-operator - :153:1 - Operator `+=` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[float64]]` and `SpectralDistribution | ndarray[tuple[Any, ...], dtype[float64]]`
[warning] possibly-missing-attribute - :154:7 - Attribute `values` may be missing on object of type `SpectralDistribution | ndarray[tuple[Any, ...], dtype[float64]] | Unknown`
[warning] possibly-missing-attribute - :159:1 - Attribute `interpolate` may be missing on object of type `SpectralDistribution | ndarray[tuple[Any, ...], dtype[float64]] | Unknown`
[warning] possibly-missing-attribute - :165:1 - Attribute `extrapolate` may be missing on object of type `SpectralDistribution | ndarray[tuple[Any, ...], dtype[float64]] | Unknown`
[warning] possibly-missing-attribute - :171:1 - Attribute `align` may be missing on object of type `SpectralDistribution | ndarray[tuple[Any, ...], dtype[float64]] | Unknown`
[error] non-subscriptable - :126:22 - Cannot subscript object of type `Literal[10]` with no `__getitem__` method
[error] non-subscriptable - :142:7 - Cannot subscript object of type `Literal[10]` with no `__getitem__` method
[warning] possibly-missing-attribute - :147:35 - Attribute `wavelengths` may be missing on object of type `SpectralDistribution | Literal[10]`

colour/geometry/primitives.py

[error] invalid-assignment - :235:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :236:5 - Invalid subscript assignment with key of type `Literal["uv"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :237:5 - Invalid subscript assignment with key of type `Literal["normal"]` and value of type `ndarray[tuple[Any, ...], Unknown]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :238:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :450:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :451:5 - Invalid subscript assignment with key of type `Literal["uv"]` and value of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :452:5 - Invalid subscript assignment with key of type `Literal["normal"]` and value of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :453:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/geometry/tests/test_primitives.py

[error] invalid-argument-type - :41:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :54:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["uv"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :60:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["normal"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :66:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :91:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :106:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["uv"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :121:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["normal"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :136:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :180:17 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :181:17 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :200:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :233:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["uv"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :266:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["normal"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :299:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :393:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :454:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["uv"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :515:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["normal"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :576:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :786:17 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :787:17 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/geometry/tests/test_section.py

[error] invalid-argument-type - :159:32 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/geometry/vertices.py

[error] unsupported-operator - :453:11 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`

colour/graph/conversion.py

[error] invalid-return-type - :348:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :475:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :475:19 - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
[error] invalid-return-type - :596:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :596:19 - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
[error] invalid-return-type - :725:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :725:19 - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
[error] invalid-return-type - :862:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :862:19 - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
[error] invalid-return-type - :1000:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1135:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1285:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1339:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/hints/__init__.py

[error] invalid-return-type - :649 -
Old: Function always implicitly returns `None`, which is not assignable to return type `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Function always implicitly returns `None`, which is not assignable to return type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :652 -
Old: Function always implicitly returns `None`, which is not assignable to return type `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Function always implicitly returns `None`, which is not assignable to return type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/io/fichet2021.py

[error] invalid-argument-type - :706:62 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :839 -
Old: Argument to function `sds_and_msds_to_components_Fichet2021` is incorrect: Expected `Sequence[SpectralDistribution | MultiSpectralDistributions] | SpectralDistribution | MultiSpectralDistributions | ValuesView[Unknown]`, found `Sequence[SpectralDistribution | MultiSpectralDistributions] | SpectralDistribution | MultiSpectralDistributions | (dict[str | int | float, tuple[@Todo, @Todo]] & Sequence[object]) | ValuesView[Unknown]`
New: Argument to function `sds_and_msds_to_components_Fichet2021` is incorrect: Expected `Sequence[SpectralDistribution | MultiSpectralDistributions] | SpectralDistribution | MultiSpectralDistributions | ValuesView[Unknown]`, found `Sequence[SpectralDistribution | MultiSpectralDistributions] | SpectralDistribution | MultiSpectralDistributions | (dict[str | int | float, tuple[ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]]] & Sequence[object]) | ValuesView[Unknown]`

colour/io/image.py

[error] invalid-return-type - :1029:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/io/luts/cinespace_csp.py

[error] invalid-argument-type - :219:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-argument-type - :220:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :239:17 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-argument-type - :240:17 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-argument-type - :316:27 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `AbstractLUT`
[error] invalid-argument-type - :316:49 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :321:27 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D & ~LUTSequence & ~LUT1D`
[error] invalid-argument-type - :321:32 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :326:27 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-argument-type - :326:38 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D & ~LUTSequence & ~LUT1D & ~LUT3x1D`

colour/io/luts/lut.py

[error] invalid-return-type - :1442:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1621:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/io/luts/resolve_cube.py

[error] invalid-argument-type - :223:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-argument-type - :228:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :350:27 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `AbstractLUT`
[error] invalid-argument-type - :350:49 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :354:27 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D & ~LUTSequence & ~LUT1D`
[error] invalid-argument-type - :354:32 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :358:27 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-argument-type - :358:38 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D & ~LUTSequence & ~LUT1D & ~LUT3x1D`

colour/io/tabular.py

[error] not-iterable - :164:42 - Object of type `tuple[str, ...] | None` may not be iterable

colour/io/tm2714.py

[error] invalid-argument-type - :1638:36 - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property]`

colour/models/osa_ucs.py

[error] invalid-return-type - :152:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :341:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/tests/test_rgb_colourspace.py

[error] invalid-argument-type - :346:17 - Argument to function `XYZ_to_RGB` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :348:17 - Argument to function `XYZ_to_RGB` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :365:17 - Argument to function `XYZ_to_RGB` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :367:17 - Argument to function `XYZ_to_RGB` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :384:17 - Argument to function `XYZ_to_RGB` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :386:17 - Argument to function `XYZ_to_RGB` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :401:17 - Argument to function `XYZ_to_RGB` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :403:17 - Argument to function `XYZ_to_RGB` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :546:17 - Argument to function `RGB_to_XYZ` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :548:17 - Argument to function `RGB_to_XYZ` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :565:17 - Argument to function `RGB_to_XYZ` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :567:17 - Argument to function `RGB_to_XYZ` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :584:17 - Argument to function `RGB_to_XYZ` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :586:17 - Argument to function `RGB_to_XYZ` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :601:17 - Argument to function `RGB_to_XYZ` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :603:17 - Argument to function `RGB_to_XYZ` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`

colour/notation/hexadecimal.py

[error] unsupported-operator - :81:15 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`
[error] unsupported-operator - :89:15 - Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` with `Literal[1]`
[error] no-matching-overload - :133:11 - No overload of function `lstrip` matches arguments
[error] invalid-return-type - :149:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/notation/munsell.py

[error] invalid-argument-type - :353:33 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] unsupported-operator - :449:22 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[100]`
[error] unsupported-operator - :497:17 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :497:42 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :687:13 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :691:27 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :694:48 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[2]`
[error] unsupported-operator - :695:29 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :695:57 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] invalid-return-type - :940:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1102:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :1203:21 - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
[error] invalid-argument-type - :1236:26 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :1248:17 - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
[error] invalid-return-type - :1255:20 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :1268:13 - Argument to function `maximum_chroma_from_renotation` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
[error] invalid-argument-type - :1280:17 - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
[error] invalid-argument-type - :1317:21 - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
[error] invalid-argument-type - :1340:17 - Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
[error] invalid-return-type - :1345:20 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1524:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1535:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1616:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1618:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1988:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :2388:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :2454:23 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :2517:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :2684:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :2456:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/notation/tests/test_munsell.py

[error] invalid-assignment - :152:40 - Object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-assignment - :558:46 - Object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-assignment - :595:45 - Object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] no-matching-overload - :1929:9 - No overload of function `assert_allclose` matches arguments

colour/phenomena/tmm.py

[error] invalid-argument-type - :863:9 - Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit] | complex128]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Any`
[error] invalid-argument-type - :864:9 - Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit] | complex128]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Any`
[warning] unused-ignore-comment - :99:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :126:52 - Unused blanket `type: ignore` directive

colour/plotting/common.py

[error] invalid-argument-type - :1329 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `_Buffer | @Todo | Sequence[_Buffer | @Todo | ColourSwatch]`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - :1427 -
Old: Argument to bound method `set_facecolor` is incorrect: Expected `tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `_Buffer | @Todo`
New: Argument to bound method `set_facecolor` is incorrect: Expected `tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - :1718:39 - Argument to bound method `imshow` is incorrect: Expected `int | float | _Buffer | ... omitted 6 union elements`, found `Unknown | str | Colormap`

colour/plotting/diagrams.py

[error] invalid-assignment - :307:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :308:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :365:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :366:5 - Invalid subscript assignment with key of type `Literal["normal"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :367:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :453:22 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :453:49 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :458:21 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :467:17 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :475:21 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :476:19 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["normal"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :477:19 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :493:26 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["normal"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :451:13 - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | @Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - :465 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | @Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/plotting/models.py

[error] invalid-assignment - :326:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :327:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :351:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `Any` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :352:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :421:22 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :421:48 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :426:21 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :434:14 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :439:9 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :440:9 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :1984:47 - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :1984:47 - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :1988:47 - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :1988:47 - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :419:13 - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | @Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | ... omitted 3 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | ... omitted 6 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | int | float | ... omitted 3 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | int | float | ... omitted 6 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | float | ... omitted 3 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | float | ... omitted 6 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 3 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 6 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 3 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | float | ... omitted 6 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 3 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | float | ... omitted 6 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | float | ... omitted 3 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | float | ... omitted 6 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | float | ... omitted 3 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | float | ... omitted 6 union elements`
[error] invalid-argument-type - :441:9 - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :441:9 - Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | float | ... omitted 3 union elements`

colour/plotting/quality.py

[error] invalid-argument-type - :186:55 - Argument to function `where` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `None`

colour/plotting/section.py

[error] unsupported-operator - :238:23 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :645:32 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/plotting/temperature.py

[error] invalid-assignment - :164:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :165:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :235:18 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :235:45 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :240:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :352:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `Any` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :353:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :386:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :387:5 - Invalid subscript assignment with key of type `Literal["normal"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :388:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :481:22 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :481:49 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :486:17 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :495:28 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :496:30 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :233:9 - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | @Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - :479:13 - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | @Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - :500:17 - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | @Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - :518:13 - Argument to bound method `text` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :519:13 - Argument to bound method `text` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`

colour/plotting/tests/test_section.py

[error] invalid-argument-type - :47:35 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :84:35 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/plotting/volume.py

[error] invalid-argument-type - :604:48 - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :604:48 - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :790:40 - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :790:40 - Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/recovery/jakob2019.py

[error] unsupported-operator - :504:22 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :507:53 - Argument to function `optimize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :521:44 - Argument to function `optimize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/recovery/meng2015.py

[error] unsupported-operator - :198:16 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/recovery/otsu2018.py

[error] unsupported-operator - :582:37 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - :1631:13 - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/temperature/cie_d.py

[error] invalid-return-type - :185:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/temperature/kang2002.py

[error] invalid-return-type - :188:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/temperature/krystek1985.py

[error] invalid-return-type - :172:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/utilities/array.py

[error] invalid-return-type - :755:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 5 union elements]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :788:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :902:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit] | complex128]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1374:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1444:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1508:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1576:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1650:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1718:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1792:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1860:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1933:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :2013:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :3013:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[ndarray[tuple[Any, ...], dtype[Any]]]]`
[error] invalid-return-type - :2634:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]]`

colour/utilities/tests/test_array.py

[error] unsupported-operator - :398:13 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :404:13 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :408:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :416:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :422:13 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :426:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :428:13 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :432:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :434:13 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :438:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :444:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :446:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :450:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :452:13 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :460:13 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :464:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :470:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :476:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :484:13 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :490:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :496:9 - No overload of function `assert_allclose` matches arguments
[error] invalid-return-type - :921:20 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :949:20 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :1463:36 - Argument to function `ndarray_copy` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - :1466:36 - Argument to function `ndarray_copy` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[float64]]`
[error] no-matching-overload - :1527:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1549:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1555:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1838:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1994:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2000:9 - No overload of function `assert_allclose` matches arguments
[error] invalid-argument-type - :2016:29 - Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - :2018:29 - Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | None]`
[error] invalid-argument-type - :2020:33 - Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | bool | None]`
[warning] unused-ignore-comment - :969:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :970:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :980:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :982:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1003:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1004:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1022:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1032:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1040:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1049:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1057:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1065:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1073:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1081:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1091:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1103:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1116:45 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :826 -
Old: Argument to function `fields` is incorrect: Expected `DataclassInstance | type[@Todo]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Argument to function `fields` is incorrect: Expected `DataclassInstance | type[@Todo]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :828 -
Old: Return type does not match returned value: expected `numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 union elements`, found `dtype[Unknown]`
New: Return type does not match returned value: expected `numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 union elements`, found `dtype[_ScalarT]`

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

homeassistant/auth/models.py

[error] no-matching-overload - :114:23 - No overload of function `attrib` matches arguments

homeassistant/components/ecovacs/number.py

[error] invalid-type-form - :111:52 - List literals are not allowed in this context in a type expression: Did you mean `list[int]`?
[error] invalid-type-form - :121:43 - List literals are not allowed in this context in a type expression: Did you mean `list[int]`?

homeassistant/components/ecovacs/select.py

[error] invalid-type-form - :97:57 - List literals are not allowed in this context in a type expression: Did you mean `list[str]`?
[error] invalid-type-form - :108:48 - List literals are not allowed in this context in a type expression: Did you mean `list[str]`?

homeassistant/core.py

[error] invalid-type-form - :1398 -
Old: List literals are not allowed in this context in a type expression: Did you mean `list[Event[Unknown]]`?
New: List literals are not allowed in this context in a type expression: Did you mean `list[Event[_DataT@_FilterableJobType]]`?
[error] invalid-type-arguments - :1398:20 - Type `typing.TypeVar` is not assignable to upper bound `Mapping[str, Any]` of type variable `_DataT@Event`
[error] invalid-argument-type - :1621:62 - Argument to bound method `_async_listen_filterable_job` is incorrect: Expected `tuple[HassJob[Unknown], ((Mapping[str, Any], /) -> bool) | None]`, found `tuple[HassJob[Unknown], ((_DataT@async_listen, /) -> bool) | None]`

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

ddtrace/internal/settings/dynamic_instrumentation.py

[error] invalid-argument-type - :115 -
Old: Argument to bound method `v` is incorrect: Expected `((str, /) -> typing.TypeVar) | ((str, str, /) -> tuple[typing.TypeVar, typing.TypeVar]) | None`, found `Overload[(self: LiteralString, chars: LiteralString | None = None, /) -> LiteralString, (self, chars: str | None = None, /) -> str]`
New: Argument to bound method `v` is incorrect: Expected `((str, /) -> V@MapType) | ((str, str, /) -> tuple[K@MapType, V@MapType]) | None`, found `Overload[(self: LiteralString, chars: LiteralString | None = None, /) -> LiteralString, (self, chars: str | None = None, /) -> str]`

tests/internal/test_module.py

[error] unresolved-attribute - :560:16 - Object of type `Path` has no attribute `endswith`
[error] non-subscriptable - :562:57 - Cannot subscript object of type `Path` with no `__getitem__` method

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

discord/abc.py

[error] no-matching-overload - :1815:25 - No overload of function `__new__` matches arguments

discord/app_commands/commands.py

[error] invalid-type-arguments - :149:92 - Too many type arguments: expected 1, got 3
[error] invalid-assignment - :235:9 - Object of type `bool` is not assignable to attribute `pass_command_binding` on type `((GroupT@validate_auto_complete_callback, Interaction[Any], str, /) -> Coroutine[Any, Any, list[Choice[ChoiceT@validate_auto_complete_callback]]]) | ((Interaction[Any], str, /) -> Coroutine[Any, Any, list[Choice[ChoiceT@validate_auto_complete_callback]]])`
[error] unresolved-attribute - :240:50 - Object of type `((GroupT@validate_auto_complete_callback, Interaction[Any], str, /) -> Coroutine[Any, Any, list[Choice[ChoiceT@validate_auto_complete_callback]]]) | ((Interaction[Any], str, /) -> Coroutine[Any, Any, list[Choice[ChoiceT@validate_auto_complete_callback]]])` has no attribute `__qualname__`
[error] invalid-type-arguments - :657:43 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :675:49 - Too many type arguments: expected 1, got 3
[error] unresolved-attribute - :683:28 - Object of type `(...) -> Coroutine[Any, Any, Unknown]` has no attribute `__self__`
[error] unresolved-attribute - :684:41 - Object of type `(...) -> Coroutine[Any, Any, Unknown]` has no attribute `__func__`
[error] unresolved-attribute - :684:41 - Object of type `(...) -> Coroutine[Any, Any, Unknown]` has no attribute `__func__`
[warning] possibly-missing-attribute - :688:97 - Attribute `__globals__` may be missing on object of type `((...) -> Coroutine[Any, Any, Unknown]) | Unknown`
[error] invalid-type-arguments - :726:51 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :1967:44 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :1992:53 - Too many type arguments: expected 1, got 3
[error] unresolved-attribute - :2005:55 - Object of type `(...) -> Coroutine[Any, Any, Unknown]` has no attribute `__name__`
[error] invalid-type-arguments - :2026:40 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :2053:49 - Too many type arguments: expected 1, got 3
[error] unresolved-attribute - :2066:51 - Object of type `(...) -> Coroutine[Any, Any, Unknown]` has no attribute `__name__`
[error] invalid-type-arguments - :140:70 - Type `typing.TypeVar` does not satisfy constraints `str`, `int`, `int | float`, `str | int | float` of type variable `ChoiceT@Choice`
[error] invalid-type-arguments - :141:62 - Type `typing.TypeVar` does not satisfy constraints `str`, `int`, `int | float`, `str | int | float` of type variable `ChoiceT@Choice`
[warning] unused-ignore-comment - :801:72 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :803:58 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :432 -
Old: Object of type `((Interaction[Any], Member, /) -> @Todo) | ((Interaction[Any], User, /) -> @Todo) | ((Interaction[Any], Message, /) -> @Todo)` has no attribute `__qualname__`
New: Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
[error] unresolved-attribute - :444 -
Old: Object of type `((Interaction[Any], Member, /) -> @Todo) | ((Interaction[Any], User, /) -> @Todo) | ((Interaction[Any], Message, /) -> @Todo)` has no attribute `__qualname__`
New: Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
[error] unresolved-attribute - :450 -
Old: Object of type `((Interaction[Any], Member, /) -> @Todo) | ((Interaction[Any], User, /) -> @Todo) | ((Interaction[Any], Message, /) -> @Todo)` has no attribute `__globals__`
New: Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__globals__`
[error] unresolved-attribute - :450 -
Old: Object of type `((Interaction[Any], Member, /) -> @Todo) | ((Interaction[Any], User, /) -> @Todo) | ((Interaction[Any], Message, /) -> @Todo)` has no attribute `__globals__`
New: Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__globals__`
[error] unresolved-attribute - :2129 -
Old: Object of type `((Interaction[Any], Member, /) -> @Todo) | ((Interaction[Any], User, /) -> @Todo) | ((Interaction[Any], Message, /) -> @Todo)` has no attribute `__name__`
New: Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__name__`
[error] invalid-assignment - :2477 -
Old: Object of type `list[Unknown]` is not assignable to attribute `__discord_app_commands_checks__` on type `(@Todo & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu & ~<Protocol with members '__discord_app_commands_checks__'>) | (((Interaction[Any], Member, /) -> @Todo) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu & ~<Protocol with members '__discord_app_commands_checks__'>) | (((Interaction[Any], User, /) -> @Todo) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu & ~<Protocol with members '__discord_app_commands_checks__'>) | (((Interaction[Any], Message, /) -> @Todo) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu & ~<Protocol with members '__discord_app_commands_checks__'>)`
New: Object of type `list[Unknown]` is not assignable to attribute `__discord_app_commands_checks__` on type `(((...) -> Coroutine[Any, Any, Unknown]) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu & ~<Protocol with members '__discord_app_commands_checks__'>) | (((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu & ~<Protocol with members '__discord_app_commands_checks__'>) | (((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu & ~<Protocol with members '__discord_app_commands_checks__'>) | (((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu & ~<Protocol with members '__discord_app_commands_checks__'>)`
[warning] possibly-missing-attribute - :2479:13 - Attribute `__discord_app_commands_checks__` may be missing on object of type `(@Todo & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu) | (((Interaction[Any], Member, /) -> @Todo) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu) | (((Interaction[Any], User, /) -> @Todo) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu) | (((Interaction[Any], Message, /) -> @Todo) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu)`
[error] unresolved-attribute - :2479:13 - Object of type `(((...) -> Coroutine[Any, Any, Unknown]) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu) | (((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu) | (((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu) | (((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]] & ~ContextMenu)` has no attribute `__discord_app_commands_checks__`

discord/app_commands/errors.py

[error] unresolved-attribute - :453 -
Old: Object of type `object` has no attribute `__qualname__`
New: Object of type `(() -> Coroutine[object, Never, object]) | ((...) -> Coroutine[Any, Any, Unknown])` has no attribute `__qualname__`
[error] unresolved-attribute - :460 -
Old: Object of type `((Interaction[Any], Member, /) -> @Todo) | ((Interaction[Any], User, /) -> @Todo) | ((Interaction[Any], Message, /) -> @Todo)` has no attribute `__qualname__`
New: Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`

discord/app_commands/tree.py

[error] invalid-type-arguments - :862:43 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :910:52 - Too many type arguments: expected 1, got 3
[error] unresolved-attribute - :923:55 - Object of type `(...) -> Coroutine[Any, Any, Unknown]` has no attribute `__name__`
[error] invalid-type-arguments - :76:22 - Type `typing.TypeVar` is not assignable to upper bound `Client` of type variable `ClientT@Interaction`
[warning] unused-ignore-comment - :849:31 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :1011 -
Old: Object of type `((Interaction[Any], Member, /) -> @Todo) | ((Interaction[Any], User, /) -> @Todo) | ((Interaction[Any], Message, /) -> @Todo)` has no attribute `__name__`
New: Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__name__`

discord/channel.py

[warning] unused-ignore-comment - :2862:67 - Unused blanket `type: ignore` directive

discord/client.py

[error] invalid-argument-type - :2671:93 - Argument to bound method `format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`
[warning] unused-ignore-comment - :2678:47 - Unused blanket `type: ignore` directive

discord/ext/commands/bot.py

[error] invalid-type-arguments - :175:36 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :296:41 - Too many type arguments: expected 1, got 4
[error] invalid-type-arguments - :306:50 - Too many type arguments: expected 1, got 4
[error] invalid-type-arguments - :320:41 - Too many type arguments: expected 1, got 4
[error] invalid-type-arguments - :330:50 - Too many type arguments: expected 1, got 4
[error] invalid-argument-type - :424:37 - Argument to bound method `append` is incorrect: Expected `(ContextT@UserCheck, /) -> bool | Coroutine[Any, Any, bool]`, found `(ContextT@add_check, /) -> bool | Coroutine[Any, Any, bool]`
[error] invalid-argument-type - :426:33 - Argument to bound method `append` is incorrect: Expected `(ContextT@UserCheck, /) -> bool | Coroutine[Any, Any, bool]`, found `(ContextT@add_check, /) -> bool | Coroutine[Any, Any, bool]`
[error] invalid-argument-type - :449:22 - Argument to bound method `remove` is incorrect: Expected `(ContextT@UserCheck, /) -> bool | Coroutine[Any, Any, bool]`, found `(ContextT@remove_check, /) -> bool | Coroutine[Any, Any, bool]`
[error] invalid-type-arguments - :1544:40 - Too many type arguments: expected 0, got 1
[error] invalid-type-form - :89:33 - Invalid subscript of object of type `GenericAlias` in type expression
[warning] unused-ignore-comment - :186:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :399:31 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :655 -
Old: Object of type `(...) -> @Todo` has no attribute `__name__`
New: Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
[error] unresolved-attribute - :681 -
Old: Object of type `(...) -> @Todo` has no attribute `__name__`
New: Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__name__`

discord/ext/commands/core.py

[error] invalid-assignment - :1146:9 - Object of type `((CogT@Command, ContextT@before_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@before_invoke, /) -> Coroutine[Any, Any, Any])` is not assignable to attribute `_before_invoke` of type `((CogT@Hook, ContextT@Hook, /) -> Coroutine[Any, Any, Any]) | ((ContextT@Hook, /) -> Coroutine[Any, Any, Any]) | None`
[error] invalid-assignment - :1177:9 - Object of type `((CogT@Command, ContextT@after_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@after_invoke, /) -> Coroutine[Any, Any, Any])` is not assignable to attribute `_after_invoke` of type `((CogT@Hook, ContextT@Hook, /) -> Coroutine[Any, Any, Any]) | ((ContextT@Hook, /) -> Coroutine[Any, Any, Any]) | None`
[error] invalid-argument-type - :2632:32 - Argument to bound method `before_invoke` is incorrect: Expected `((object, Unknown, /) -> Coroutine[Never, object, Never]) | ((Unknown, /) -> Coroutine[Never, object, Never])`, found `((CogT@before_invoke, ContextT@before_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@before_invoke, /) -> Coroutine[Any, Any, Any])`
[error] invalid-argument-type - :2655:31 - Argument to bound method `after_invoke` is incorrect: Expected `((object, Unknown, /) -> Coroutine[Never, object, Never]) | ((Unknown, /) -> Coroutine[Never, object, Never])`, found `((CogT@after_invoke, ContextT@after_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@after_invoke, /) -> Coroutine[Any, Any, Any])`
[warning] unused-ignore-comment - :1939:44 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :433 -
Old: Object of type `(...) -> @Todo` has no attribute `__name__`
New: Object of type `(...) -> Coroutine[Any, Any, T@Command]` has no attribute `__name__`
[error] unresolved-attribute - :462 -
Old: Object of type `(...) -> @Todo` has no attribute `__commands_checks__`
New: Object of type `(...) -> Coroutine[Any, Any, T@Command]` has no attribute `__commands_checks__`
[error] unresolved-attribute - :470 -
Old: Object of type `(...) -> @Todo` has no attribute `__commands_cooldown__`
New: Object of type `(...) -> Coroutine[Any, Any, T@Command]` has no attribute `__commands_cooldown__`
[error] unresolved-attribute - :483 -
Old: Object of type `(...) -> @Todo` has no attribute `__commands_max_concurrency__`
New: Object of type `(...) -> Coroutine[Any, Any, T@Command]` has no attribute `__commands_max_concurrency__`
[error] unresolved-attribute - :500 -
Old: Object of type `(...) -> @Todo` has no attribute `__before_invoke__`
New: Object of type `(...) -> Coroutine[Any, Any, T@Command]` has no attribute `__before_invoke__`
[error] unresolved-attribute - :508 -
Old: Object of type `(...) -> @Todo` has no attribute `__after_invoke__`
New: Object of type `(...) -> Coroutine[Any, Any, T@Command]` has no attribute `__after_invoke__`
[error] invalid-assignment - :1942 -
Old: Object of type `list[Unknown]` is not assignable to attribute `__commands_checks__` on type `((...) -> @Todo) & ~Top[Command[Unknown, object, Unknown]] & ~<Protocol with members '__commands_checks__'>`
New: Object of type `list[Unknown]` is not assignable to attribute `__commands_checks__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]] & ~<Protocol with members '__commands_checks__'>`
[error] unresolved-attribute - :1944 -
Old: Object of type `((...) -> @Todo) & ~Top[Command[Unknown, object, Unknown]]` has no attribute `__commands_checks__`
New: Object of type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]]` has no attribute `__commands_checks__`
[error] unresolved-attribute - :1949 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command[Any, @Todo, Any] | ((...) -> @Todo)) -> Command[Any, @Todo, Any] | ((...) -> @Todo)`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command[Any, @Todo, Any] | ((...) -> Coroutine[Any, Any, Any])) -> Command[Any, @Todo, Any] | ((...) -> Coroutine[Any, Any, Any])`.
[error] unresolved-attribute - :1956 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command[Any, @Todo, Any] | ((...) -> @Todo)) -> Command[Any, @Todo, Any] | ((...) -> @Todo)`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command[Any, @Todo, Any] | ((...) -> Coroutine[Any, Any, Any])) -> Command[Any, @Todo, Any] | ((...) -> Coroutine[Any, Any, Any])`.
[error] invalid-argument-type - :2358 -
Old: Argument to bound method `append` is incorrect: Expected `Never`, found `def predicate[BotT](ctx: Context[BotT@predicate]) -> bool`
New: Argument to bound method `append` is incorrect: Expected `(Context[object], /) -> bool | Coroutine[Never, object, bool]`, found `def predicate[BotT](ctx: Context[BotT@predicate]) -> bool`
[error] invalid-assignment - :2365 -
Old: Object of type `list[Unknown]` is not assignable to attribute `__commands_checks__` on type `((...) -> @Todo) & ~Top[Command[Unknown, object, Unknown]] & ~<Protocol with members '__commands_checks__'>`
New: Object of type `list[Unknown]` is not assignable to attribute `__commands_checks__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]] & ~<Protocol with members '__commands_checks__'>`
[error] unresolved-attribute - :2367 -
Old: Object of type `((...) -> @Todo) & ~Top[Command[Unknown, object, Unknown]]` has no attribute `__commands_checks__`
New: Object of type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]]` has no attribute `__commands_checks__`
[error] invalid-assignment - :2368 -
Old: Object of type `Literal[True]` is not assignable to attribute `__discord_app_commands_guild_only__` on type `((...) -> @Todo) & ~Top[Command[Unknown, object, Unknown]]`
New: Object of type `Literal[True]` is not assignable to attribute `__discord_app_commands_guild_only__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]]`
[error] unresolved-attribute - :2373 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, Unknown, Unknown] | ((...) -> @Todo)) -> Command[Unknown, Unknown, Unknown] | ((...) -> @Todo)`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, Unknown, Unknown] | ((...) -> Coroutine[Any, Any, Any])) -> Command[Unknown, Unknown, Unknown] | ((...) -> Coroutine[Any, Any, Any])`.
[error] unresolved-attribute - :2380 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, Unknown, Unknown] | ((...) -> @Todo)) -> Command[Unknown, Unknown, Unknown] | ((...) -> @Todo)`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, Unknown, Unknown] | ((...) -> Coroutine[Any, Any, Any])) -> Command[Unknown, Unknown, Unknown] | ((...) -> Coroutine[Any, Any, Any])`.
[error] invalid-argument-type - :2433 -
Old: Argument to bound method `append` is incorrect: Expected `Never`, found `def predicate[BotT](ctx: Context[BotT@predicate]) -> bool`
New: Argument to bound method `append` is incorrect: Expected `(Context[object], /) -> bool | Coroutine[Never, object, bool]`, found `def predicate[BotT](ctx: Context[BotT@predicate]) -> bool`
[error] invalid-assignment - :2440 -
Old: Object of type `list[Unknown]` is not assignable to attribute `__commands_checks__` on type `((...) -> @Todo) & ~Top[Command[Unknown, object, Unknown]] & ~<Protocol with members '__commands_checks__'>`
New: Object of type `list[Unknown]` is not assignable to attribute `__commands_checks__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]] & ~<Protocol with members '__commands_checks__'>`
[error] unresolved-attribute - :2442 -
Old: Object of type `((...) -> @Todo) & ~Top[Command[Unknown, object, Unknown]]` has no attribute `__commands_checks__`
New: Object of type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]]` has no attribute `__commands_checks__`
[error] invalid-assignment - :2443 -
Old: Object of type `Literal[True]` is not assignable to attribute `__discord_app_commands_is_nsfw__` on type `((...) -> @Todo) & ~Top[Command[Unknown, object, Unknown]]`
New: Object of type `Literal[True]` is not assignable to attribute `__discord_app_commands_is_nsfw__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]]`
[error] unresolved-attribute - :2448 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, Unknown, Unknown] | ((...) -> @Todo)) -> Command[Unknown, Unknown, Unknown] | ((...) -> @Todo)`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, Unknown, Unknown] | ((...) -> Coroutine[Any, Any, Any])) -> Command[Unknown, Unknown, Unknown] | ((...) -> Coroutine[Any, Any, Any])`.
[error] unresolved-attribute - :2455 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, Unknown, Unknown] | ((...) -> @Todo)) -> Command[Unknown, Unknown, Unknown] | ((...) -> @Todo)`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, Unknown, Unknown] | ((...) -> Coroutine[Any, Any, Any])) -> Command[Unknown, Unknown, Unknown] | ((...) -> Coroutine[Any, Any, Any])`.
[error] invalid-assignment - :2499 -
Old: Object of type `CooldownMapping[Unknown]` is not assignable to attribute `__commands_cooldown__` on type `((...) -> @Todo) & ~Top[Command[Unknown, object, Unknown]]`
New: Object of type `CooldownMapping[Unknown]` is not assignable to attribute `__commands_cooldown__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]]`
[error] invalid-assignment - :2547 -
Old: Object of type `DynamicCooldownMapping[Unknown]` is not assignable to attribute `__commands_cooldown__` on type `((...) -> @Todo) & ~Top[Command[Unknown, object, Unknown]]`
New: Object of type `DynamicCooldownMapping[Unknown]` is not assignable to attribute `__commands_cooldown__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]]`
[error] invalid-assignment - :2582 -
Old: Object of type `MaxConcurrency` is not assignable to attribute `__commands_max_concurrency__` on type `((...) -> @Todo) & ~Top[Command[Unknown, object, Unknown]]`
New: Object of type `MaxConcurrency` is not assignable to attribute `__commands_max_concurrency__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]]`
[error] invalid-assignment - :2634 -
Old: Object of type `@Todo` is not assignable to attribute `__before_invoke__` on type `((...) -> @Todo) & ~Top[Command[Unknown, object, Unknown]]`
New: Object of type `((CogT@before_invoke, ContextT@before_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@before_invoke, /) -> Coroutine[Any, Any, Any])` is not assignable to attribute `__before_invoke__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]]`
[error] invalid-assignment - :2657 -
Old: Object of type `@Todo` is not assignable to attribute `__after_invoke__` on type `((...) -> @Todo) & ~Top[Command[Unknown, object, Unknown]]`
New: Object of type `((CogT@after_invoke, ContextT@after_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@after_invoke, /) -> Coroutine[Any, Any, Any])` is not assignable to attribute `__after_invoke__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, object, Unknown]]`

discord/ext/commands/hybrid.py

[error] invalid-type-arguments - :512:37 - Too many type arguments: expected 1, got 4
[error] invalid-type-arguments - :842:42 - Too many type arguments: expected 1, got 4
[error] invalid-type-arguments - :852:51 - Too many type arguments: expected 1, got 4
[error] invalid-type-arguments - :866:42 - Too many type arguments: expected 1, got 4
[error] invalid-type-arguments - :876:51 - Too many type arguments: expected 1, got 4
[error] invalid-type-arguments - :890:38 - Too many type arguments: expected 1, got 4
[error] invalid-type-arguments - :928:47 - Too many type arguments: expected 1, got 4
[error] invalid-type-arguments - :942:38 - Too many type arguments: expected 1, got 4
[error] invalid-type-arguments - :962:47 - Too many type arguments: expected 1, got 4
[error] unresolved-attribute - :328 -
Old: Unresolved attribute `__signature__` on type `(...) -> @Todo`.
New: Unresolved attribute `__signature__` on type `(...) -> Coroutine[Any, Any, T@HybridAppCommand]`.
[error] unresolved-attribute - :338 -
Old: Object of type `(...) -> @Todo` has no attribute `__signature__`
New: Object of type `(...) -> Coroutine[Any, Any, T@HybridAppCommand]` has no attribute `__signature__`

discord/guild.py

[error] invalid-argument-type - :2626:93 - Argument to bound method `format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`
[warning] unused-ignore-comment - :2631:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4185:86 - Unused blanket `type: ignore` directive

discord/threads.py

[warning] unused-ignore-comment - :667:72 - Unused blanket `type: ignore` directive

discord/ui/action_row.py

[error] invalid-type-arguments - :122:67 - Type `typing.Self` is not assignable to upper bound `BaseView | ActionRow[Unknown] | Container[Unknown]` of type variable `C@ContainedItemCallbackType`
[error] unresolved-attribute - :163:26 - Object of type `(Unknown, Interaction[Any], Unknown, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_type__`
[error] unresolved-attribute - :163:59 - Object of type `(Unknown, Interaction[Any], Unknown, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
[error] unresolved-attribute - :166:27 - Object of type `(Unknown, Interaction[Any], Unknown, /) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
[warning] unused-ignore-comment - :407:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :409:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :594:27 - Unused blanket `type: ignore` directive

discord/ui/button.py

[error] unresolved-attribute - :376:9 - Unresolved attribute `__discord_ui_model_type__` on type `(S@button, Interaction[Any], Button[V@button], /) -> Coroutine[Any, Any, Any]`.
[error] unresolved-attribute - :377:9 - Unresolved attribute `__discord_ui_model_kwargs__` on type `(S@button, Interaction[Any], Button[V@button], /) -> Coroutine[Any, Any, Any]`.
[warning] unused-ignore-comment - :390:23 - Unused blanket `type: ignore` directive

discord/ui/container.py

[error] invalid-type-arguments - :109:77 - Type `typing.Self` is not assignable to upper bound `BaseView | ActionRow[Unknown] | Container[Unknown]` of type variable `C@ContainedItemCallbackType`
[error] unresolved-attribute - :151:30 - Object of type `((Unknown, Interaction[Any], Unknown, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_type__`
[error] unresolved-attribute - :151:62 - Object of type `((Unknown, Interaction[Any], Unknown, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_kwargs__`
[error] unresolved-attribute - :153:31 - Object of type `((Unknown, Interaction[Any], Unknown, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__`
[error] unresolved-attribute - :159:41 - Object of type `((Unknown, Interaction[Any], Unknown, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__`

discord/ui/select.py

[error] unresolved-attribute - :1221:9 - Unresolved attribute `__discord_ui_model_type__` on type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]`.
[error] unresolved-attribute - :1222:9 - Unresolved attribute `__discord_ui_model_kwargs__` on type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]`.
[error] unresolved-attribute - :1232:13 - Object of type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
[error] unresolved-attribute - :1234:13 - Object of type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
[error] unresolved-attribute - :1250:13 - Object of type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
[warning] unused-ignore-comment - :1256:23 - Unused blanket `type: ignore` directive

discord/ui/view.py

[error] unresolved-attribute - :246:30 - Object of type `((Any, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_type__`
[error] unresolved-attribute - :246:62 - Object of type `((Any, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_kwargs__`
[error] unresolved-attribute - :251:31 - Object of type `((Any, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__`

discord/utils.py

[warning] unused-ignore-comment - :488:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :602:35 - Unused blanket `type: ignore` directive

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

ext/django_stubs_ext/annotations.py

[error] invalid-type-arguments - :18:45 - Type `typing.TypeVar` is not assignable to upper bound `Mapping[str, Any]` of type variable `_Annotations@Annotations`

django-stubs/contrib/admin/options.pyi

[error] invalid-type-arguments - :175:39 - Type `typing.Self` is not assignable to upper bound `ModelAdmin[Any]` of type variable `_ModelAdmin`
[error] invalid-type-arguments - :148:75 - Type `typing.TypeVar` is not assignable to upper bound `Model` of type variable `_Model@QuerySet`

tests/assert_type/contrib/admin/test_utils.py

[error] invalid-argument-type - :79:31 - Argument to function `flatten_fieldsets` is incorrect: Expected `list[tuple[str | _StrPromise | None, _FieldOpts]] | tuple[tuple[str | _StrPromise | None, _FieldOpts], ...]`, found `(Unknown & ~None) | list[Unknown | tuple[str, dict[Unknown | str, Unknown | str | list[Unknown | list[Unknown | str] | str]]]]`
[error] invalid-argument-type - :81:31 - Argument to function `flatten_fieldsets` is incorrect: Expected `list[tuple[str | _StrPromise | None, _FieldOpts]] | tuple[tuple[str | _StrPromise | None, _FieldOpts], ...]`, found `(Unknown & ~None) | tuple[tuple[Literal["Personal Details"], dict[Unknown | str, Unknown | str | tuple[tuple[str, str], str]]]]`
[error] type-assertion-failure - :74 -
Old: Type `list[@Todo]` does not match asserted type `list[str]`
New: Type `list[str | ((Person, /) -> str | bool)]` does not match asserted type `Unknown`
[error] type-assertion-failure - :75 -
Old: Type `list[@Todo]` does not match asserted type `list[str]`
New: Type `list[str | ((Person, /) -> str | bool)]` does not match asserted type `list[str | ((Unknown, /) -> str | bool)]`
[error] type-assertion-failure - :76 -
Old: Type `list[@Todo]` does not match asserted type `list[str]`
New: Type `list[str | ((Person, /) -> str | bool)]` does not match asserted type `Unknown`
[error] type-assertion-failure - :77 -
Old: Type `list[@Todo]` does not match asserted type `list[str]`
New: Type `list[str | ((Person, /) -> str | bool)]` does not match asserted type `list[str | ((Unknown, /) -> str | bool)]`

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

python/egglog/builtins.py

[error] invalid-type-arguments - :459:26 - Type `typing.TypeVar` is not assignable to upper bound `BaseExpr` of type variable `T@Map`
[error] invalid-type-arguments - :459:29 - Type `typing.TypeVar` is not assignable to upper bound `BaseExpr` of type variable `V@Map`
[error] invalid-type-arguments - :529:26 - Type `typing.TypeVar` is not assignable to upper bound `BaseExpr` of type variable `T@Set`
[error] invalid-type-arguments - :595:36 - Type `typing.TypeVar` is not assignable to upper bound `BaseExpr` of type variable `T@MultiSet`
[error] invalid-type-arguments - :985:26 - Type `typing.TypeVar` is not assignable to upper bound `BaseExpr` of type variable `T@Vec`

python/tests/test_high_level.py

[warning] unused-ignore-comment - :944:50 - Unused blanket `type: ignore` directive
[error] invalid-type-arguments - :943 -
Old: Type `typing.TypeVar` is not assignable to upper bound `BaseExpr` of type variable `T@Vec`
New: Type `T@V` is not assignable to upper bound `BaseExpr` of type variable `T@Vec`

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

freqtrade/data/btanalysis/trade_parallelism.py

[error] invalid-argument-type - :27:17 - Argument to function `date_range` is incorrect: Expected `str | date | datetime64[date | int | None]`, found `Series[Any]`
[error] invalid-argument-type - :28:17 - Argument to function `date_range` is incorrect: Expected `str | date | datetime64[date | int | None]`, found `Series[Any]`

freqtrade/data/history/datahandlers/idatahandler.py

[error] call-non-callable - :209:13 - Object of type `Timestamp` is not callable
[error] call-non-callable - :210:13 - Object of type `Timestamp` is not callable
[error] invalid-argument-type - :417:17 - Argument to function `clean_ohlcv_dataframe` is incorrect: Expected `bool`, found `Literal[False] | Series[bool]`

freqtrade/data/history/history_utils.py

[error] invalid-argument-type - :287:19 - Argument to function `dt_ts` is incorrect: Expected `datetime | None`, found `Series[Any]`
[error] invalid-argument-type - :533:51 - Argument to function `format_ms_time_det` is incorrect: Expected `int | float`, found `Series[Any]`
[error] invalid-argument-type - :564:9 - Argument to bound method `get_historic_trades` is incorrect: Expected `str | None`, found `Series[Any] | None`

freqtrade/data/converter/converter.py

[error] invalid-assignment - :113:5 - Invalid subscript assignment with key of type `tuple[slice[None, None, None], list[Unknown | str]]` and value of type `DataFrame` on object of type `_LocIndexerFrame[DataFrame]`

freqtrade/data/converter/orderflow.py

[error] invalid-argument-type - :131:52 - Method `__getitem__` of type `bound method _AtIndexerFrame.__getitem__[ScalarT](idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements` cannot be called with key of type `tuple[Index[Any], Unknown | str]` on object of type `_AtIndexerFrame`
[error] invalid-assignment - :142 -
Old: Invalid subscript assignment with key of type `tuple[Index[Any], Literal["orderflow"]]` and value of type `dict[Hashable, dict[Hashable, Any]]` on object of type `_AtIndexerFrame`
New: Invalid subscript assignment with key of type `tuple[Any, Literal["orderflow"]]` and value of type `dict[Hashable, dict[Hashable, Any]]` on object of type `_AtIndexerFrame`
[error] invalid-argument-type - :175:21 - Method `__getitem__` of type `bound method _AtIndexerFrame.__getitem__[ScalarT](idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements` cannot be called with key of type `tuple[Index[Any], Literal["ask"]]` on object of type `_AtIndexerFrame`
[error] invalid-argument-type - :175:50 - Method `__getitem__` of type `bound method _AtIndexerFrame.__getitem__[ScalarT](idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements` cannot be called with key of type `tuple[Index[Any], Literal["bid"]]` on object of type `_AtIndexerFrame`

freqtrade/data/converter/trade_converter_kraken.py

[error] invalid-argument-type - :59 -
Old: Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | str]`
New: Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | str]`

freqtrade/data/dataprovider.py

[error] invalid-assignment - :223:33 - Object of type `Series[Any]` is not assignable to `Timestamp`
[error] invalid-assignment - :225:37 - Object of type `Series[Any]` is not assignable to `Timestamp`

freqtrade/data/entryexitanalysis.py

[error] invalid-assignment - :57:21 - Invalid subscript assignment with key of type `tuple[Hashable, Literal["signal_date"]]` and value of type `Any` on object of type `_LocIndexerFrame[DataFrame]`
[error] invalid-assignment - :58:21 - Invalid subscript assignment with key of type `tuple[Hashable, Literal["enter_reason"]]` and value of type `Unknown` on object of type `_LocIndexerFrame[DataFrame]`
[error] invalid-argument-type - :58:57 - Method `__getitem__` of type `Overload[(idx: str | bytes | date | ... omitted 9 union elements) -> Series[Any] | DataFrame, (idx: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements) -> DataFrame, (idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements, (idx: ((DataFrame, /) -> ScalarT@__getitem__) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT@__getitem__ | None] | None) -> Series[Any], (idx: tuple[str | bytes | date | ... omitted 9 union elements, slice[Any, Any, Any]]) -> Series[Any] | DataFrame]` cannot be called with key of type `tuple[Hashable, Literal["enter_tag"]]` on object of type `_LocIndexerFrame[DataFrame]`

freqtrade/data/metrics.py

[error] invalid-assignment - :122:5 - Invalid subscript assignment with key of type `tuple[Hashable, str]` and value of type `Literal[0]` on object of type `_LocIndexerFrame[DataFrame]`
[error] invalid-argument-type - :257:26 - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - :265:9 - Argument is incorrect: Expected `int | float`, found `Series[Any]`
[error] invalid-argument-type - :266:9 - Argument is incorrect: Expected `int | float`, found `Series[Any]`
[error] invalid-argument-type - :267:9 - Argument is incorrect: Expected `int | float`, found `Series[Any]`

freqtrade/exchange/binance_public_data.py

[error] invalid-argument-type - :285 -
Old: Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | str]`
New: Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :371 -
Old: Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | str]`
New: Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | str]`

freqtrade/exchange/exchange.py

[error] invalid-argument-type - :3024:21 - Argument to bound method `_async_get_trade_history` is incorrect: Expected `str | None`, found `None | Series[Any] | Unknown`
[error] invalid-argument-type - :3096:35 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Series[Any]`

freqtrade/freqai/data_drawer.py

[error] invalid-assignment - :363:13 - Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `str | bytes | date | ... omitted 10 union elements` on object of type `_iLocIndexerFrame[DataFrame]`
[error] invalid-assignment - :368:13 - Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `Any` on object of type `_iLocIndexerFrame[DataFrame]`
[error] invalid-assignment - :369:13 - Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `Any` on object of type `_iLocIndexerFrame[DataFrame]`
[error] invalid-assignment - :373:9 - Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `Any` on object of type `_iLocIndexerFrame[DataFrame]`
[error] invalid-assignment - :376:13 - Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `Any` on object of type `_iLocIndexerFrame[DataFrame]`
[error] invalid-assignment - :383:17 - Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `@Todo` on object of type `_iLocIndexerFrame[DataFrame]`
[error] invalid-assignment - :387:9 - Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `str | bytes | date | ... omitted 10 union elements` on object of type `_iLocIndexerFrame[DataFrame]`
[error] invalid-assignment - :390:9 - Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `str | bytes | date | ... omitted 10 union elements` on object of type `_iLocIndexerFrame[DataFrame]`
[error] invalid-assignment - :393:9 - Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `str | bytes | date | ... omitted 10 union elements` on object of type `_iLocIndexerFrame[DataFrame]`
[error] invalid-assignment - :396:9 - Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `str | bytes | date | ... omitted 10 union elements` on object of type `_iLocIndexerFrame[DataFrame]`

freqtrade/freqai/data_kitchen.py

[warning] possibly-missing-attribute - :185:27 - Attribute `sample` may be missing on object of type `Unknown | ndarray[tuple[int], dtype[float64]]`
[error] invalid-argument-type - :198:17 - Argument to bound method `build_data_dictionary` is incorrect: Expected `DataFrame`, found `Unknown | ndarray[tuple[int], dtype[float64]]`
[error] invalid-argument-type - :208:17 - Argument to bound method `build_data_dictionary` is incorrect: Expected `DataFrame`, found `Unknown | ndarray[tuple[int], dtype[float64]]`
[error] invalid-argument-type - :179 -
Old: Argument to function `__new__` is incorrect: Expected `Sequence[Unknown] | Iterable[Sequence[Unknown] | ndarray[tuple[Any, ...], dtype[Any]] | Series[Any] | ... omitted 3 union elements] | Series[Any] | ... omitted 4 union elements`, found `Unknown | _Buffer`
New: Argument to function `__new__` is incorrect: Expected `Sequence[Unknown] | Iterable[Sequence[Unknown] | ndarray[tuple[Any, ...], dtype[Any]] | Series[Any] | ... omitted 3 union elements] | Series[Any] | ... omitted 4 union elements`, found `Unknown | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 7 union elements`

freqtrade/freqai/freqai_interface.py

[error] invalid-assignment - :490:13 - Object of type `ndarray[tuple[int], dtype[float64]]` is not assignable to attribute `DI_values` of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :827:13 - Object of type `Unknown | Series[Any]` is not assignable to attribute `current_candle` of type `datetime`
[error] unresolved-attribute - :924:17 - Object of type `DatetimeIndex` has no attribute `timestamp`

freqtrade/freqtradebot.py

[error] invalid-argument-type - :679:51 - Argument to bound method `is_pair_locked` is incorrect: Expected `datetime | None`, found `Unknown | Series[Any] | None`
[error] invalid-argument-type - :680:62 - Argument to function `get_pair_longest_lock` is incorrect: Expected `datetime | None`, found `Unknown | Series[Any] | None`
[error] invalid-argument-type - :1672:38 - Argument to function `timeframe_to_next_date` is incorrect: Expected `datetime | None`, found `Unknown | Series[Any] | None`

freqtrade/optimize/analysis/lookahead.py

[error] invalid-argument-type - :84:30 - Method `__getitem__` of type `Overload[(idx: int | signedinteger[_64Bit] | integer[Any] | signedinteger[_8Bit]) -> Any, (idx: Index[Any] | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]]) -> Series[Any]]` cannot be called with key of type `int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]` on object of type `_iLocIndexerSeries[Any]`
[error] unsupported-operator - :85 -
Old: Operator `+` is unsupported between objects of type `int | slice[Any, Any, Any] | @Todo` and `Literal[1]`
New: Operator `+` is unsupported between objects of type `int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]` and `Literal[1]`

freqtrade/optimize/backtesting.py

[error] no-matching-overload - :425:20 - No overload matches arguments
[error] invalid-argument-type - :506 -
Old: Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 14 union elements`, found `list[Unknown | int | None]`
New: Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `list[Unknown | int | None]`

freqtrade/optimize/optimize_reports/optimize_reports.py

[error] invalid-argument-type - :288 -
Old: Argument to bound method `from_records` is incorrect: Expected `ndarray[tuple[int, int], dtype[Unknown]] | Sequence[SequenceNotStr[Unknown]] | Sequence[Mapping[str, Any]] | Mapping[str, Any] | Mapping[str, SequenceNotStr[Any]]`, found `list[Unknown] | (DataFrame & Top[list[Unknown]])`
New: Argument to bound method `from_records` is incorrect: Expected `ndarray[tuple[int, int], dtype[GenericT]] | Sequence[SequenceNotStr[Unknown]] | Sequence[Mapping[str, Any]] | Mapping[str, Any] | Mapping[str, SequenceNotStr[Any]]`, found `list[Unknown] | (DataFrame & Top[list[Unknown]])`
[error] invalid-argument-type - :341 -
Old: Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `DataFrame`
New: Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - :342 -
Old: Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `DataFrame`
New: Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | bytes | date | ... omitted 9 union elements`

freqtrade/plot/plotting.py

[error] invalid-argument-type - :187:17 - Method `__getitem__` of type `Overload[(idx: str | bytes | date | ... omitted 9 union elements) -> Series[Any] | DataFrame, (idx: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements) -> DataFrame, (idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements, (idx: ((DataFrame, /) -> ScalarT@__getitem__) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT@__getitem__ | None] | None) -> Series[Any], (idx: tuple[str | bytes | date | ... omitted 9 union elements, slice[Any, Any, Any]]) -> Series[Any] | DataFrame]` cannot be called with key of type `tuple[datetime, Literal["cum_profit"]]` on object of type `_LocIndexerFrame[DataFrame]`
[error] invalid-argument-type - :188:17 - Method `__getitem__` of type `Overload[(idx: str | bytes | date | ... omitted 9 union elements) -> Series[Any] | DataFrame, (idx: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements) -> DataFrame, (idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements, (idx: ((DataFrame, /) -> ScalarT@__getitem__) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT@__getitem__ | None] | None) -> Series[Any], (idx: tuple[str | bytes | date | ... omitted 9 union elements, slice[Any, Any, Any]]) -> Series[Any] | DataFrame]` cannot be called with key of type `tuple[datetime, Literal["cum_profit"]]` on object of type `_LocIndexerFrame[DataFrame]`

freqtrade/plugins/pairlist/VolatilityFilter.py

[error] unresolved-attribute - :155:13 - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `fillna`
[error] unresolved-attribute - :157:33 - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `rolling`

freqtrade/rpc/rpc.py

[error] invalid-argument-type - :1482:42 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Series[Any]`
[error] invalid-argument-type - :1484:41 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Series[Any]`

freqtrade/strategy/interface.py

[error] invalid-assignment - :1219:13 - Invalid subscript assignment with key of type `str` and value of type `Series[Any]` on object of type `dict[str, datetime]`
[error] invalid-argument-type - :1223:78 - Argument to bound method `_emit_df` is incorrect: Expected `bool`, found `bool | Series[bool]`

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

tests/benchmarks/test_async_iterable.py

[error] invalid-await - :20:18 - `Awaitable[ExecutionResult] | ExecutionResult` is not awaitable

tests/execution/test_lists.py

[error] invalid-await - :138:22 - `Awaitable[ExecutionResult] | ExecutionResult` is not awaitable
[error] invalid-await - :175:22 - `Awaitable[ExecutionResult] | ExecutionResult` is not awaitable

tests/execution/test_sync.py

[error] invalid-await - :64:22 - `Awaitable[ExecutionResult] | ExecutionResult` is not awaitable

tests/pyutils/test_async_reduce.py

[error] invalid-await - :50:22 - `Awaitable[Literal["foo"]] | Literal["foo"]` is not awaitable

src/graphql/execution/async_iterables.py

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

src/graphql/pyutils/gather_with_cancel.py

[warning] unused-ignore-comment - :24:62 - Unused blanket `type: ignore` directive

tests/execution/test_mutations.py

[warning] unused-ignore-comment - :230:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :271:72 - Unused blanket `type: ignore` directive

src/graphql/execution/execute.py

[error] invalid-await - :427:42 - `Awaitable[GraphQLWrappedResult[dict[str, Any]]] | GraphQLWrappedResult[dict[str, Any]]` is not awaitable
[error] invalid-await - :655:38 - `Awaitable[GraphQLWrappedResult[Any]] | GraphQLWrappedResult[Any]` is not awaitable
[error] invalid-await - :868:35 - `Awaitable[GraphQLWrappedResult[Any]] | GraphQLWrappedResult[Any]` is not awaitable
[error] invalid-await - :1286:35 - `Awaitable[GraphQLWrappedResult[Any]] | GraphQLWrappedResult[Any]` is not awaitable
[error] invalid-await - :1355:34 - `Awaitable[GraphQLWrappedResult[dict[str, Any]]] | GraphQLWrappedResult[dict[str, Any]]` is not awaitable
[error] invalid-await - :1469:38 - `Awaitable[GraphQLWrappedResult[dict[str, Any]]] | GraphQLWrappedResult[dict[str, Any]]` is not awaitable
[error] invalid-await - :1673:42 - `Awaitable[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult] | ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult` is not awaitable
[error] invalid-assignment - :1676:21 - Object of type `BoxedAwaitableOrValue[CoroutineType[Any, Any, ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult]]` is not assignable to attribute `result` of type `BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult] | (() -> BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult])`
[error] invalid-await - :1726:44 - `Awaitable[GraphQLWrappedResult[dict[str, Any]]] | GraphQLWrappedResult[dict[str, Any]]` is not awaitable
[error] invalid-argument-type - :1828:32 - Argument to bound method `append` is incorrect: Expected `BoxedAwaitableOrValue[StreamItemResult] | (() -> BoxedAwaitableOrValue[StreamItemResult])`, found `BoxedAwaitableOrValue[CoroutineType[Any, Any, StreamItemResult]]`
[error] invalid-await - :1917:26 - `Awaitable[StreamItemResult] | StreamItemResult` is not awaitable
[error] invalid-await - :2018:34 - `Awaitable[GraphQLWrappedResult[dict[str, Any]]] | GraphQLWrappedResult[dict[str, Any]]` is not awaitable
[error] invalid-await - :2552:46 - `Awaitable[AsyncIterable[Any] | ExecutionResult] | AsyncIterable[Any] | ExecutionResult` is not awaitable
[error] invalid-await - :2638:30 - `Awaitable[AsyncIterable[Any]] | AsyncIterable[Any]` is not awaitable
[warning] unused-ignore-comment - :878:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1674:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1746:22 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2005:22 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2562:62 - Unused blanket `type: ignore` directive
[error] invalid-await - :500 -
Old: `@Todo | UndefinedType` is not awaitable
New: `Awaitable[GraphQLWrappedResult[Any]] | GraphQLWrappedResult[Any] | UndefinedType` is not awaitable
[error] invalid-argument-type - :556 -
Old: Argument to function `resolve` is incorrect: Expected `Awaitable[GraphQLWrappedResult[dict[str, Any]]]`, found `@Todo | UndefinedType`
New: Argument to function `resolve` is incorrect: Expected `Awaitable[GraphQLWrappedResult[dict[str, Any]]]`, found `Awaitable[GraphQLWrappedResult[Any]] | GraphQLWrappedResult[Any] | UndefinedType`
[error] invalid-await - :1984 -
Old: `@Todo | GraphQLWrappedResult[None]` is not awaitable
New: `Awaitable[GraphQLWrappedResult[Any]] | GraphQLWrappedResult[Any] | GraphQLWrappedResult[None]` is not awaitable

src/graphql/execution/incremental_graph.py

[error] invalid-argument-type - :201:29 - Argument to bound method `_enqueue` is incorrect: Expected `ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult | StreamItemsResult`, found `~Top[Future[Any]]`
[error] unresolved-attribute - :367:16 - Object of type `object` has no attribute `item`
[error] unresolved-attribute - :377:66 - Object of type `object` has no attribute `errors`
[error] unresolved-attribute - :380:25 - Object of type `object` has no attribute `item`
[error] unresolved-attribute - :381:16 - Object of type `object` has no attribute `errors`
[error] unresolved-attribute - :382:31 - Object of type `object` has no attribute `errors`
[error] unresolved-attribute - :383:16 - Object of type `object` has no attribute `incremental_data_records`
[error] unresolved-attribute - :384:49 - Object of type `object` has no attribute `incremental_data_records`

src/graphql/graphql.py

[error] no-matching-overload - :159:9 - No overload of function `ensure_future` matches arguments

src/graphql/pyutils/async_reduce.py

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

src/graphql/type/definition.py

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

tests/execution/test_abstract.py

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

tests/execution/test_defer.py

[error] invalid-await - :183:24 - `Awaitable[ExecutionResult | ExperimentalIncrementalExecutionResults] | ExecutionResult | ExperimentalIncrementalExecutionResults` is not awaitable
[warning] unused-ignore-comment - :2575:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2599:58 - Unused blanket `type: ignore` directive

tests/execution/test_middleware.py

[error] unresolved-attribute - :264:20 - Object of type `object` has no attribute `data`
[error] unresolved-attribute - :266:20 - Object of type `object` has no attribute `data`
[warning] unused-ignore-comment - :31:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :59:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :91:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :149:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :189:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :195:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :283:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :298:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :349:58 - Unused blanket `type: ignore` directive

tests/execution/test_stream.py

[warning] unused-ignore-comment - :2274:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2350:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2425:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2486:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2531:69 - Unused blanket `type: ignore` directive

tests/execution/test_subscribe.py

[error] invalid-await - :288:30 - `Awaitable[AsyncIterator[ExecutionResult] | ExecutionResult] | AsyncIterator[ExecutionResult] | ExecutionResult` is not awaitable
[error] invalid-await - :399:22 - `Awaitable[ExecutionResult | AsyncIterable[Any]] | ExecutionResult | AsyncIterable[Any]` is not awaitable
[error] invalid-await - :434:22 - `Awaitable[ExecutionResult | AsyncIterable[Any]] | ExecutionResult | AsyncIterable[Any]` is not awaitable
[error] invalid-await - :443:22 - `Awaitable[ExecutionResult | AsyncIterable[Any]] | ExecutionResult | AsyncIterable[Any]` is not awaitable
[warning] unused-ignore-comment - :223:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :247:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :266:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :327:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :555:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :617:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :693:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :773:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :866:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :918:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1165:38 - Unused blanket `type: ignore` directive

tests/type/test_definition.py

[warning] unused-ignore-comment - :340:72 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :547:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :664:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :939:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :946:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1044:37 - Unused blanket `type: ignore` directive

tests/type/test_validation.py

[warning] unused-ignore-comment - :752:39 - Unused blanket `type: ignore` directive

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

hydpy/models/dam/dam_control.py

[error] unresolved-attribute - :93:9 - Cannot assign object of type `tuple[Literal[-1]]` to attribute `shape` on type `Self@__call__` with custom `__setattr__` method.

hydpy/models/whmod/whmod_derived.py

[error] no-matching-overload - :100:39 - No overload matches arguments

hydpy/auxs/anntools.py

[warning] unused-ignore-comment - :51:57 - Unused blanket `type: ignore` directive

hydpy/exe/servertools.py

[warning] unused-ignore-comment - :1774:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1777:55 - Unused blanket `type: ignore` directive

hydpy/auxs/calibtools.py

[error] invalid-assignment - :3475:26 - Object of type `tuple[object, ...]` is not assignable to `timedelta | Sequence[timedelta | str | Period | None] | Period | None`
[error] invalid-argument-type - :3498:9 - Argument to function `__new__` is incorrect: Expected `Iterable[Any]`, found `timedelta | Sequence[timedelta | str | Period | None] | Period | None`

hydpy/auxs/statstools.py

[error] invalid-argument-type - :298:19 - Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `Series[Any]`
[error] invalid-argument-type - :298:50 - Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `Series[Any]`
[error] invalid-argument-type - :2309:56 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | (Collection[int | float] & ~float)`

hydpy/core/masktools.py

[error] invalid-return-type - :43:16 - Return type does not match returned value: expected `Self@array2mask`, found `ndarray[tuple[Any, ...], Unknown]`
[error] invalid-method-override - :105:9 - Invalid override of method `__contains__`: Definition is incompatible with `ndarray.__contains__`

hydpy/core/objecttools.py

[error] no-matching-overload - :749:21 - No overload of bound method `item` matches arguments
[error] no-matching-overload - :1649:28 - No overload of bound method `item` matches arguments
[error] invalid-argument-type - :1653:34 - Argument to function `repr_values` is incorrect: Expected `Sequence[object] | ndarray[tuple[Any, ...], dtype[generic[Any]]]`, found `(ndarray[tuple[object, ...], dtype[object]] & ~str) | (Sequence[object] & ~str)`

hydpy/core/parametertools.py

[error] unresolved-attribute - :2679:9 - Cannot assign object of type `list[Unknown]` to attribute `_toy2values_unprotected` on type `Self@__init__` with custom `__setattr__` method.
[error] unresolved-attribute - :2696:13 - Cannot assign object of type `tuple[Literal[-1]]` to attribute `shape` on type `Self@__call__` with custom `__setattr__` method.
[error] unresolved-attribute - :2703:13 - Cannot assign object of type `list[Unknown | tuple[TOY, Unknown]]` to attribute `_toy2values_unprotected` on type `Self@__call__` with custom `__setattr__` method.
[error] unresolved-attribute - :2706:13 - Cannot assign object of type `list[Unknown]` to attribute `_toy2values_unprotected` on type `Self@__call__` with custom `__setattr__` method.

hydpy/core/sequencetools.py

[error] unresolved-attribute - :393:9 - Unresolved attribute `aggregation` on type `ndarray[tuple[Any, ...], Unknown]`.
[error] invalid-return-type - :394:16 - Return type does not match returned value: expected `InfoArray`, found `ndarray[tuple[Any, ...], Unknown]`
[error] invalid-return-type - :2146:16 - Return type does not match returned value: expected `InfoArray`, found `Unknown | ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-return-type - :2180:16 - Return type does not match returned value: expected `InfoArray`, found `Unknown | ndarray[tuple[Any, ...], dtype[float64]]`

hydpy/core/seriestools.py

[warning] possibly-missing-attribute - :321 -
Old: Attribute `__name__` may be missing on object of type `Any | (((@Todo, /) -> int | float) & ~str)`
New: Attribute `__name__` may be missing on object of type `Any | (((ndarray[tuple[Any, ...], dtype[float64]], /) -> int | float) & ~str)`

hydpy/core/typingtools.py

[error] invalid-type-arguments - :91:29 - Type `T` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT`
[error] invalid-type-arguments - :102:29 - Type `T` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT`
[error] invalid-type-arguments - :114:29 - Type `T` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT`
[error] invalid-type-form - :96:45 - Invalid subscript of object of type `GenericAlias` in type expression
[error] invalid-type-arguments - :96:52 - Too many type arguments: expected 0, got 1
[error] invalid-type-form - :108:55 - Invalid subscript of object of type `GenericAlias` in type expression
[error] invalid-type-arguments - :108:62 - Too many type arguments: expected 0, got 1
[error] invalid-type-form - :119:65 - Invalid subscript of object of type `GenericAlias` in type expression
[error] invalid-type-arguments - :119:72 - Too many type arguments: expected 0, got 1

hydpy/cythons/modelutils.py

[error] invalid-assignment - :349:47 - Object of type `dict[type[Any] | str | None | GenericAlias, str]` is not assignable to `dict[type[Any] | str | None, str]`

hydpy/models/ga/ga_model.py

[warning] unused-ignore-comment - :2833:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2834:42 - Unused blanket `type: ignore` directive

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

src/hydra_zen/structured_configs/_make_custom_builds.py

[error] invalid-parameter-default - :65:5 - Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`
[error] invalid-parameter-default - :83:5 - Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`
[error] invalid-parameter-default - :101:5 - Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`
[error] invalid-parameter-default - :119:5 - Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`
[error] invalid-parameter-default - :137:5 - Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`
[error] invalid-parameter-default - :155:5 - Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`
[error] invalid-parameter-default - :175:5 - Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`

src/hydra_zen/third_party/beartype.py

[error] invalid-argument-type - :129 -
Old: Argument to function `coerce_sequences` is incorrect: Argument type `_T@validates_with_beartype | typing.TypeVar | ((typing.TypeVar, /) -> typing.TypeVar)` does not satisfy upper bound `(...) -> Unknown` of type variable `_T`
New: Argument to function `coerce_sequences` is incorrect: Argument type `_T@validates_with_beartype | BeartypeableT@BeartypeReturn | ((BeartypeableT@BeartypeConfedDecorator, /) -> BeartypeableT@BeartypeConfedDecorator)` does not satisfy upper bound `(...) -> Unknown` of type variable `_T`

tests/annotations/behaviors.py

[error] unresolved-attribute - :50:29 - Object of type `Path` has no attribute `x`
[error] invalid-assignment - :54:26 - Object of type `Path` is not assignable to `int`
[error] call-non-callable - :60:28 - Object of type `Path` is not callable
[error] call-non-callable - :64:21 - Object of type `Path` is not callable

tests/annotations/declarations.py

[error] type-assertion-failure - :1062:5 - Type `Any` does not match asserted type `Path`
[error] type-assertion-failure - :1063:5 - Type `Any` does not match asserted type `Path`
[error] type-assertion-failure - :1064:5 - Type `Any` does not match asserted type `Path`
[error] type-assertion-failure - :1065:5 - Type `Any` does not match asserted type `Path`
[error] type-assertion-failure - :1066:5 - Type `Any` does not match asserted type `Path`
[error] type-assertion-failure - :1067:5 - Type `Any` does not match asserted type `Path`
[error] call-non-callable - :167:17 - Object of type `Path` is not callable

tests/annotations/mypy_checks.py

[error] type-assertion-failure - :18 -
Old: Type `A` does not match asserted type `Path`
New: Type `A` does not match asserted type `Unknown`
[error] type-assertion-failure - :19 -
Old: Type `A` does not match asserted type `Path`
New: Type `A` does not match asserted type `Unknown`
[error] type-assertion-failure - :22 -
Old: Type `str` does not match asserted type `Path`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :23 -
Old: Type `str` does not match asserted type `Path`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :42 -
Old: Type `A` does not match asserted type `Path`
New: Type `A` does not match asserted type `Unknown`
[error] type-assertion-failure - :43 -
Old: Type `A` does not match asserted type `Path`
New: Type `A` does not match asserted type `Unknown`
[error] type-assertion-failure - :46 -
Old: Type `str` does not match asserted type `Path`
New: Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :47 -
Old: Type `str` does not match asserted type `Path`
New: Type `str` does not match asserted type `Unknown`

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

ibis/backends/flink/ddl.py

[error] invalid-argument-type - :43 -
Old: Argument to function `translate_literal` is incorrect: Expected `Literal`, found `Node`
New: Argument to function `translate_literal` is incorrect: Expected `Literal[Unknown]`, found `Node`

ibis/backends/flink/utils.py

[error] unresolved-attribute - :248:12 - Object of type `typing.TypeVar` has no attribute `is_null`
[error] invalid-argument-type - :250:52 - Argument to bound method `from_ibis` is incorrect: Expected `DataType`, found `typing.TypeVar`
[error] unresolved-attribute - :252:8 - Object of type `typing.TypeVar` has no attribute `is_boolean`
[error] unresolved-attribute - :255:10 - Object of type `typing.TypeVar` has no attribute `is_string`
[error] unresolved-attribute - :258:10 - Object of type `typing.TypeVar` has no attribute `is_binary`
[error] unresolved-attribute - :260:10 - Object of type `typing.TypeVar` has no attribute `is_date`
[error] unresolved-attribute - :264:10 - Object of type `typing.TypeVar` has no attribute `is_numeric`
[error] unresolved-attribute - :269:14 - Object of type `typing.TypeVar` has no attribute `is_decimal`
[error] unresolved-attribute - :273:31 - Object of type `typing.TypeVar` has no attribute `precision`
[error] unresolved-attribute - :273:60 - Object of type `typing.TypeVar` has no attribute `precision`
[error] unresolved-attribute - :274:27 - Object of type `typing.TypeVar` has no attribute `scale`
[error] unresolved-attribute - :274:52 - Object of type `typing.TypeVar` has no attribute `scale`
[error] invalid-argument-type - :280:55 - Argument to bound method `from_ibis` is incorrect: Expected `DataType`, found `typing.TypeVar`
[error] unresolved-attribute - :281:10 - Object of type `typing.TypeVar` has no attribute `is_timestamp`
[error] unresolved-attribute - :288:12 - Object of type `typing.TypeVar` has no attribute `timezone`
[error] unresolved-attribute - :297:19 - Object of type `typing.TypeVar` has no attribute `timezone`
[error] unresolved-attribute - :301:10 - Object of type `typing.TypeVar` has no attribute `is_time`
[error] unresolved-attribute - :303:10 - Object of type `typing.TypeVar` has no attribute `is_interval`
[error] unresolved-attribute - :305:10 - Object of type `typing.TypeVar` has no attribute `is_uuid`
[error] unresolved-attribute - :307:10 - Object of type `typing.TypeVar` has no attribute `is_array`

ibis/backends/sqlite/__init__.py

[error] invalid-argument-type - :332 -
Old: Argument to bound method `from_records` is incorrect: Expected `ndarray[tuple[int, int], dtype[Unknown]] | Sequence[SequenceNotStr[Unknown]] | Sequence[Mapping[str, Any]] | Mapping[str, Any] | Mapping[str, SequenceNotStr[Any]]`, found `Cursor`
New: Argument to bound method `from_records` is incorrect: Expected `ndarray[tuple[int, int], dtype[GenericT]] | Sequence[SequenceNotStr[Unknown]] | Sequence[Mapping[str, Any]] | Mapping[str, Any] | Mapping[str, SequenceNotStr[Any]]`, found `Cursor`

ibis/expr/api.py

[error] invalid-argument-type - :1452:22 - Argument is incorrect: Expected `Value[Integer, Scalar]`, found `int | IntegerValue`

ibis/expr/operations/core.py

[error] invalid-type-arguments - :140:16 - Type `typing.TypeVar` is not assignable to upper bound `DataType` of type variable `T@Value`
[error] invalid-type-arguments - :141:16 - Type `typing.TypeVar` is not assignable to upper bound `DataType` of type variable `T@Value`
[error] invalid-return-type - :75 -
Old: Return type does not match returned value: expected `Self@__coerce__`, found `Literal`
New: Return type does not match returned value: expected `Self@__coerce__`, found `Literal[Unknown]`

ibis/expr/operations/generic.py

[error] unresolved-attribute - :152:12 - Object of type `typing.TypeVar` has no attribute `is_interval`
[error] unresolved-attribute - :153 -
Old: Object of type `typing.TypeVar` has no attribute `unit`
New: Object of type `T@Literal` has no attribute `unit`

ibis/expr/operations/reductions.py

[error] unresolved-attribute - :174:31 - Object of type `Numeric | Boolean` has no attribute `precision`
[error] unresolved-attribute - :175:20 - Object of type `Numeric | Boolean` has no attribute `precision`
[error] unresolved-attribute - :177:27 - Object of type `Numeric | Boolean` has no attribute `scale`
[error] unresolved-attribute - :177:46 - Object of type `Numeric | Boolean` has no attribute `scale`
[error] invalid-argument-type - :244:25 - Argument is incorrect: Expected `bool`, found `T@Column | Unknown`
[error] invalid-argument-type - :406:25 - Argument is incorrect: Expected `bool`, found `T@Column`

ibis/expr/rewrites.py

[warning] possibly-missing-attribute - :177 -
Old: Attribute `__contains__` may be missing on object of type `FrozenDict[Value[Unknown, Any], @Todo] | None`
New: Attribute `__contains__` may be missing on object of type `FrozenDict[Value[Unknown, Any], tuple[Value[Unknown, Any], ...]] | None`

ibis/expr/tests/test_newrels.py

[error] invalid-argument-type - :573:39 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :592:58 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown | bool]`
[error] invalid-argument-type - :601:54 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown | bool]`
[error] invalid-argument-type - :616:41 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :634:41 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :652:41 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :681:41 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :703:39 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :704:39 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :723:39 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :724:39 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :747:39 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :748:39 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :803:42 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :824:42 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :825:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :866:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :880:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :900:39 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :917:39 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :928:39 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1138:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1147:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1148:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1164:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1180:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1202:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1203:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1232:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1233:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1257:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1273:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1291:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1292:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1316:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1332:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1350:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1351:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1421:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1482:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1483:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1508:42 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1569:21 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1601:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1619:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1620:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1638:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1639:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1640:42 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1661:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1662:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1663:42 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1664:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1691:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1692:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1693:42 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1694:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`

ibis/expr/types/arrays.py

[error] invalid-argument-type - :226:32 - Argument is incorrect: Expected `tuple[Value[Array[Unknown], Any], ...]`, found `tuple[Self@concat, ArrayValue, @Todo]`
[error] invalid-argument-type - :232:32 - Argument is incorrect: Expected `tuple[Value[Array[Unknown], Any], ...]`, found `tuple[ArrayValue, Self@__radd__]`
[error] invalid-argument-type - :1014:29 - Argument is incorrect: Expected `tuple[Value[Array[Unknown], Any], ...]`, found `tuple[Self@zip, ArrayValue, @Todo]`
[error] invalid-argument-type - :1442:22 - Argument is incorrect: Expected `tuple[Value[Unknown, Any], ...]`, found `tuple[V@array, ...]`

ibis/expr/types/generic.py

[error] invalid-argument-type - :384:29 - Argument is incorrect: Expected `tuple[Value[Unknown, Any], ...]`, found `tuple[Self@coalesce, @Todo]`
[error] invalid-argument-type - :496:29 - Argument is incorrect: Expected `tuple[Value[Unknown, Any], ...]`, found `tuple[Self@fill_null, Scalar]`
[error] invalid-argument-type - :690:39 - Argument is incorrect: Expected `tuple[Value[Unknown, Any], ...]`, found `Iterable[Value] & ~ArrayValue & ~Column`
[error] invalid-argument-type - :2006 -
Old: Argument is incorrect: Expected `Value[Unknown, Unknown]`, found `Value | None | @Todo`
New: Argument is incorrect: Expected `Value[T@Column, Columnar]`, found `Value | None | @Todo`
[error] invalid-argument-type - :2045 -
Old: Argument is incorrect: Expected `Value[Unknown, Unknown]`, found `Value | None | @Todo`
New: Argument is incorrect: Expected `Value[T@Column, Columnar]`, found `Value | None | @Todo`

ibis/expr/types/joins.py

[error] invalid-argument-type - :359:50 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`

ibis/expr/types/numeric.py

[error] invalid-argument-type - :972:13 - Argument is incorrect: Expected `Value[Numeric | Boolean, Columnar]`, found `Value | None | @Todo`
[error] invalid-argument-type - :1035:13 - Argument is incorrect: Expected `Value[Numeric | Boolean, Columnar]`, found `Value | None | @Todo`

ibis/expr/types/relations.py

[error] invalid-argument-type - :1280:35 - Argument is incorrect: Expected `tuple[Value[Unknown, Any], ...]`, found `tuple[Value, ...] | tuple[@Todo, ...]`
[error] invalid-argument-type - :3080:40 - Argument is incorrect: Expected `tuple[Value[T@Column, Columnar], ...] | None`, found `None | Sequence[str]`

ibis/expr/types/strings.py

[error] invalid-argument-type - :1580:33 - Argument is incorrect: Expected `tuple[Value[String, Any], ...]`, found `tuple[Self@concat, str | StringValue, @Todo]`
[error] invalid-argument-type - :1672:33 - Argument is incorrect: Expected `tuple[Value[String, Any], ...]`, found `tuple[str | StringValue, Self@__radd__]`
[error] invalid-argument-type - :803:36 - Argument is incorrect: Expected `tuple[Value[String, Any], ...]`, found `Sequence[str]`

ibis/expr/types/temporal.py

[error] invalid-argument-type - :1087:42 - Argument is incorrect: Expected `Value[Interval, Scalar]`, found `Any | IntervalScalar`

ibis/expr/types/temporal_windows.py

[error] invalid-argument-type - :84:13 - Argument is incorrect: Expected `Value[Interval, Scalar]`, found `IntervalScalar | None`
[error] invalid-argument-type - :85:13 - Argument is incorrect: Expected `Value[Interval, Scalar] | None`, found `IntervalScalar | None`
[error] invalid-argument-type - :86:13 - Argument is incorrect: Expected `Value[Interval, Scalar] | None`, found `IntervalScalar | None`
[error] invalid-argument-type - :82 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, @Todo]`, found `dict[Unknown, Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, Value[T@Column, Columnar]]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :83 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, @Todo]`, found `Sequence[Scalar] | None`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, Value[T@Scalar, Scalar]]`, found `Sequence[Scalar] | None`

ibis/selectors.py

[error] invalid-argument-type - :683:28 - Argument is incorrect: Expected `str | int | Slice | tuple[int | str, ...]`, found `Iterable[int | str] | int | slice[Any, Any, Any]`

ibis/tests/expr/test_analysis.py

[error] invalid-argument-type - :38:21 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :43:21 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :177:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`

ibis/tests/expr/test_struct.py

[error] invalid-argument-type - :86:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`

ibis/tests/expr/test_table.py

[error] invalid-argument-type - :893:45 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :916:45 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :958:44 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :975:42 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1165:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1166:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1252:43 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`
[error] invalid-argument-type - :1339:21 - Argument is incorrect: Expected `tuple[Value[Boolean, Any], ...]`, found `list[Unknown]`

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

jax/_src/lax/convolution.py

[error] invalid-argument-type - :785:33 - Argument to function `is_constant_shape` is incorrect: Expected `Sequence[int | Any]`, found `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

jax/_src/lax/lax.py

[error] invalid-argument-type - :7088:38 - Argument to function `slice` is incorrect: Expected `Sequence[int]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :7089:28 - Argument to function `slice` is incorrect: Expected `Sequence[int] | None`, found `ndarray[tuple[Any, ...], dtype[Any]] | Any`
[error] invalid-argument-type - :8295:66 - Argument to function `broadcast_in_dim` is incorrect: Expected `Sequence[int]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :8992:24 - Argument to function `canonicalize_shape` is incorrect: Expected `Sequence[int | Any]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] unused-ignore-comment - :3404:59 - Unused blanket `type: ignore` directive

jax/_src/lax/linalg.py

[error] invalid-argument-type - :1046:53 - Argument to function `broadcast_in_dim` is incorrect: Expected `Sequence[int]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :1048:42 - Argument to function `broadcast_in_dim` is incorrect: Expected `Sequence[int]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`

jax/_src/lax/slicing.py

[error] invalid-argument-type - :2213:46 - Argument to function `broadcast_in_dim` is incorrect: Expected `Sequence[int]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :3092:41 - Argument to function `gather` is incorrect: Expected `Sequence[int | Any]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :3095:41 - Argument to function `gather` is incorrect: Expected `Sequence[int | Any]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :3108:9 - Argument to function `gather` is incorrect: Expected `Sequence[int | Any]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :3117:9 - Argument to function `gather` is incorrect: Expected `Sequence[int | Any]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :3135:43 - Argument to function `gather` is incorrect: Expected `Sequence[int | Any]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`

jax/_src/lax_reference.py

[error] no-matching-overload - :270:9 - No overload of function `einsum` matches arguments

jax/_src/mesh_utils.py

[error] invalid-return-type - :566:12 - Return type does not match returned value: expected `builtins.bool`, found `numpy.bool[builtins.bool]`
[error] invalid-return-type - :596:12 - Return type does not match returned value: expected `builtins.bool`, found `numpy.bool[builtins.bool]`

jax/_src/numpy/indexing.py

[error] invalid-argument-type - :812:31 - Argument to function `nonzero` is incorrect: Expected `_SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`, found `list[bool | Unknown]`

jax/_src/numpy/lax_numpy.py

[error] no-matching-overload - :3722:12 - No overload of function `shape` matches arguments
[error] invalid-assignment - :3880:13 - Object of type `ndarray[tuple[Any, ...], dtype[Unknown]]` is not assignable to `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]`
[error] unresolved-attribute - :3895:6 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `shape`
[error] non-subscriptable - :3897:33 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] non-subscriptable - :3897:57 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] not-iterable - :3897:79 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` may not be iterable
[error] unresolved-attribute - :3898:8 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `shape`
[error] non-subscriptable - :3900:26 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] invalid-argument-type - :3900:26 - Method `__getitem__` of type `Overload[(index: int) -> Sequence[T@PadValueLike], (index: slice[Any, Any, Any]) -> Sequence[Sequence[T@PadValueLike]]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `Sequence[Sequence[T@PadValueLike]]`
[error] invalid-argument-type - :3900:26 - Method `__getitem__` of type `Overload[(index: int) -> T@PadValueLike, (index: slice[Any, Any, Any]) -> Sequence[T@PadValueLike]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `Sequence[T@PadValueLike]`
[error] non-subscriptable - :3900:54 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] invalid-argument-type - :3900:54 - Method `__getitem__` of type `Overload[(index: int) -> Sequence[T@PadValueLike], (index: slice[Any, Any, Any]) -> Sequence[Sequence[T@PadValueLike]]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `Sequence[Sequence[T@PadValueLike]]`
[error] invalid-argument-type - :3900:54 - Method `__getitem__` of type `Overload[(index: int) -> T@PadValueLike, (index: slice[Any, Any, Any]) -> Sequence[T@PadValueLike]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `Sequence[T@PadValueLike]`
[error] unresolved-attribute - :3902:8 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `shape`
[error] non-subscriptable - :3904:26 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] non-subscriptable - :3904:51 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] unresolved-attribute - :3906:8 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `shape`
[error] non-subscriptable - :3908:23 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] unresolved-attribute - :3910:8 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `shape`
[error] unresolved-attribute - :3912:23 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `flat`
[error] unresolved-attribute - :3915:74 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `shape`
[error] invalid-assignment - :4151:15 - Object of type `tuple[tuple[T@PadValue, T@PadValue], ...]` is not assignable to `tuple[tuple[int, int], ...]`
[error] invalid-argument-type - :4151:35 - Argument to function `_broadcast_to_pairs` is incorrect: Expected `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]`, found `tuple[tuple[int, int], ...]`
[error] invalid-assignment - :4175:15 - Object of type `tuple[tuple[T@PadValue, T@PadValue], ...]` is not assignable to `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4175:35 - Argument to function `_broadcast_to_pairs` is incorrect: Expected `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4184:33 - Argument to function `_pad_constant` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4187:29 - Argument to function `_pad_wrap` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4190:45 - Argument to function `_pad_symmetric_or_reflect` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4193:29 - Argument to function `_pad_edge` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-assignment - :4196:18 - Object of type `tuple[tuple[T@PadValue, T@PadValue], ...]` is not assignable to `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 7 union elements`
[error] invalid-argument-type - :4196:38 - Argument to function `_broadcast_to_pairs` is incorrect: Expected `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 7 union elements`
[error] invalid-argument-type - :4197:36 - Argument to function `_pad_linear_ramp` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4197:47 - Argument to function `_pad_linear_ramp` is incorrect: Expected `tuple[tuple[Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 5 union elements, Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 5 union elements], ...]`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 7 union elements`
[error] invalid-assignment - :4201:21 - Object of type `tuple[tuple[T@PadValue, T@PadValue], ...]` is not assignable to `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4201:41 - Argument to function `_broadcast_to_pairs` is incorrect: Expected `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4202:30 - Argument to function `_pad_stats` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4202:41 - Argument to function `_pad_stats` is incorrect: Expected `tuple[tuple[int, int], ...] | None`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4205:30 - Argument to function `_pad_empty` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-assignment - :4331:15 - Object of type `tuple[tuple[T@PadValue, T@PadValue], ...]` is not assignable to `int | Array | ndarray[tuple[Any, ...], dtype[Any]] | Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]] | Sequence[Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]]]`
[error] invalid-argument-type - :4331:35 - Argument to function `_broadcast_to_pairs` is incorrect: Expected `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]`, found `int | Array | ndarray[tuple[Any, ...], dtype[Any]] | Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]] | Sequence[Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]]]`
[error] non-subscriptable - :4332:40 - Cannot subscript object of type `int` with no `__getitem__` method
[error] non-subscriptable - :4332:62 - Cannot subscript object of type `int` with no `__getitem__` method
[error] not-iterable - :4333:37 - Object of type `(int & ~AlwaysFalsy) | (Array & ~AlwaysFalsy) | (ndarray[tuple[Any, ...], dtype[Any]] & ~AlwaysFalsy) | (Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]] & ~AlwaysFalsy) | (Sequence[Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]]] & ~AlwaysFalsy)` may not be iterable
[error] invalid-argument-type - :4337:38 - Argument to function `_pad_func` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Array | ndarray[tuple[Any, ...], dtype[Any]] | Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]] | Sequence[Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]]]`
[warning] unused-ignore-comment - :1039:87 - Unused blanket `type: ignore` directive

jax/_src/pallas/mosaic/interpret/interpret_pallas_call.py

[error] invalid-assignment - :397:9 - Object of type `ndarray[tuple[Any, ...], dtype[Unknown]]` is not assignable to `Array`
[error] invalid-argument-type - :430:61 - Argument to bound method `allocate_buffer` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Array`

jax/_src/pallas/mosaic/lowering.py

[error] no-matching-overload - :1325:8 - No overload of function `shape` matches arguments
[error] no-matching-overload - :1530:6 - No overload of function `prod` matches arguments

jax/_src/shard_map.py

[error] unresolved-attribute - :497:11 - Object of type `typing.TypeVar` has no attribute `idx`
[error] unresolved-attribute - :498:18 - Object of type `typing.TypeVar` has no attribute `idx`
[error] unresolved-attribute - :500:21 - Object of type `typing.TypeVar` has no attribute `idx`
[error] unresolved-attribute - :503:29 - Object of type `typing.TypeVar` has no attribute `idx`
[error] unresolved-attribute - :540:11 - Object of type `typing.TypeVar` has no attribute `idx`
[error] unresolved-attribute - :541:18 - Object of type `typing.TypeVar` has no attribute `idx`
[error] unresolved-attribute - :543:21 - Object of type `typing.TypeVar` has no attribute `idx`
[error] unresolved-attribute - :546:29 - Object of type `typing.TypeVar` has no attribute `idx`

jax/_src/tree_util.py

[error] unresolved-attribute - :783:26 - Object of type `typing.TypeVar` has no attribute `key`
[error] unresolved-attribute - :1300:29 - Object of type `typing.TypeVar` has no attribute `key`
[error] unresolved-attribute - :1303:29 - Object of type `typing.TypeVar` has no attribute `key`
[error] unresolved-attribute - :1306:32 - Object of type `typing.TypeVar` has no attribute `key`

jax/experimental/mosaic/gpu/fragmented_array.py

[error] unresolved-attribute - :2333:35 - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `type`
[error] unresolved-attribute - :2345:37 - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `type`
[warning] possibly-missing-attribute - :2370:35 - Attribute `type` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[warning] possibly-missing-attribute - :2413:18 - Attribute `type` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] unresolved-attribute - :2604:35 - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `type`
[error] unresolved-attribute - :2605:33 - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `type`

jax/experimental/multihost_utils.py

[warning] possibly-missing-attribute - :264:11 - Attribute `_base_array` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :287:30 - Attribute `_impl` may be missing on object of type `Unknown | dtype[Unknown]`
[warning] possibly-missing-attribute - :427:11 - Attribute `_base_array` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :442:32 - Attribute `_impl` may be missing on object of type `Unknown | dtype[Unknown]`

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

[error] invalid-argument-type - :867 -
Old: Argument to function `_shrink_mask_info_dkv` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `@Todo | None`
New: Argument to function `_shrink_mask_info_dkv` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Unknown]] | @Todo | None`
[error] invalid-argument-type - :867 -
Old: Argument to function `_shrink_mask_info` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `@Todo | None`
New: Argument to function `_shrink_mask_info` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Unknown]] | @Todo | None`

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

koda_validate/base.py

[warning] possibly-missing-attribute - :215:20 - Attribute `val` may be missing on object of type `Just[Valid[A@CacheValidatorBase] | Invalid] | Nothing`
[warning] possibly-missing-attribute - :224:20 - Attribute `val` may be missing on object of type `Just[Valid[A@CacheValidatorBase] | Invalid] | Nothing`

koda_validate/set.py

[warning] possibly-missing-attribute - :68:28 - Attribute `val` may be missing on object of type `Unknown | Valid[_ItemT@SetValidator] | Invalid`
[error] invalid-argument-type - :72:34 - Argument to bound method `append` is incorrect: Expected `Invalid`, found `Unknown | Valid[_ItemT@SetValidator] | Invalid`
[error] invalid-argument-type - :74:32 - Argument to bound method `add` is incorrect: Expected `_ItemT@SetValidator`, found `Unknown | Valid[_ItemT@SetValidator] | Invalid`
[warning] possibly-missing-attribute - :124:28 - Attribute `val` may be missing on object of type `Unknown | Valid[_ItemT@SetValidator] | Invalid`
[error] invalid-argument-type - :128:34 - Argument to bound method `append` is incorrect: Expected `Invalid`, found `Unknown | Valid[_ItemT@SetValidator] | Invalid`
[error] invalid-argument-type - :130:32 - Argument to bound method `add` is incorrect: Expected `_ItemT@SetValidator`, found `Unknown | Valid[_ItemT@SetValidator] | Invalid`

koda_validate/signature.py

[error] invalid-assignment - :205:29 - Invalid subscript assignment with key of type `str` and value of type `Valid[Any] | Invalid` on object of type `dict[str, Invalid]`
[warning] possibly-missing-attribute - :207:42 - Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
[error] invalid-assignment - :234:29 - Invalid subscript assignment with key of type `str` and value of type `Valid[Any] | Invalid` on object of type `dict[str, Invalid]`
[warning] possibly-missing-attribute - :236:50 - Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
[error] invalid-assignment - :276:29 - Invalid subscript assignment with key of type `str` and value of type `Valid[Any] | Invalid` on object of type `dict[str, Invalid]`
[warning] possibly-missing-attribute - :278:42 - Attribute `val` may be missing on object of type `Valid[Any] | Invalid`

koda_validate/_internal.py

[error] invalid-return-type - :33:20 - Return type does not match returned value: expected `Valid[SuccessT@_ToTupleValidator] | Invalid`, found `Valid[SuccessT@_ToTupleValidator | Invalid]`
[error] invalid-return-type - :35:20 - Return type does not match returned value: expected `Valid[SuccessT@_ToTupleValidator] | Invalid`, found `SuccessT@_ToTupleValidator | Invalid`
[error] invalid-return-type - :40:20 - Return type does not match returned value: expected `Valid[SuccessT@_ToTupleValidator] | Invalid`, found `Valid[SuccessT@_ToTupleValidator | Invalid]`
[error] invalid-return-type - :42:20 - Return type does not match returned value: expected `Valid[SuccessT@_ToTupleValidator] | Invalid`, found `SuccessT@_ToTupleValidator | Invalid`
[warning] possibly-missing-attribute - :240:30 - Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
[error] invalid-return-type - :248:16 - Return type does not match returned value: expected `(Any, /) -> tuple[Literal[True], A@_wrap_sync_validator] | tuple[Literal[False], Invalid]`, found `bound method Top[_ToTupleValidator[Unknown]]._validate_to_tuple(val: Never) -> tuple[Literal[True], object] | tuple[Literal[False], Invalid]`
[warning] possibly-missing-attribute - :272:30 - Attribute `val` may be missing on object of type `Valid[A@_wrap_async_validator] | Invalid`
[error] invalid-return-type - :274:24 - Return type does not match returned value: expected `tuple[Literal[True], A@_wrap_async_validator] | tuple[Literal[False], Invalid]`, found `tuple[Literal[False], Valid[A@_wrap_async_validator] | Invalid]`
[error] non-subscriptable - :213:16 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :216:29 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :233:16 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :236:29 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :214:30 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-return-type - :214:24 - Return type does not match returned value: expected `tuple[Literal[True], A@_union_validator] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], object]`
[error] non-subscriptable - :234:30 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-return-type - :234:24 - Return type does not match returned value: expected `tuple[Literal[True], A@_union_validator_async] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], object]`

koda_validate/dictionary.py

[error] invalid-return-type - :60:20 - Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Valid[Just[Unknown | A@KeyNotRequired]]`
[warning] possibly-missing-attribute - :60:31 - Attribute `val` may be missing on object of type `Unknown | Valid[A@KeyNotRequired] | Invalid`
[error] invalid-return-type - :62:20 - Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Unknown | Valid[A@KeyNotRequired] | Invalid`
[error] invalid-return-type - :67:20 - Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Valid[Just[Unknown | A@KeyNotRequired]]`
[warning] possibly-missing-attribute - :67:31 - Attribute `val` may be missing on object of type `Unknown | Valid[A@KeyNotRequired] | Invalid`
[error] invalid-return-type - :69:20 - Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Unknown | Valid[A@KeyNotRequired] | Invalid`
[warning] possibly-missing-attribute - :149:29 - Attribute `val` may be missing on object of type `Unknown | Valid[T1@MapValidator] | Invalid`
[warning] possibly-missing-attribute - :149:47 - Attribute `val` may be missing on object of type `Unknown | Valid[T2@MapValidator] | Invalid`
[error] invalid-argument-type - :152:21 - Argument is incorrect: Expected `Invalid | None`, found `None | Unknown | Valid[T1@MapValidator] | Invalid`
[error] invalid-argument-type - :153:21 - Argument is incorrect: Expected `Invalid | None`, found `None | Unknown | Valid[T2@MapValidator] | Invalid`
[warning] possibly-missing-attribute - :199:29 - Attribute `val` may be missing on object of type `Unknown | Valid[T1@MapValidator] | Invalid`
[warning] possibly-missing-attribute - :199:47 - Attribute `val` may be missing on object of type `Unknown | Valid[T2@MapValidator] | Invalid`
[error] invalid-argument-type - :202:21 - Argument is incorrect: Expected `Invalid | None`, found `None | Unknown | Valid[T1@MapValidator] | Invalid`
[error] invalid-argument-type - :203:21 - Argument is incorrect: Expected `Invalid | None`, found `None | Unknown | Valid[T2@MapValidator] | Invalid`
[error] invalid-type-arguments - :294:34 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :309:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :310:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :326:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :327:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :328:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :344:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :345:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :346:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :347:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :363:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :364:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :365:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :366:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :367:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :383:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :384:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :385:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :386:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :387:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :388:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :404:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :405:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :406:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :407:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :408:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :409:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :410:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :426:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :427:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :428:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :429:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :430:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :431:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :432:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :433:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :449:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :450:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :451:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :452:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :453:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :454:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :455:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :456:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :457:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :473:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :474:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :475:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :476:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :477:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :478:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :479:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :480:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :481:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :482:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :498:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :499:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :500:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :501:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :502:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :503:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :504:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :505:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :506:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :507:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :508:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :524:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :525:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :526:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :527:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :528:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :529:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :530:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :531:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :532:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :533:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :534:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :535:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :551:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :552:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :553:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :554:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :555:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :556:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :557:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :558:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :559:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :560:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :561:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :562:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :563:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :581:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :582:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :583:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :584:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :585:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :586:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :587:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :588:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :589:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :590:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :591:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :592:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :593:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :594:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :612:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :613:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :614:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :615:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :616:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :617:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :618:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :619:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :620:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :621:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :622:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :623:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :624:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :625:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :626:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :644:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :645:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :646:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :647:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :648:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :649:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :650:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :651:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :652:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :653:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :654:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :655:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :656:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :657:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :658:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :659:26 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :695:32 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :696:32 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :696:50 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :697:32 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :697:50 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :697:68 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :698:32 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :698:50 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :698:68 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :698:86 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :700:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :701:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :702:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :703:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :704:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :707:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :708:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :709:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :710:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :711:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :712:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :715:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :716:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :717:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :718:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :719:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :720:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :721:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :724:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :725:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :726:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :727:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :728:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :729:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :730:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :731:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :734:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :735:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :736:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :737:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :738:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :739:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :740:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :741:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :742:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :745:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :746:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :747:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :748:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :749:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :750:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :751:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :752:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :753:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :754:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :757:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :758:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :759:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :760:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :761:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :762:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :763:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :764:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :765:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :766:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :767:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :770:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :771:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :772:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :773:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :774:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :775:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :776:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :777:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :778:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :779:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :780:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :781:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :784:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :785:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :786:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :787:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :788:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :789:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :790:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :791:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :792:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :793:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :794:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :795:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :796:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :799:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :800:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :801:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :802:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :803:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :804:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :805:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :806:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :807:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :808:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :809:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :810:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :811:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :812:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :815:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :816:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :817:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :818:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :819:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :820:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :821:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :822:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :823:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :824:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :825:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :826:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :827:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :828:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :829:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :832:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :833:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :834:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :835:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :836:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :837:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :838:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :839:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :840:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :841:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :842:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :843:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :844:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :845:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :846:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :847:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :858:39 - Too many type arguments: expected 0, got 1

koda_validate/list.py

[warning] unused-ignore-comment - :69:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :71:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :119:50 - Unused blanket `type: ignore` directive

koda_validate/maybe.py

[error] invalid-return-type - :31:24 - Return type does not match returned value: expected `tuple[Literal[True], Just[A@MaybeValidator] | Nothing] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], Just[Unknown | A@MaybeValidator | Invalid]]`
[error] invalid-argument-type - :33:52 - Argument is incorrect: Expected `Invalid`, found `Unknown | A@MaybeValidator | Invalid`
[error] invalid-return-type - :43:24 - Return type does not match returned value: expected `tuple[Literal[True], Just[A@MaybeValidator] | Nothing] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], Just[Unknown | A@MaybeValidator | Invalid]]`
[error] invalid-argument-type - :45:52 - Argument is incorrect: Expected `Invalid`, found `Unknown | A@MaybeValidator | Invalid`
[warning] unused-ignore-comment - :35:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :47:68 - Unused blanket `type: ignore` directive

koda_validate/serialization/json_schema.py

[error] invalid-argument-type - :451:29 - Argument is incorrect: Expected `Validator[Any] | Predicate[Any] | PredicateAsync[Any]`, found `object`

koda_validate/tuple.py

[warning] possibly-missing-attribute - :439:28 - Attribute `val` may be missing on object of type `Unknown | Valid[A@UniformTupleValidator] | Invalid`
[error] invalid-assignment - :443:17 - Invalid subscript assignment with key of type `int` and value of type `Unknown | A@UniformTupleValidator | Valid[A@UniformTupleValidator] | Invalid` on object of type `dict[int, Invalid]`
[error] invalid-argument-type - :445:36 - Argument to bound method `append` is incorrect: Expected `A@UniformTupleValidator`, found `Unknown | A@UniformTupleValidator | Valid[A@UniformTupleValidator] | Invalid`
[warning] possibly-missing-attribute - :495:28 - Attribute `val` may be missing on object of type `Unknown | Valid[A@UniformTupleValidator] | Invalid`
[error] invalid-assignment - :499:17 - Invalid subscript assignment with key of type `int` and value of type `Unknown | A@UniformTupleValidator | Valid[A@UniformTupleValidator] | Invalid` on object of type `dict[int, Invalid]`
[error] invalid-argument-type - :501:36 - Argument to bound method `append` is incorrect: Expected `A@UniformTupleValidator`, found `Unknown | A@UniformTupleValidator | Valid[A@UniformTupleValidator] | Invalid`

kopf (https://github.com/nolar/kopf)

kopf/_core/actions/invocation.py

[warning] unused-ignore-comment - :114:38 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :155 -
Old: Argument to function `is_async_fn` is incorrect: Expected `((...) -> @Todo) | None`, found `object`
New: Argument to function `is_async_fn` is incorrect: Expected `((...) -> object) | None`, found `object`

kopf/_core/intents/registries.py

[error] invalid-argument-type - :276 -
Old: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> @Todo`, found `def login_via_pykube(*, logger: Logger | LoggerAdapter[Any], **_: Any) -> ConnectionInfo | None`
New: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> object`, found `def login_via_pykube(*, logger: Logger | LoggerAdapter[Any], **_: Any) -> ConnectionInfo | None`
[error] invalid-argument-type - :285 -
Old: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> @Todo`, found `def login_via_client(*, logger: Logger | LoggerAdapter[Any], **_: Any) -> ConnectionInfo | None`
New: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> object`, found `def login_via_client(*, logger: Logger | LoggerAdapter[Any], **_: Any) -> ConnectionInfo | None`
[error] invalid-argument-type - :297 -
Old: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> @Todo`, found `def login_with_kubeconfig(**_: Any) -> ConnectionInfo | None`
New: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> object`, found `def login_with_kubeconfig(**_: Any) -> ConnectionInfo | None`
[error] invalid-argument-type - :306 -
Old: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> @Todo`, found `def login_with_service_account(**_: Any) -> ConnectionInfo | None`
New: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> object`, found `def login_with_service_account(**_: Any) -> ConnectionInfo | None`

kopf/_core/reactor/subhandling.py

[error] invalid-argument-type - :72 -
Old: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> @Todo`, found `object`
New: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> object`, found `object`

materialize (https://github.com/MaterializeInc/materialize)

misc/python/materialize/mzbuild.py

[error] invalid-argument-type - :1282:29 - Argument to bound method `remove` is incorrect: Expected `Path`, found `Literal["python"]`
[error] unsupported-operator - :1285:23 - Operator `-` is unsupported between objects of type `set[Path]` and `set[Unknown | str]`

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

mesonbuild/interpreterbase/baseobjects.py

[error] invalid-argument-type - :137 -
Old: Argument is incorrect: Expected `typing.TypeVar`, found `Self@operator_call`
New: Argument is incorrect: Expected `TYPE_op_arg@TYPE_op_func`, found `Self@operator_call`
[error] invalid-argument-type - :137 -
Old: Argument is incorrect: Expected `typing.TypeVar`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
New: Argument is incorrect: Expected `TYPE_op_arg@TYPE_op_func`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - :139 -
Old: Argument is incorrect: Expected `typing.TypeVar`, found `Self@operator_call`
New: Argument is incorrect: Expected `TYPE_op_arg@TYPE_op_func`, found `Self@operator_call`
[error] invalid-argument-type - :139 -
Old: Argument is incorrect: Expected `typing.TypeVar`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
New: Argument is incorrect: Expected `TYPE_op_arg@TYPE_op_func`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`

mesonbuild/interpreterbase/interpreterbase.py

[error] invalid-type-arguments - :56:76 - Type `typing.TypeVar` is not assignable to upper bound `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements` of type variable `InterpreterObjectTypeVar@ObjectHolder`
[error] invalid-argument-type - :569 -
Old: Argument is incorrect: Expected `typing.TypeVar`, found `HoldableObject | int | str | ... omitted 8 union elements`
New: Argument is incorrect: Expected `InterpreterObjectTypeVar@HolderMapType`, found `HoldableObject | int | str | ... omitted 8 union elements`
[error] invalid-argument-type - :573 -
Old: Argument is incorrect: Expected `typing.TypeVar`, found `HoldableObject | int | str | ... omitted 8 union elements`
New: Argument is incorrect: Expected `InterpreterObjectTypeVar@HolderMapType`, found `HoldableObject | int | str | ... omitted 8 union elements`

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

mitmproxy/utils/asyncio_utils.py

[warning] unused-ignore-comment - :96:60 - Unused blanket `type: ignore` directive

test/conftest.py

[error] invalid-argument-type - :37:31 - Argument to bound method `set_task_factory` is incorrect: Expected `_TaskFactory | None`, found `def eager_task_factory[_T_co](loop: AbstractEventLoop | None, coro: Coroutine[Any, Any, _T_co@eager_task_factory], *, name: str | None = None, context: Context | None = None) -> Task[_T_co@eager_task_factory]`

test/mitmproxy/addons/test_proxyserver.py

[error] invalid-argument-type - :119:36 - Argument to function `wait_for` is incorrect: Expected `Awaitable[Unknown]`, found `Task[Unknown] | None | Unknown`

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

mkosi/config.py

[warning] unused-ignore-comment - :1690:58 - Unused blanket `type: ignore` directive

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

pymongo/asynchronous/collection.py

[error] invalid-type-arguments - :104:15 - Type `typing.TypeVar` is not assignable to upper bound `Mapping[str, Any]` of type variable `_DocumentType@InsertOne`
[error] invalid-type-arguments - :107:16 - Type `typing.TypeVar` is not assignable to upper bound `Mapping[str, Any]` of type variable `_DocumentType@ReplaceOne`

pymongo/asynchronous/mongo_client.py

[warning] unused-ignore-comment - :2905:80 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2934:84 - Unused blanket `type: ignore` directive

pymongo/synchronous/collection.py

[error] invalid-type-arguments - :103:15 - Type `typing.TypeVar` is not assignable to upper bound `Mapping[str, Any]` of type variable `_DocumentType@InsertOne`
[error] invalid-type-arguments - :106:16 - Type `typing.TypeVar` is not assignable to upper bound `Mapping[str, Any]` of type variable `_DocumentType@ReplaceOne`

pymongo/synchronous/mongo_client.py

[warning] unused-ignore-comment - :2895:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2924:78 - Unused blanket `type: ignore` directive

pymongo/synchronous/monitor.py

[warning] unused-ignore-comment - :197:98 - Unused blanket `type: ignore` directive

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

mypy/typeshed/stdlib/_typeshed/__init__.pyi

[error] invalid-type-arguments - :184:44 - Type `typing.TypeVar` does not satisfy constraints `str`, `bytes` of type variable `AnyStr_co@PathLike`

mypy/typeshed/stdlib/ctypes/wintypes.pyi

[error] invalid-type-arguments - :124:37 - Type `typing.TypeVar` is not assignable to upper bound `_CData` of type variable `_CT@_CField`

mypyc/codegen/emitmodule.py

[error] call-non-callable - :238:15 - Object of type `TypeVar` is not callable

mypy/typeshed/stdlib/inspect.pyi

[error] invalid-type-arguments - :192:73 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :200:84 - Too many type arguments: expected 0, got 1

mypyc/irbuild/main.py

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

mypyc/test/testutil.py

[error] call-non-callable - :129:15 - Object of type `TypeVar` is not callable

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

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

[error] invalid-argument-type - :159:17 - Argument to function `migrate_new_distribution` is incorrect: Expected `str`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - :188:17 - Argument to function `restore_old_distribution` is incorrect: Expected `str`, found `Unknown | Column[Unknown]`

tests/samplers_tests/test_grid.py

[warning] unused-ignore-comment - :42:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :50:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :122:58 - Unused blanket `type: ignore` directive

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

paasta_tools/contrib/check_orphans.py

[error] invalid-argument-type - :200:61 - Argument to function `read_nerve_files` is incorrect: Expected `dict[str, str | None]`, found `dict[str, str]`

paasta_tools/instance/kubernetes.py

[warning] unused-ignore-comment - :668:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :680:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :701:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :703:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :723:93 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :727:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :743:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :747:71 - Unused blanket `type: ignore` directive

paasta_tools/metrics/metastatus_lib.py

[error] invalid-assignment - :606:25 - Object of type `Sequence[typing.TypeVar]` is not assignable to `Sequence[_GenericNodeT@group_slaves_by_key_func]`
[error] invalid-argument-type - :606:35 - Argument is incorrect: Expected `Sequence[typing.TypeVar]`, found `Sequence[_GenericNodeT@group_slaves_by_key_func]`
[error] no-matching-overload - :608:36 - No overload of function `__new__` matches arguments
[error] invalid-argument-type - :769:41 - Argument is incorrect: Expected `typing.TypeVar`, found `_GenericNodeT@filter_slaves`
[error] invalid-parameter-default - :591 -
Old: Default value of type `None` is not assignable to annotated parameter type `(Sequence[typing.TypeVar], /) -> Sequence[typing.TypeVar]`
New: Default value of type `None` is not assignable to annotated parameter type `(Sequence[_GenericNodeT@_GenericNodeSortFunctionT], /) -> Sequence[_GenericNodeT@_GenericNodeSortFunctionT]`
[error] invalid-parameter-default - :776 -
Old: Default value of type `None` is not assignable to annotated parameter type `(Sequence[typing.TypeVar], /) -> Sequence[typing.TypeVar]`
New: Default value of type `None` is not assignable to annotated parameter type `(Sequence[_GenericNodeT@_GenericNodeSortFunctionT], /) -> Sequence[_GenericNodeT@_GenericNodeSortFunctionT]`
[error] invalid-parameter-default - :815 -
Old: Default value of type `None` is not assignable to annotated parameter type `(Sequence[typing.TypeVar], /) -> Sequence[typing.TypeVar]`
New: Default value of type `None` is not assignable to annotated parameter type `(Sequence[_GenericNodeT@_GenericNodeSortFunctionT], /) -> Sequence[_GenericNodeT@_GenericNodeSortFunctionT]`

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

pandas/core/indexers/utils.py

[warning] possibly-missing-attribute - :565:23 - Attribute `to_numpy` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

pandas/core/ops/array_ops.py

[error] invalid-argument-type - :129:48 - Argument to function `vec_compare` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `@Todo | ndarray[tuple[int], dtype[Any]] | ndarray[tuple[int], Unknown] | ExtensionArray`

pandas/core/ops/mask_ops.py

[error] unsupported-operator - :59:18 - Operator `|` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[Any]] | (NAType & ndarray[tuple[object, ...], dtype[object]])` and `bool | ndarray[tuple[Any, ...], dtype[Any]] | NAType`
[error] unsupported-operator - :122:18 - Operator `^` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[Any]] | (NAType & ndarray[tuple[object, ...], dtype[object]])` and `bool | ndarray[tuple[Any, ...], dtype[Any]] | NAType`
[error] invalid-return-type - :132:12 - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]]`, found `tuple[ndarray[tuple[Any, ...], dtype[Any]] | (NAType & ndarray[tuple[object, ...], dtype[object]]) | Unknown, ndarray[tuple[Any, ...], dtype[Any]] | Unknown]`
[error] unsupported-operator - :172:18 - Operator `&` is unsupported between objects of type `(NAType & ndarray[tuple[object, ...], dtype[object]]) | ndarray[tuple[Any, ...], dtype[Any]]` and `bool | NAType | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - :190:12 - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]]`, found `tuple[(NAType & ndarray[tuple[object, ...], dtype[object]]) | ndarray[tuple[Any, ...], dtype[Any]] | Unknown, Any | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] no-matching-overload - :194:32 - No overload matches arguments

pandas/core/strings/object_array.py

[error] no-matching-overload - :115:26 - No overload of function `maybe_convert_objects` matches arguments

pandas/tests/frame/methods/test_info.py

[error] invalid-argument-type - :383:23 - Argument to function `size` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/frame/methods/test_isin.py

[error] invalid-argument-type - :217:26 - Argument to bound method `isin` is incorrect: Expected `Series | DataFrame | Sequence[Unknown] | Mapping[Unknown, Unknown]`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/frame/methods/test_rank.py

[error] no-matching-overload - :402:22 - No overload of function `insert` matches arguments

pandas/tests/indexes/datetimes/test_timezones.py

[error] invalid-argument-type - :98:13 - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | ndarray[tuple[Any, ...], dtype[bool[bool]]]`, found `list[Unknown | bool]`

pandas/tests/indexes/numeric/test_setops.py

[error] no-matching-overload - :49:32 - No overload of function `intersect1d` matches arguments
[error] no-matching-overload - :106:34 - No overload of function `intersect1d` matches arguments
[error] no-matching-overload - :111:32 - No overload of function `intersect1d` matches arguments

pandas/tests/series/methods/test_argsort.py

[error] unresolved-attribute - :23:15 - Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` has no attribute `values`
[error] unresolved-attribute - :33:37 - Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` has no attribute `values`

pandas/core/array_algos/masked_accumulations.py

[error] invalid-assignment - :50:22 - Object of type `iinfo[<class 'unsignedinteger[_8Bit]'>]` is not assignable to `iinfo[integer[Any]] | finfo[floating[Any]]`

pandas/core/internals/concat.py

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

pandas/core/algorithms.py

[warning] unused-ignore-comment - :1335:63 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :546 -
Old: Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
New: Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :551 -
Old: Attribute `dtype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
New: Attribute `dtype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :555 -
Old: Attribute `dtype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
New: Attribute `dtype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :556 -
Old: Attribute `astype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
New: Attribute `astype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :558 -
Old: Attribute `dtype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
New: Attribute `dtype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :586 -
Old: Attribute `dtype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
New: Attribute `dtype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :587 -
Old: Attribute `astype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
New: Attribute `astype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`
[error] invalid-argument-type - :591 -
Old: Argument to function `ismember` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 5 union elements`
New: Argument to function `ismember` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 5 union elements`

pandas/core/arrays/_mixins.py

[warning] unused-ignore-comment - :355:20 - Unused blanket `type: ignore` directive

pandas/core/arrays/arrow/array.py

[error] unresolved-attribute - :1751:22 - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `to_numpy`

pandas/core/arrays/base.py

[warning] unused-ignore-comment - :588:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1232:20 - Unused blanket `type: ignore` directive

pandas/core/arrays/boolean.py

[warning] possibly-missing-attribute - :259 -
Old: Attribute `shape` may be missing on object of type `@Todo | None`
New: Attribute `shape` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[bool[bool]]] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - :262 -
Old: Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[@Todo, @Todo | None]`
New: Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[@Todo | ndarray[tuple[int], dtype[Any]], Unknown | None | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ndarray[tuple[Any, ...], dtype[Any]]]`

pandas/core/arrays/categorical.py

[warning] possibly-missing-attribute - :700:18 - Attribute `is_monotonic_increasing` may be missing on object of type `Index | Unknown | ndarray[tuple[Any, ...], dtype[bool[bool]]]`
[warning] possibly-missing-attribute - :703:26 - Attribute `sort_values` may be missing on object of type `Index | Unknown | ndarray[tuple[Any, ...], dtype[bool[bool]]]`
[warning] possibly-missing-attribute - :494 -
Old: Attribute `_codes` may be missing on object of type `Unknown | RangeIndex | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
New: Attribute `_codes` may be missing on object of type `Unknown | RangeIndex | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`

pandas/core/arrays/datetimelike.py

[error] invalid-argument-type - :1144:42 - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`, found `ndarray[tuple[Any, ...], str]`
[error] invalid-argument-type - :1206:43 - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]`, found `ndarray[tuple[Any, ...], str]`
[error] invalid-argument-type - :1771:47 - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]`, found `ndarray[tuple[Any, ...], str]`
[warning] unused-ignore-comment - :2455:71 - Unused blanket `type: ignore` directive

pandas/core/arrays/datetimes.py

[error] invalid-argument-type - :1115:65 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], str], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], str], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[Any, ...], str]`
[error] invalid-argument-type - :1122:33 - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`, found `ndarray[tuple[Any, ...], str]`
[error] invalid-argument-type - :502 -
Old: Argument to bound method `tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | @Todo`
New: Argument to bound method `tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | ndarray[tuple[Any, ...], dtype[bool[bool]]]`
[error] invalid-argument-type - :504 -
Old: Argument to bound method `tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | @Todo`
New: Argument to bound method `tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | ndarray[tuple[Any, ...], dtype[bool[bool]]]`

pandas/core/arrays/interval.py

[error] invalid-argument-type - :840:35 - Argument to bound method `__init__` is incorrect: Argument type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - :840:35 - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - :1001:16 - Return type does not match returned value: expected `Interval[Unknown] | int | float`, found `Self@min`
[error] invalid-return-type - :1018:16 - Return type does not match returned value: expected `Interval[Unknown] | int | float`, found `Self@max`
[error] invalid-argument-type - :1801 -
Old: Argument to bound method `__init__` is incorrect: Argument type `Period | Timestamp | Timedelta | NaTType | ndarray[tuple[Any, ...], dtype[Any]]` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
New: Argument to bound method `__init__` is incorrect: Argument type `Period | Timestamp | Timedelta | NaTType | Any` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - :1801 -
Old: Argument to bound method `__init__` is incorrect: Expected `int`, found `Period | Timestamp | Timedelta | NaTType | ndarray[tuple[Any, ...], dtype[Any]]`
New: Argument to bound method `__init__` is incorrect: Expected `int`, found `Period | Timestamp | Timedelta | NaTType | Any`

pandas/core/arrays/masked.py

[warning] unused-ignore-comment - :1095:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1853:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1856:32 - Unused blanket `type: ignore` directive

pandas/core/arrays/numpy_.py

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

pandas/core/arrays/period.py

[warning] unused-ignore-comment - :1488:40 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :1469 -
Old: Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], BaseOffset]`, found `tuple[@Todo, BaseOffset | Unknown | None]`
New: Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], BaseOffset]`, found `tuple[ndarray[tuple[Any, ...], dtype[Any]], BaseOffset | Unknown | None]`

pandas/core/arrays/sparse/accessor.py

[error] invalid-return-type - :465:16 - Return type does not match returned value: expected `int | float`, found `floating[Any]`

pandas/core/arrays/sparse/array.py

[error] invalid-argument-type - :846:34 - Argument to function `result_type` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 12 union elements`, found `object`
[error] invalid-argument-type - :951:17 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` on object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`
[warning] possibly-missing-attribute - :1935:19 - Attribute `sp_index` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[bool[bool]]]`
[warning] unused-ignore-comment - :959:61 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :1080:42 - Argument to function `maybe_box_datetimelike` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/core/arrays/string_.py

[error] no-matching-overload - :748:22 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :748:22 - No overload of bound method `astype` matches arguments
[warning] unused-ignore-comment - :990:76 - Unused blanket `type: ignore` directive

pandas/core/common.py

[error] invalid-argument-type - :453:38 - Argument to bound method `__init__` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | integer[Any]]]] | int | ... omitted 3 union elements`, found `int | ndarray[tuple[Any, ...], dtype[Any]] | Generator | ... omitted 3 union elements`

pandas/core/construction.py

[error] no-matching-overload - :616:26 - No overload of function `maybe_convert_objects` matches arguments

pandas/core/dtypes/cast.py

[error] invalid-argument-type - :360:44 - Argument to function `allclose` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :381:36 - Argument to function `allclose` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :387:39 - Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :501:42 - Argument to function `datetime_data` is incorrect: Expected `str | _SupportsDType[dtype[datetime64[date | int | None]]] | dtype[datetime64[date | int | None]] | dtype[timedelta64[timedelta | int | None]]`, found `Unknown | int | float`

pandas/core/dtypes/dtypes.py

[error] no-matching-overload - :974:24 - No overload of function `amax` matches arguments

pandas/core/dtypes/missing.py

[warning] unused-ignore-comment - :245:33 - Unused blanket `type: ignore` directive

pandas/core/frame.py

[error] no-matching-overload - :2406:37 - No overload of function `maybe_convert_objects` matches arguments
[error] no-matching-overload - :4702:29 - No overload of function `tile` matches arguments

pandas/core/generic.py

[error] unresolved-attribute - :4669:24 - Object of type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` has no attribute `to_numpy`
[error] invalid-return-type - :4218:24 - Return type does not match returned value: expected `Self@xs`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/core/groupby/groupby.py

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

pandas/core/indexes/base.py

[error] invalid-argument-type - :972:20 - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - :1359:42 - Argument to bound method `repeat` is incorrect: Expected `int | Sequence[int]`, found `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`
[error] no-matching-overload - :5745:16 - No overload of bound method `searchsorted` matches arguments
[warning] unused-ignore-comment - :4022:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :7096:53 - Unused blanket `type: ignore` directive

pandas/core/indexes/datetimelike.py

[warning] unused-ignore-comment - :784:56 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :756 -
Old: Return type does not match returned value: expected `tuple[Self@_wrap_join_result, @Todo | None, @Todo | None]`, found `tuple[DatetimeTimedeltaMixin | Unknown, @Todo | None, @Todo | None]`
New: Return type does not match returned value: expected `tuple[Self@_wrap_join_result, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None]`, found `tuple[DatetimeTimedeltaMixin | Unknown, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None]`

pandas/core/indexes/extension.py

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

pandas/core/indexes/interval.py

[error] invalid-return-type - :807:20 - Return type does not match returned value: expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | signedinteger[_64Bit]`
[error] no-matching-overload - :1446:22 - No overload of function `linspace` matches arguments
[error] invalid-assignment - :1427:25 - Object of type `object` is not assignable to `dtype[Any]`

pandas/core/indexes/multi.py

[error] invalid-argument-type - :587:54 - Argument to function `tuples_to_object_array` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `(ndarray[tuple[object, ...], dtype[object]] & ~Index) | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] unused-ignore-comment - :1734:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2561:49 - Unused blanket `type: ignore` directive
[error] no-matching-overload - :4484:9 - No overload of function `tile` matches arguments

pandas/core/indexing.py

[warning] possibly-missing-attribute - :1635:31 - Attribute `_reduce` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1636:31 - Attribute `_reduce` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

pandas/core/interchange/utils.py

[error] invalid-argument-type - :146:39 - Argument to function `datetime_data` is incorrect: Expected `str | _SupportsDType[dtype[datetime64[date | int | None]]] | dtype[datetime64[date | int | None]] | dtype[timedelta64[timedelta | int | None]]`, found `dtype[Any] | (ExtensionDtype & ~CategoricalDtype & ~StringDtype)`

pandas/core/internals/api.py

[error] invalid-argument-type - :133:13 - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/core/internals/blocks.py

[error] no-matching-overload - :509:22 - No overload of function `maybe_convert_objects` matches arguments

pandas/core/internals/construction.py

[warning] possibly-missing-attribute - :243:22 - Attribute `reshape` may be missing on object of type `Unknown | ndarray[tuple[int, int], dtype[Any]] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :254:29 - Argument to function `_ensure_2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] no-matching-overload - :992:27 - No overload of function `maybe_convert_objects` matches arguments
[error] invalid-argument-type - :286 -
Old: Argument to function `_check_values_indices_shape_match` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
New: Argument to function `_check_values_indices_shape_match` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ndarray[tuple[int, int], dtype[Any]] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/core/internals/managers.py

[error] invalid-argument-type - :2501:42 - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`, found `ndarray[tuple[int, ...], str]`
[error] unresolved-attribute - :235:13 - Object of type `Self@blknos` has no attribute `_rebuild_blknos_and_blklocs`
[error] unresolved-attribute - :246:13 - Object of type `Self@blklocs` has no attribute `_rebuild_blknos_and_blklocs`
[error] invalid-assignment - :1225:17 - Invalid subscript assignment with key of type `Unknown | BlockPlacement` and value of type `ndarray[tuple[Any, ...], dtype[Any]]` on object of type `list[Unknown | None]`
[warning] unused-ignore-comment - :2455:65 - Unused blanket `type: ignore` directive

pandas/core/missing.py

[error] invalid-return-type - :153:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `Unknown | (ExtensionArray & ndarray[tuple[object, ...], dtype[object]]) | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] unused-ignore-comment - :261:42 - Unused blanket `type: ignore` directive

pandas/core/nanops.py

[error] invalid-return-type - :1297:12 - Return type does not match returned value: expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] invalid-return-type - :1416:12 - Return type does not match returned value: expected `int | float`, found `(Unknown & ~ndarray[tuple[object, ...], dtype[object]]) | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - :908 -
Old: Return type does not match returned value: expected `tuple[int | float | ndarray[tuple[Any, ...], dtype[Any]], int | float | ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[floating[Any] | @Todo | int | float | ndarray[tuple[Any, ...], dtype[Any]], Unknown | int | float]`
New: Return type does not match returned value: expected `tuple[int | float | ndarray[tuple[Any, ...], dtype[Any]], int | float | ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[floating[Any] | ndarray[tuple[Any, ...], dtype[floating[Any]]] | int | float | ndarray[tuple[Any, ...], dtype[Any]], Unknown | int | float]`
[warning] possibly-missing-attribute - :1525 -
Old: Attribute `astype` may be missing on object of type `@Todo | int`
New: Attribute `astype` may be missing on object of type `Any | int`

pandas/core/reshape/merge.py

[warning] unused-ignore-comment - :1763:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1785:55 - Unused blanket `type: ignore` directive

pandas/core/sorting.py

[error] invalid-return-type - :428:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`, found `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | Series | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/core/tools/datetimes.py

[warning] possibly-missing-attribute - :388:27 - Attribute `_dt_tz_convert` may be missing on object of type `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~NumpyExtensionArray & ~Index) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Index)`
[warning] possibly-missing-attribute - :390:27 - Attribute `_dt_tz_localize` may be missing on object of type `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~NumpyExtensionArray & ~Index) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Index)`
[error] invalid-argument-type - :454:41 - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`, found `ndarray[tuple[Any, ...], str]`

pandas/core/tools/numeric.py

[warning] possibly-missing-attribute - :225:16 - Attribute `isna` may be missing on object of type `(Unknown & ~BaseMaskedArray) | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :226:18 - Attribute `dropna` may be missing on object of type `(Unknown & ~BaseMaskedArray) | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/io/formats/format.py

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

pandas/io/formats/style.py

[error] invalid-assignment - :4234:20 - Object of type `floating[Any]` is not assignable to `int | float`

pandas/io/pytables.py

[error] no-matching-overload - :2743:29 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :5510:26 - No overload of bound method `generate` matches arguments
[error] invalid-return-type - :3636:16 - Return type does not match returned value: expected `int`, found `signedinteger[_64Bit]`
[error] invalid-argument-type - :2750 -
Old: Argument to function `_unconvert_string_array` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `DatetimeArray | @Todo | ndarray[tuple[Any, ...], Unknown]`
New: Argument to function `_unconvert_string_array` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `DatetimeArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown | ndarray[tuple[Any, ...], Unknown]`

pandas/io/stata.py

[error] no-matching-overload - :313:30 - No overload of bound method `astype` matches arguments

pandas/plotting/_matplotlib/converter.py

[error] invalid-assignment - :784:5 - Invalid subscript assignment with key of type `Literal["val"]` and value of type `ndarray[tuple[int], dtype[signedinteger[Any]]]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :785:14 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["val"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-assignment - :786:5 - Invalid subscript assignment with key of type `Literal["fmt"]` and value of type `Literal[""]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :788:16 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["maj"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :789:16 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["fmt"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-assignment - :793:9 - Invalid subscript assignment with key of type `Literal["min"]` and value of type `Literal[True]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :810:9 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["fmt"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-assignment - :811:9 - Invalid subscript assignment with key of type `Literal["min"]` and value of type `Literal[True]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-assignment - :818:9 - Invalid subscript assignment with key of type `Literal["min"]` and value of type `Literal[True]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :827:9 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["min"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :837:9 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["min"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-assignment - :854:5 - Invalid subscript assignment with key of type `Literal["val"]` and value of type `ndarray[tuple[int], dtype[signedinteger[Any]]]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-assignment - :855:5 - Invalid subscript assignment with key of type `Literal["fmt"]` and value of type `Literal[""]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :856:14 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["val"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :857:16 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["maj"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :858:16 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["fmt"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-assignment - :863:9 - Invalid subscript assignment with key of type `Literal["min"]` and value of type `Literal[True]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-assignment - :876:9 - Invalid subscript assignment with key of type `Literal["min"]` and value of type `Literal[True]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :886:9 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["min"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-assignment - :901:5 - Invalid subscript assignment with key of type `Literal["val"]` and value of type `ndarray[tuple[int], dtype[signedinteger[Any]]]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-assignment - :902:5 - Invalid subscript assignment with key of type `Literal["fmt"]` and value of type `Literal[""]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :903:14 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["val"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :908:5 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["maj"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :909:5 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["min"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-argument-type - :910:5 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["fmt"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`

pandas/tests/arithmetic/test_datetime64.py

[error] no-matching-overload - :405:42 - No overload matches arguments
[error] no-matching-overload - :2129:9 - No overload matches arguments
[error] invalid-argument-type - :2229:36 - Argument to function `__new__` is incorrect: Expected `(Unknown, Unknown | str, /) -> Unknown`, found `<class 'timedelta64'>`

pandas/tests/arithmetic/test_numeric.py

[error] invalid-argument-type - :1213:19 - Argument to bound method `at` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Series`

pandas/tests/arithmetic/test_period.py

[error] no-matching-overload - :1634:18 - No overload matches arguments
[error] no-matching-overload - :1641:18 - No overload matches arguments

pandas/tests/arithmetic/test_timedelta64.py

[error] unsupported-operator - :1581:22 - Operator `*` is unsupported between objects of type `ndarray[tuple[int], dtype[signedinteger[Any]]]` and `timedelta`
[error] unsupported-operator - :1604:22 - Operator `*` is unsupported between objects of type `ndarray[tuple[int], dtype[signedinteger[Any]]]` and `timedelta`
[error] unsupported-operator - :1633:22 - Operator `*` is unsupported between objects of type `ndarray[tuple[int], dtype[signedinteger[Any]]]` and `timedelta`

pandas/tests/arrays/boolean/test_construction.py

[error] invalid-argument-type - :245:9 - Argument to bound method `_from_sequence_of_strings` is incorrect: Expected `list[str]`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/arrays/categorical/test_analytics.py

[error] invalid-argument-type - :349:36 - Argument to bound method `_quantile` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `Index`

pandas/tests/arrays/numpy_/test_numpy.py

[error] invalid-argument-type - :235:32 - Argument to bound method `reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] invalid-argument-type - :333:28 - Argument to bound method `_quantile` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `Index`

pandas/tests/arrays/sparse/test_accessor.py

[error] invalid-argument-type - :229:13 - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]]`

pandas/tests/arrays/sparse/test_reductions.py

[error] no-matching-overload - :138:20 - No overload matches arguments

pandas/tests/arrays/test_datetimes.py

[error] invalid-argument-type - :62:41 - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`, found `ndarray[tuple[int], str]`
[error] invalid-argument-type - :109:41 - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`, found `ndarray[tuple[int], str]`
[error] invalid-argument-type - :114:39 - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`, found `ndarray[tuple[int], str]`

pandas/tests/arrays/test_timedeltas.py

[error] invalid-argument-type - :23:43 - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]`, found `ndarray[tuple[int], str]`
[error] invalid-argument-type - :27:42 - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]`, found `ndarray[tuple[int], str]`

pandas/tests/base/test_value_counts.py

[error] unsupported-operator - :300:14 - Operator `+` is unsupported between objects of type `ndarray[tuple[int], str]` and `Timedelta`
[error] unsupported-operator - :314:11 - Operator `+` is unsupported between objects of type `Timedelta` and `ndarray[tuple[int], str]`

pandas/tests/dtypes/test_common.py

[error] invalid-argument-type - :548:40 - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/dtypes/test_missing.py

[warning] unused-ignore-comment - :772:58 - Unused blanket `type: ignore` directive

pandas/tests/extension/date/array.py

[error] no-matching-overload - :114:19 - No overload of function `split` matches arguments

pandas/tests/extension/decimal/test_decimal.py

[error] no-matching-overload - :326:14 - No overload matches arguments
[error] no-matching-overload - :327:26 - No overload matches arguments

pandas/tests/frame/indexing/test_setitem.py

[error] invalid-argument-type - :1328 -
Old: Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[@Todo, @Todo]` on object of type `ExtensionArray`
New: Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[ndarray[tuple[int], dtype[signedinteger[Any]]], ndarray[tuple[int], dtype[signedinteger[Any]]]]` on object of type `ExtensionArray`

pandas/tests/frame/methods/test_diff.py

[error] no-matching-overload - :278:22 - No overload of function `repeat` matches arguments
[error] no-matching-overload - :279:22 - No overload of function `tile` matches arguments
[error] no-matching-overload - :280:22 - No overload of function `repeat` matches arguments
[warning] unused-ignore-comment - :254:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :264:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :266:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :267:52 - Unused blanket `type: ignore` directive

pandas/tests/frame/test_constructors.py

[error] unresolved-attribute - :2789:17 - Unresolved attribute `name` on type `ndarray[tuple[Any, ...], Unknown]`.

pandas/tests/frame/test_query_eval.py

[error] unresolved-attribute - :140:18 - Object of type `ndarray[tuple[Any, ...], Unknown]` has no attribute `iloc`

pandas/tests/groupby/test_groupby.py

[error] no-matching-overload - :75:16 - No overload of function `percentile` matches arguments
[error] no-matching-overload - :102:16 - No overload of function `percentile` matches arguments

pandas/tests/groupby/test_groupby_dropna.py

[error] no-matching-overload - :508:24 - No overload of bound method `choice` matches arguments
[error] invalid-argument-type - :508:80 - Argument to function `append` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `None`
[error] no-matching-overload - :594:24 - No overload of bound method `choice` matches arguments
[error] invalid-argument-type - :594:80 - Argument to function `append` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `None`
[error] no-matching-overload - :644:14 - No overload of bound method `choice` matches arguments
[error] no-matching-overload - :669:14 - No overload of bound method `choice` matches arguments
[error] no-matching-overload - :681:14 - No overload of bound method `choice` matches arguments

pandas/tests/indexes/datetimes/methods/test_tz_localize.py

[error] invalid-argument-type - :273:46 - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | ndarray[tuple[Any, ...], dtype[bool[bool]]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :283:49 - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | ndarray[tuple[Any, ...], dtype[bool[bool]]]`, found `list[Unknown | int]`

pandas/tests/indexes/datetimes/test_constructors.py

[error] invalid-argument-type - :854:13 - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | ndarray[tuple[Any, ...], dtype[bool[bool]]]`, found `Literal[False]`

pandas/tests/indexes/interval/test_interval_tree.py

[error] invalid-argument-type - :185 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`

pandas/tests/indexes/multi/test_reindex.py

[warning] possibly-missing-attribute - :121 -
Old: Attribute `dtype` may be missing on object of type `@Todo | None`
New: Attribute `dtype` may be missing on object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`

pandas/tests/indexes/ranges/test_join.py

[warning] possibly-missing-attribute - :62 -
Old: Attribute `take` may be missing on object of type `@Todo | None`
New: Attribute `take` may be missing on object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`
[warning] possibly-missing-attribute - :63 -
Old: Attribute `take` may be missing on object of type `@Todo | None`
New: Attribute `take` may be missing on object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`

pandas/tests/indexes/ranges/test_setops.py

[error] no-matching-overload - :68:34 - No overload of function `intersect1d` matches arguments
[error] no-matching-overload - :73:32 - No overload of function `intersect1d` matches arguments
[error] no-matching-overload - :80:34 - No overload of function `intersect1d` matches arguments
[error] no-matching-overload - :86:34 - No overload of function `intersect1d` matches arguments

pandas/tests/indexes/test_base.py

[error] invalid-argument-type - :1702:31 - Argument to function `__new__` is incorrect: Expected `Buffer`, found `ndarray[tuple[int], dtype[signedinteger[Any]]]`

pandas/tests/indexes/test_old_base.py

[error] no-matching-overload - :892:20 - No overload of function `array` matches arguments

pandas/tests/io/formats/test_to_string.py

[error] invalid-argument-type - :600:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'object'>]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'object'>]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal["err"]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'object'>]]]`

pandas/tests/io/pytables/test_append.py

[error] invalid-argument-type - :810:32 - Argument to bound method `append` is incorrect: Expected `DataFrame | Series`, found `ndarray[tuple[int], dtype[signedinteger[Any]]]`

pandas/tests/libs/test_lib.py

[warning] possibly-missing-attribute - :237 -
Old: Attribute `dtype` may be missing on object of type `slice[Any, Any, Any] | @Todo`
New: Attribute `dtype` may be missing on object of type `slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[unsignedinteger[_8Bit]]]`

pandas/tests/libs/test_libalgos.py

[error] non-subscriptable - :63 -
Old: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] non-subscriptable - :71 -
Old: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] non-subscriptable - :80 -
Old: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] non-subscriptable - :88 -
Old: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] non-subscriptable - :96 -
Old: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] non-subscriptable - :100 -
Old: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] non-subscriptable - :104 -
Old: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method
[error] non-subscriptable - :108 -
Old: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` with no `__getitem__` method

pandas/tests/reductions/test_reductions.py

[error] no-matching-overload - :313:13 - No overload of function `argmin` matches arguments
[error] no-matching-overload - :315:13 - No overload of function `argmax` matches arguments
[error] no-matching-overload - :449:13 - No overload of function `argmin` matches arguments
[error] no-matching-overload - :451:13 - No overload of function `argmax` matches arguments
[error] no-matching-overload - :490:13 - No overload of function `argmin` matches arguments
[error] no-matching-overload - :493:13 - No overload of function `argmax` matches arguments
[error] no-matching-overload - :540:13 - No overload of function `argmin` matches arguments
[error] no-matching-overload - :542:13 - No overload of function `argmax` matches arguments
[error] no-matching-overload - :582:16 - No overload matches arguments

pandas/tests/resample/test_datetime_index.py

[error] invalid-argument-type - :916:71 - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | ndarray[tuple[Any, ...], dtype[bool[bool]]]`, found `Literal[True]`
[error] no-matching-overload - :1501:12 - No overload of function `searchsorted` matches arguments

pandas/tests/reshape/test_get_dummies.py

[error] no-matching-overload - :249:24 - No overload of function `array` matches arguments
[error] no-matching-overload - :250:24 - No overload of function `array` matches arguments
[error] no-matching-overload - :251:24 - No overload of function `array` matches arguments
[error] no-matching-overload - :252:24 - No overload of function `array` matches arguments
[error] no-matching-overload - :408:24 - No overload of function `array` matches arguments
[error] no-matching-overload - :409:24 - No overload of function `array` matches arguments
[error] no-matching-overload - :410:26 - No overload of function `array` matches arguments
[error] no-matching-overload - :411:24 - No overload of function `array` matches arguments
[error] no-matching-overload - :412:24 - No overload of function `array` matches arguments
[error] no-matching-overload - :413:26 - No overload of function `array` matches arguments
[error] no-matching-overload - :439:24 - No overload of function `array` matches arguments
[error] no-matching-overload - :440:24 - No overload of function `array` matches arguments
[error] no-matching-overload - :441:24 - No overload of function `array` matches arguments
[error] no-matching-overload - :442:24 - No overload of function `array` matches arguments
[error] no-matching-overload - :443:26 - No overload of function `array` matches arguments
[error] no-matching-overload - :444:26 - No overload of function `array` matches arguments

pandas/tests/scalar/period/test_arithmetic.py

[error] unsupported-operator - :125:20 - Operator `+` is unsupported between objects of type `YearEnd` and `Period`
[error] unsupported-operator - :144:20 - Operator `+` is unsupported between objects of type `MonthEnd` and `Period`
[error] unsupported-operator - :148:20 - Operator `+` is unsupported between objects of type `MonthEnd` and `Period`
[error] unsupported-operator - :175:20 - Operator `+` is unsupported between objects of type `Day` and `Period`
[error] unsupported-operator - :179:20 - Operator `+` is unsupported between objects of type `Hour` and `Period`
[error] unsupported-operator - :221:20 - Operator `+` is unsupported between objects of type `Day` and `Period`
[error] unsupported-operator - :225:20 - Operator `+` is unsupported between objects of type `Hour` and `Period`

pandas/tests/scalar/test_na_scalar.py

[error] no-matching-overload - :248:12 - No overload matches arguments
[error] no-matching-overload - :249:12 - No overload matches arguments
[error] no-matching-overload - :250:14 - No overload matches arguments
[error] no-matching-overload - :253:14 - No overload matches arguments
[error] no-matching-overload - :266:14 - No overload matches arguments
[error] no-matching-overload - :269:14 - No overload matches arguments
[error] no-matching-overload - :273:12 - No overload matches arguments
[error] no-matching-overload - :275:14 - No overload matches arguments
[error] no-matching-overload - :285:14 - No overload matches arguments
[error] no-matching-overload - :291:14 - No overload matches arguments

pandas/tests/scalar/timedelta/test_arithmetic.py

[error] unsupported-operator - :477:18 - Operator `//` is unsupported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - :479:18 - Operator `//` is unsupported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - :481:18 - Operator `//` is unsupported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - :605:16 - Operator `//` is unsupported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - :612:25 - Operator `//` is unsupported between objects of type `Timedelta` and `NaTType`
[error] unsupported-operator - :613:25 - Operator `//` is unsupported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - :618:16 - Operator `//` is unsupported between objects of type `Timedelta` and `Hour`
[error] unsupported-operator - :619:16 - Operator `//` is unsupported between objects of type `Timedelta` and `Minute`
[error] unsupported-operator - :644:16 - Operator `//` is unsupported between objects of type `Timedelta` and `signedinteger[_32Bit]`
[error] unsupported-operator - :645:16 - Operator `//` is unsupported between objects of type `Timedelta` and `unsignedinteger[_8Bit]`
[error] no-matching-overload - :692:16 - No overload matches arguments
[error] no-matching-overload - :953:13 - No overload of function `divmod` matches arguments
[error] unsupported-operator - :1221:13 - Operator `//` is unsupported between objects of type `Timedelta` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - :1235:13 - Operator `//` is unsupported between objects of type `Timedelta` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - :634:13 - Operator `//` is unsupported between objects of type `Timedelta` and `datetime64[date | int | None]`
[error] unsupported-operator - :1206 -
Old: Operator `+` is unsupported between objects of type `Timedelta` and `Literal["1"] | @Todo`
New: Operator `+` is unsupported between objects of type `Timedelta` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - :1208 -
Old: Operator `+` is unsupported between objects of type `Literal["1"] | @Todo` and `Timedelta`
New: Operator `+` is unsupported between objects of type `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]` and `Timedelta`
[error] unsupported-operator - :1210 -
Old: Operator `-` is unsupported between objects of type `Timedelta` and `Literal["1"] | @Todo`
New: Operator `-` is unsupported between objects of type `Timedelta` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - :1212 -
Old: Operator `-` is unsupported between objects of type `Literal["1"] | @Todo` and `Timedelta`
New: Operator `-` is unsupported between objects of type `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]` and `Timedelta`
[error] unsupported-operator - :1214 -
Old: Operator `/` is unsupported between objects of type `Literal["1"] | @Todo` and `Timedelta`
New: Operator `/` is unsupported between objects of type `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]` and `Timedelta`
[error] unsupported-operator - :1217 -
Old: Operator `/` is unsupported between objects of type `Timedelta` and `Literal["1"] | @Todo`
New: Operator `/` is unsupported between objects of type `Timedelta` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - :1231 -
Old: Operator `/` is unsupported between objects of type `Timedelta` and `Literal["1"] | @Todo`
New: Operator `/` is unsupported between objects of type `Timedelta` and `Literal["1"] | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/scalar/timestamp/test_constructors.py

[error] no-matching-overload - :493:16 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :867:24 - No overload of function `__new__` matches arguments

pandas/tests/series/methods/test_reindex.py

[error] invalid-argument-type - :74:26 - Argument to function `issubdtype` is incorrect: Expected `type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements`, found `dtype[Any] | ExtensionDtype`

pandas/tests/series/test_constructors.py

[error] invalid-argument-type - :1806:30 - Argument to function `issubdtype` is incorrect: Expected `type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements`, found `dtype[Any] | ExtensionDtype`

pandas/tests/series/test_ufunc.py

[error] no-matching-overload - :244:28 - No overload matches arguments
[error] no-matching-overload - :244:61 - No overload matches arguments
[error] no-matching-overload - :407:14 - No overload matches arguments

pandas/tests/test_algos.py

[error] invalid-argument-type - :1191:26 - Argument to bound method `isin` is incorrect: Expected `Series | DataFrame | Sequence[Unknown] | Mapping[Unknown, Unknown]`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :1199:26 - Argument to bound method `isin` is incorrect: Expected `Series | DataFrame | Sequence[Unknown] | Mapping[Unknown, Unknown]`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/test_nanops.py

[error] no-matching-overload - :1165:15 - No overload of bound method `reshape` matches arguments

pandas/tests/test_sorting.py

[error] invalid-argument-type - :407:50 - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`, found `list[Unknown | int]`
[error] invalid-argument-type - :428:50 - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`, found `list[Unknown | int]`
[error] invalid-argument-type - :465:38 - Argument to function `safe_sort` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`, found `list[Unknown | int]`

pandas/tests/tseries/offsets/test_offsets.py

[error] invalid-argument-type - :986:14 - Argument to bound method `__init__` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`

pandas/tests/tslibs/test_period.py

[error] invalid-argument-type - :108:30 - Argument to function `extract_ordinals` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ndarray[tuple[int], dtype[signedinteger[Any]]]`
[error] invalid-argument-type - :123:34 - Argument to function `get_period_field_arr` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`, found `ndarray[tuple[int], dtype[float64]]`

pandas/tests/tslibs/test_timedeltas.py

[error] invalid-argument-type - :46:30 - Argument to function `delta_to_nanoseconds` is incorrect: Expected `timedelta64[timedelta | int | None] | timedelta | Tick`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :126:34 - Argument to function `array_to_timedelta64` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ndarray[tuple[int], dtype[signedinteger[Any]]]`
[error] invalid-argument-type - :134:31 - Argument to function `ints_to_pytimedelta` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]`, found `ndarray[tuple[int], str]`
[error] no-matching-overload - :137:16 - No overload of bound method `astype` matches arguments
[error] invalid-argument-type - :140:31 - Argument to function `ints_to_pytimedelta` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]`, found `ndarray[tuple[int], str]`
[error] invalid-argument-type - :150:29 - Argument to function `ints_to_pytimedelta` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]`, found `ndarray[tuple[int], str]`
[error] invalid-argument-type - :153:29 - Argument to function `ints_to_pytimedelta` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]`, found `ndarray[tuple[int], str]`

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

pandas-stubs/core/indexes/datetimelike.pyi

[warning] unused-ignore-comment - :54:19 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :57:20 - Unused blanket `type: ignore` directive

tests/test_plotting.py

[error] invalid-argument-type - :215:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :218:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :383:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :402:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :409:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :421:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :428:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :440:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :447:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :459:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :466:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :497:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :504:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :522:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :529:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :541:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :548:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :560:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :567:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :579:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :587:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :607:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :616:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :700:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`

pandas-stubs/_libs/tslibs/timedeltas.pyi

[error] invalid-method-override - :262:9 - Invalid override of method `__truediv__`: Definition is incompatible with `timedelta.__truediv__`

pandas-stubs/_libs/tslibs/timestamps.pyi

[error] invalid-method-override - :183:9 - Invalid override of method `__le__`: Definition is incompatible with `date.__le__`
[error] invalid-method-override - :193:9 - Invalid override of method `__lt__`: Definition is incompatible with `date.__lt__`
[error] invalid-method-override - :203:9 - Invalid override of method `__ge__`: Definition is incompatible with `date.__ge__`
[error] invalid-method-override - :213:9 - Invalid override of method `__gt__`: Definition is incompatible with `date.__gt__`
[error] invalid-method-override - :239:9 - Invalid override of method `__sub__`: Definition is incompatible with `date.__sub__`

pandas-stubs/_typing.pyi

[error] invalid-type-arguments - :933:36 - Type `typing.TypeVar` is not assignable to upper bound `tuple[int, ...]` of type variable `_ShapeT_co@ndarray`
[error] invalid-type-arguments - :933:53 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] invalid-type-arguments - :937:57 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] invalid-type-arguments - :949:62 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`

pandas-stubs/core/groupby/groupby.pyi

[error] invalid-type-arguments - :74:35 - Type `typing.TypeVar` is not assignable to upper bound `NDFrame` of type variable `NDFrameT@DatetimeIndexResamplerGroupby`
[error] invalid-type-arguments - :75:35 - Type `typing.TypeVar` is not assignable to upper bound `NDFrame` of type variable `NDFrameT@PeriodIndexResamplerGroupby`
[error] invalid-type-arguments - :76:38 - Type `typing.TypeVar` is not assignable to upper bound `NDFrame` of type variable `NDFrameT@TimedeltaIndexResamplerGroupby`

pandas-stubs/core/indexes/base.pyi

[warning] unused-ignore-comment - :600:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :601:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :602:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :603:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :604:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :605:65 - Unused blanket `type: ignore` directive

pandas-stubs/core/indexes/interval.pyi

[error] invalid-method-override - :279 -
Old: Invalid override of method `__eq__`: Definition is incompatible with `OpsMixin.__eq__`
New: Invalid override of method `__eq__`: Definition is incompatible with `Index.__eq__`
[error] invalid-method-override - :287 -
Old: Invalid override of method `__ne__`: Definition is incompatible with `OpsMixin.__ne__`
New: Invalid override of method `__ne__`: Definition is incompatible with `Index.__ne__`

pandas-stubs/core/indexes/multi.pyi

[error] invalid-method-override - :135:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Index.__getitem__`

pandas-stubs/core/indexes/range.pyi

[error] invalid-method-override - :63:9 - Invalid override of method `factorize`: Definition is incompatible with `IndexOpsMixin.factorize`

pandas-stubs/core/indexes/timedeltas.pyi

[error] invalid-method-override - :104:9 - Invalid override of method `__mul__`: Definition is incompatible with `Index.__mul__`
[error] invalid-method-override - :108:9 - Invalid override of method `__rmul__`: Definition is incompatible with `Index.__rmul__`
[error] invalid-method-override - :120:9 - Invalid override of method `__truediv__`: Definition is incompatible with `Index.__truediv__`
[error] invalid-method-override - :128:9 - Invalid override of method `__rtruediv__`: Definition is incompatible with `Index.__rtruediv__`
[error] invalid-method-override - :138:9 - Invalid override of method `__floordiv__`: Definition is incompatible with `Index.__floordiv__`
[error] invalid-method-override - :146:9 - Invalid override of method `__rfloordiv__`: Definition is incompatible with `Index.__rfloordiv__`

pandas-stubs/core/series.pyi

[error] invalid-type-arguments - :520:30 - Type `S1@Series` is not assignable to upper bound `tuple[int, ...]` of type variable `ShapeT`
[error] invalid-method-override - :562:9 - Invalid override of method `__array__`: Definition is incompatible with `NDFrame.__array__`
[error] invalid-type-arguments - :342:71 - Type `typing.TypeVar` is not assignable to upper bound `str | bytes | int | ... omitted 12 union elements` of type variable `S1@IndexOpsMixin`

tests/arrays/test_arrays.py

[error] type-assertion-failure - :11 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :12 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`

tests/arrays/test_cumul.py

[error] type-assertion-failure - :13 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :14 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :15 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :16 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :19 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :23 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :27 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :31 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`

tests/arrays/test_extension_array.py

[error] type-assertion-failure - :44:11 - Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 - Type `ExtensionArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :46:11 - Type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :26 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :27 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :29 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :32 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :33 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :35 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :36 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :37 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :39 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :42 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :48 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :49 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :51 -
Old: Type `IntegerArray` does not match asserted type `BooleanArray`
New: Type `IntegerArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :53 -
Old: Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
New: Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] invalid-argument-type - :54:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :54:11 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55 -
Old: Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
New: Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56 -
Old: Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
New: Type `signedinteger[_64Bit]` does not match asserted type `Unknown`

tests/arrays/test_floating_array.py

[error] type-assertion-failure - :34:13 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:9 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:9 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:9 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:9 - Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :18 -
Old: Type `FloatingArray` does not match asserted type `BooleanArray`
New: Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :19 -
Old: Type `FloatingArray` does not match asserted type `BooleanArray`
New: Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :20 -
Old: Type `FloatingArray` does not match asserted type `BooleanArray`
New: Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :21 -
Old: Type `FloatingArray` does not match asserted type `BooleanArray`
New: Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :24 -
Old: Type `FloatingArray` does not match asserted type `BooleanArray`
New: Type `FloatingArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :26 -
Old: Type `FloatingArray` does not match asserted type `BooleanArray`
New: Type `FloatingArray` does not match asserted type `Unknown`

tests/extension/decimal/array.py

[error] invalid-method-override - :156:9 - Invalid override of method `to_numpy`: Definition is incompatible with `ExtensionArray.to_numpy`
[error] invalid-return-type - :166:16 - Return type does not match returned value: expected `ndarray[ShapeT, dtype[GenericT]]`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] no-matching-overload - :212:16 - No overload of function `check_array_indexer` matches arguments
[error] invalid-argument-type - :228:36 - Argument to bound method `_from_sequence` is incorrect: Expected `list[Decimal | int | float | str | tuple[int, Sequence[int], int]] | ndarray[ShapeT, dtype[GenericT]] | ExtensionArray`, found `ndarray[tuple[int], dtype[GenericT]] | ExtensionArray`
[error] invalid-argument-type - :231:27 - Argument to bound method `__init__` is incorrect: Expected `MutableSequence[Decimal | int | float | str | tuple[int, Sequence[int], int]] | ndarray[ShapeT, dtype[GenericT]] | ExtensionArray`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :246:31 - Argument to bound method `__init__` is incorrect: Expected `MutableSequence[Decimal | int | float | str | tuple[int, Sequence[int], int]] | ndarray[ShapeT, dtype[GenericT]] | ExtensionArray`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`

tests/indexes/arithmetic/bool/test_add.py

[error] type-assertion-failure - :57:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49 -
Old: Type `Index[bool]` does not match asserted type `@Todo`
New: Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :50 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :51 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :52 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/bool/test_mul.py

[error] type-assertion-failure - :94:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :104:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34 -
Old: Type `Index[bool]` does not match asserted type `Never`
New: Type `Index[bool]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :36 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Index[bool]` does not match asserted type `Never`
New: Type `Index[bool]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :44 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :57 -
Old: Type `Index[bool]` does not match asserted type `Never`
New: Type `Index[bool]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :58 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :59 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :60 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :65 -
Old: Type `Index[bool]` does not match asserted type `Never`
New: Type `Index[bool]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :66 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :67 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :68 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :83 -
Old: Type `Index[bool]` does not match asserted type `@Todo`
New: Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :116 -
Old: Type `Index[bool]` does not match asserted type `Unknown`
New: Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :117 -
Old: Type `Index[int]` does not match asserted type `Unknown`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :118 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :119 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :124 -
Old: Type `Index[bool]` does not match asserted type `Unknown`
New: Type `Index[bool]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :125 -
Old: Type `Index[int]` does not match asserted type `Unknown`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :126 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :127 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/bool/test_sub.py

[error] type-assertion-failure - :69:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :70:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :60 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :62 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :68 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`

tests/indexes/arithmetic/bool/test_truediv.py

[error] type-assertion-failure - :74:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :75:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :76:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :78:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
[error] type-assertion-failure - :46:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :47:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :51:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :52:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :53:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :30 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :31 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :32 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :38 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :39 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :49 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :54 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :65 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :66 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :68 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :93 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :94 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :99 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :101 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/arithmetic/complex/test_add.py

[error] type-assertion-failure - :57:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :50 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :51 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :52 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/complex/test_mul.py

[error] type-assertion-failure - :94:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :97:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :106:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :36 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :44 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :57 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :58 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :59 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :60 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :65 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :66 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :67 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :68 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :83 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :118 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :119 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :120 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :121 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :126 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :127 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :128 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :129 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/complex/test_sub.py

[error] type-assertion-failure - :60:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :62:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :65:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`

tests/indexes/arithmetic/complex/test_truediv.py

[error] type-assertion-failure - :63:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :66:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :69:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :72:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
[error] type-assertion-failure - :36:11 - Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 - Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :38:11 - Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :39:11 - Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 - Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 - Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 - Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 - Type `Index[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :21 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :22 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :23 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :24 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :26 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :27 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :28 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :29 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :54 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :87 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :90 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :91 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :92 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :93 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/arithmetic/float/test_add.py

[error] type-assertion-failure - :57:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :50 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :51 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :52 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/float/test_floordiv.py

[error] type-assertion-failure - :95:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :104:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[warning] unused-ignore-comment - :37:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :38:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :45:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :46:26 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :56:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :57:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :58:11 - Type `Index[int | float]` does not match asserted type `Never`
[warning] unused-ignore-comment - :60:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :61:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :62:26 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :64:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :65:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :66:11 - Type `Index[int | float]` does not match asserted type `Never`
[warning] unused-ignore-comment - :68:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :69:26 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :33 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :34 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :41 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :47 -
Old: Type `TimedeltaIndex` does not match asserted type `Never`
New: Type `TimedeltaIndex` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :84 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :90 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :119 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :120 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :127 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :128 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :129 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :133 -
Old: Type `TimedeltaIndex` does not match asserted type `Never`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`

tests/indexes/arithmetic/float/test_mul.py

[error] type-assertion-failure - :94:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :105:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :34 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :36 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :44 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :57 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :58 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :59 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :60 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :65 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :66 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :67 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :68 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :83 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `TimedeltaIndex` does not match asserted type `@Todo`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :120 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :121 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :122 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :123 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :126 -
Old: Type `TimedeltaIndex` does not match asserted type `Unknown`
New: Type `TimedeltaIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :128 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :129 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :130 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :131 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :134 -
Old: Type `TimedeltaIndex` does not match asserted type `Unknown`
New: Type `TimedeltaIndex` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/float/test_sub.py

[error] type-assertion-failure - :60:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`

tests/indexes/arithmetic/float/test_truediv.py

[error] type-assertion-failure - :94:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :95:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :96:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
[error] type-assertion-failure - :105:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :57:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :58:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :65:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :66:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :67:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :34 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :36 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :44 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :48 -
Old: Type `TimedeltaIndex` does not match asserted type `Never`
New: Type `TimedeltaIndex` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :60 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :68 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :71 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :83 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :132 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :133 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :134 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :135 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :140 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :141 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :142 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :143 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :146 -
Old: Type `TimedeltaIndex` does not match asserted type `Never`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`

tests/indexes/arithmetic/int/test_add.py

[error] type-assertion-failure - :57:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :50 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :51 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :52 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/int/test_floordiv.py

[error] type-assertion-failure - :95:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :104:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[warning] unused-ignore-comment - :37:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :38:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :45:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :46:26 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :58:11 - Type `Index[int | float]` does not match asserted type `Never`
[warning] unused-ignore-comment - :60:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :61:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :62:26 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :66:11 - Type `Index[int | float]` does not match asserted type `Never`
[warning] unused-ignore-comment - :68:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :69:26 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :70:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :33 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :34 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :41 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :47 -
Old: Type `TimedeltaIndex` does not match asserted type `Never`
New: Type `TimedeltaIndex` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :56 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :57 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :64 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :65 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :84 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :90 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :119 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :120 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :127 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :128 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :129 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :133 -
Old: Type `TimedeltaIndex` does not match asserted type `Never`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`

tests/indexes/arithmetic/int/test_mul.py

[error] type-assertion-failure - :94:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :104:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :34 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :36 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :44 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :57 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :58 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :59 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :60 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :65 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :66 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :67 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :68 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :83 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `TimedeltaIndex` does not match asserted type `@Todo`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :116 -
Old: Type `Index[int]` does not match asserted type `Unknown`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :117 -
Old: Type `Index[int]` does not match asserted type `Unknown`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :118 -
Old: Type `Index[int | float]` does not match asserted type `Unknown`
New: Type `Index[int | float]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :119 -
Old: Type `Index[int | float | complex]` does not match asserted type `Unknown`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :122 -
Old: Type `TimedeltaIndex` does not match asserted type `Unknown`
New: Type `TimedeltaIndex` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/int/test_sub.py

[error] type-assertion-failure - :60:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`

tests/indexes/arithmetic/int/test_truediv.py

[error] type-assertion-failure - :94:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :95:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :96:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
[error] type-assertion-failure - :105:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :57:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :58:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :65:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :66:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :67:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :34 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :36 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :44 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :48 -
Old: Type `TimedeltaIndex` does not match asserted type `Never`
New: Type `TimedeltaIndex` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :60 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :68 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :71 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :83 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `Index[int | float | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :132 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :133 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :134 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :135 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :140 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :141 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :142 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :143 -
Old: Type `Index[int | float | complex]` does not match asserted type `Never`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :146 -
Old: Type `TimedeltaIndex` does not match asserted type `Never`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`

tests/indexes/arithmetic/str/test_add.py

[error] type-assertion-failure - :64:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :69:15 - Type `ndarray[tuple[Any, ...], dtype[str_]]` does not match asserted type `Unknown`
[warning] unused-ignore-comment - :41:24 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :46:24 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :27 -
Old: Type `Index[str]` does not match asserted type `Unknown`
New: Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :31 -
Old: Type `Index[str]` does not match asserted type `Unknown`
New: Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Index[str]` does not match asserted type `Index[Any]`
New: Type `Index[str]` does not match asserted type `Unknown`
[error] unsupported-operator - :42:23 - Operator `+` is unsupported between objects of type `Index[Unknown | str]` and `list[Unknown | str]`
[error] type-assertion-failure - :43 -
Old: Type `Index[str]` does not match asserted type `Index[Any]`
New: Type `Index[str]` does not match asserted type `Unknown`
[error] unsupported-operator - :43:23 - Operator `+` is unsupported between objects of type `Index[Unknown | str]` and `tuple[Unknown | str, ...]`
[error] type-assertion-failure - :47 -
Old: Type `Index[str]` does not match asserted type `Index[Any]`
New: Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :48 -
Old: Type `Index[str]` does not match asserted type `Index[Any]`
New: Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :57 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :58 -
Old: Type `Index[str]` does not match asserted type `@Todo`
New: Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :84 -
Old: Type `Index[str]` does not match asserted type `Index[Any]`
New: Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :88 -
Old: Type `Index[str]` does not match asserted type `Index[Any]`
New: Type `Index[str]` does not match asserted type `Index[Unknown]`

tests/indexes/arithmetic/str/test_mul.py

[error] type-assertion-failure - :100:9 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :101:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :103:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :104:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :106:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26 -
Old: Type `Index[str]` does not match asserted type `Index[Any]`
New: Type `Index[str]` does not match asserted type `Index[Unknown | str]`
[error] type-assertion-failure - :36 -
Old: Type `Index[str]` does not match asserted type `Never`
New: Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Index[str]` does not match asserted type `Never`
New: Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :61 -
Old: Type `Index[str]` does not match asserted type `Never`
New: Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :70 -
Old: Type `Index[str]` does not match asserted type `Never`
New: Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :88 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Index[str]` does not match asserted type `@Todo`
New: Type `Index[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :91 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :92 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :93 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :94 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :129 -
Old: Type `Index[str]` does not match asserted type `Unknown`
New: Type `Index[str]` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/test_floordiv.py

[error] type-assertion-failure - :33:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :34:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 - Type `Index[Any]` does not match asserted type `Never`
[warning] unused-ignore-comment - :37:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :38:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :41:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 - Type `Index[Any]` does not match asserted type `Unknown`
[warning] unused-ignore-comment - :45:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :46:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :60:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :61:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :62:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :68:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :69:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :70:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47 -
Old: Type `TimedeltaIndex` does not match asserted type `Unknown`
New: Type `TimedeltaIndex` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :56 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84 -
Old: Type `Index[Any]` does not match asserted type `@Todo`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85 -
Old: Type `Index[Any]` does not match asserted type `@Todo`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `Index[Any]` does not match asserted type `@Todo`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :90 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :129 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :130 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :131 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :137 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :138 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :139 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :143 -
Old: Type `TimedeltaIndex` does not match asserted type `Never`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`

tests/indexes/arithmetic/test_mul.py

[error] type-assertion-failure - :25:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :45:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :46:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :48:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58 -
Old: Type `Index[Any]` does not match asserted type `@Todo`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59 -
Old: Type `Index[Any]` does not match asserted type `@Todo`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60 -
Old: Type `Index[Any]` does not match asserted type `@Todo`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61 -
Old: Type `Index[Any]` does not match asserted type `@Todo`
New: Type `Index[Any]` does not match asserted type `Unknown`

tests/indexes/arithmetic/test_truediv.py

[error] type-assertion-failure - :26:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :27:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :28:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :29:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :31:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :32:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :33:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :34:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :125:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :126:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :41 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :46 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :47 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :48 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59 -
Old: Type `Index[Any]` does not match asserted type `@Todo`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60 -
Old: Type `Index[Any]` does not match asserted type `@Todo`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61 -
Old: Type `Index[Any]` does not match asserted type `@Todo`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :62 -
Old: Type `Index[Any]` does not match asserted type `@Todo`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :97 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :101 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :102 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :103 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :104 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :114 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :116 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Unknown`

tests/indexes/arithmetic/timedeltaindex/test_floordiv.py

[error] type-assertion-failure - :97:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :102:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[warning] unused-ignore-comment - :44:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :45:26 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :49:11 - Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :60:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :72:11 - Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :115:11 - Type `Index[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :128:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :129:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :141:11 - Type `Index[int]` does not match asserted type `Never`
[error] type-assertion-failure - :41 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :64 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :85 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `TimedeltaIndex` does not match asserted type `@Todo`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :87 -
Old: Type `TimedeltaIndex` does not match asserted type `@Todo`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :90 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :91 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :111 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :133 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `TimedeltaIndex`

tests/indexes/arithmetic/timedeltaindex/test_mul.py

[error] type-assertion-failure - :80:9 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :82:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :90:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :29:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :30:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :49:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :55:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :56:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :102:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :103:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :69 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :70 -
Old: Type `TimedeltaIndex` does not match asserted type `@Todo`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :71 -
Old: Type `TimedeltaIndex` does not match asserted type `@Todo`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :73 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :109 -
Old: Type `TimedeltaIndex` does not match asserted type `Unknown`
New: Type `TimedeltaIndex` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :110 -
Old: Type `TimedeltaIndex` does not match asserted type `Unknown`
New: Type `TimedeltaIndex` does not match asserted type `Index[Any]`

tests/indexes/arithmetic/timedeltaindex/test_truediv.py

[error] type-assertion-failure - :97:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :99:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :100:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
[error] type-assertion-failure - :102:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :36:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[warning] unused-ignore-comment - :44:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :45:25 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :49:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :59:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :60:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :72:11 - Type `Index[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :41 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :64 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :85 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `TimedeltaIndex` does not match asserted type `@Todo`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :87 -
Old: Type `TimedeltaIndex` does not match asserted type `@Todo`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :90 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :91 -
Old: Type `Index[int | float]` does not match asserted type `@Todo`
New: Type `Index[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :111 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :141 -
Old: Type `Index[int | float]` does not match asserted type `Never`
New: Type `Index[int | float]` does not match asserted type `Unknown`

tests/indexes/test_datetime_index.py

[error] invalid-argument-type - :38:51 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :39:50 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :40:51 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :41:50 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :96:71 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :97:72 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :109:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :113:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`

tests/indexes/test_indexes.py

[error] type-assertion-failure - :264:9 - Type `ndarray[tuple[int], dtype[signedinteger[_32Bit]]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :486:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :573:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :616:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :681:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :1329:30 - Argument to function `__new__` is incorrect: Expected `Mapping[S3, Any] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :1335:31 - Argument to function `__new__` is incorrect: Expected `Sequence[timedelta | timedelta64[timedelta | int | None] | int | float] | Mapping[S3, Any] | ExtensionArray | ... omitted 5 union elements`, found `dict[Unknown | Timedelta, Unknown | str]`
[error] invalid-argument-type - :56:53 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :62:47 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :152:11 - Type `str` does not match asserted type `Index[str]`
[error] type-assertion-failure - :153:11 - Type `Series[Any]` does not match asserted type `DataFrame`
[error] invalid-argument-type - :256:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :257:70 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :265:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :494:9 - Type `IntervalIndex[Interval[int | float]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :502:9 - Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :512:9 - Type `IntervalIndex[Interval[Timedelta]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :598:9 - Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :624:9 - Type `IntervalIndex[Interval[int | float]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :721:9 - Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :914:11 - Type `Period` does not match asserted type `PeriodIndex`
[error] type-assertion-failure - :919:11 - Type `Timestamp` does not match asserted type `DatetimeIndex`
[error] type-assertion-failure - :924:11 - Type `Timedelta` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :935:11 - Type `Interval[int]` does not match asserted type `IntervalIndex[Interval[int]]`
[error] type-assertion-failure - :948:11 - Type `Interval[int | float]` does not match asserted type `IntervalIndex[Interval[int | float]]`
[error] type-assertion-failure - :964:11 - Type `Interval[Timestamp]` does not match asserted type `IntervalIndex[Interval[Timestamp]]`
[error] type-assertion-failure - :980:11 - Type `Interval[Timedelta]` does not match asserted type `IntervalIndex[Interval[Timedelta]]`
[error] type-assertion-failure - :989:11 - Type `int` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1015:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1016:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1017:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1019:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1020:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1021:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1022:11 - Type `Index[Any]` does not match asserted type `Unknown`
[error] invalid-argument-type - :1228:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1240:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1384:11 - Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
[error] invalid-argument-type - :1385:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1386:72 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1388:73 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1391:72 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1393:11 - Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1394:11 - Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1395:11 - Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
[error] invalid-argument-type - :1415:69 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1614:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1623:50 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1629:50 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1630:50 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1637:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :251 -
Old: Type `ndarray[tuple[int], dtype[Unknown]]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :253 -
Old: Type `ndarray[tuple[int], dtype[Unknown]]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :290 -
Old: Type `Index[str]` does not match asserted type `Index[Any] | list[Unknown | str]`
New: Type `Index[str]` does not match asserted type `Index[Unknown | str] | list[Unknown | str]`
[error] type-assertion-failure - :297 -
Old: Type `Index[str]` does not match asserted type `Index[Any] | list[Unknown | str]`
New: Type `Index[str]` does not match asserted type `Index[Unknown | str] | list[Unknown | str]`
[error] type-assertion-failure - :548 -
Old: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
New: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :565 -
Old: Type `IntervalIndex[Interval[Timedelta]]` does not match asserted type `IntervalIndex[Interval[int]]`
New: Type `IntervalIndex[Interval[Timedelta]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :581 -
Old: Type `IntervalIndex[Interval[int | float]]` does not match asserted type `IntervalIndex[Interval[int]]`
New: Type `IntervalIndex[Interval[int | float]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :590 -
Old: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
New: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :672 -
Old: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
New: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :693 -
Old: Type `IntervalIndex[Interval[int | float]]` does not match asserted type `IntervalIndex[Interval[int]]`
New: Type `IntervalIndex[Interval[int | float]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :713 -
Old: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `IntervalIndex[Interval[int]]`
New: Type `IntervalIndex[Interval[Timestamp]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1002 -
Old: Type `Index[str]` does not match asserted type `Index[Any]`
New: Type `Index[str]` does not match asserted type `Index[Unknown | str]`
[error] type-assertion-failure - :1003 -
Old: Type `str` does not match asserted type `Index[Any]`
New: Type `str` does not match asserted type `Unknown | str`
[error] type-assertion-failure - :1004 -
Old: Type `Index[str]` does not match asserted type `Index[Any]`
New: Type `Index[str]` does not match asserted type `Index[Unknown | str]`
[error] type-assertion-failure - :1323 -
Old: Type `Index[str]` does not match asserted type `Index[Any]`
New: Type `Index[str]` does not match asserted type `Index[Unknown | str]`
[error] type-assertion-failure - :1495 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Series[Unknown | str]`

tests/indexes/test_rangeindex.py

[error] type-assertion-failure - :16 -
Old: Type `Index[int]` does not match asserted type `Never`
New: Type `Index[int]` does not match asserted type `Index[Unknown]`
[error] invalid-argument-type - :37:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :37:11 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :42:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :42:11 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :49 -
Old: Type `tuple[Index[Any], @Todo | None, @Todo | None]` does not match asserted type `Unknown`
New: Type `tuple[Index[Any], ndarray[tuple[int], dtype[signedinteger[_64Bit]]] | None, ndarray[tuple[int], dtype[signedinteger[_64Bit]]] | None]` does not match asserted type `Unknown`

tests/scalars/test_scalars.py

[error] type-assertion-failure - :537:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :538:11 - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :566:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Any`
[error] type-assertion-failure - :614:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Any`
[error] type-assertion-failure - :615:11 - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `Any`
[error] type-assertion-failure - :632:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Timedelta`
[error] type-assertion-failure - :633:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Timedelta`
[error] type-assertion-failure - :637:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Any`
[error] type-assertion-failure - :638:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Any`
[error] type-assertion-failure - :644:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :646:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :663:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Timedelta`
[error] type-assertion-failure - :664:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Timedelta`
[error] type-assertion-failure - :1066:9 - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `Any`
[warning] unused-ignore-comment - :1221:82 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1222:82 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :259:9 - Type `Interval[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :267:9 - Type `Interval[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :280:9 - Type `Interval[Timestamp]` does not match asserted type `@Todo`
[error] type-assertion-failure - :288:9 - Type `Interval[Timedelta]` does not match asserted type `@Todo`
[error] invalid-argument-type - :322:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :326:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :330:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :334:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :339:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :343:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :347:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :351:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :356:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :360:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :365:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :369:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :534:11 - Type `TimedeltaIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :535:11 - Type `PeriodIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :536:11 - Type `DatetimeIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :542:11 - Type `Timestamp` does not match asserted type `@Todo`
[warning] unused-ignore-comment - :574:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :575:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :576:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :577:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :578:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :579:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :580:38 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :586:11 - Type `TimedeltaIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :641:11 - Type `int | float` does not match asserted type `@Todo`
[warning] unused-ignore-comment - :654:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :655:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :671:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :700:9 - Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :704:11 - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :707:9 - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :737:17 - Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :738:17 - Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :754:17 - Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :755:17 - Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :768:17 - Type `Literal[False]` does not match asserted type `@Todo`
[error] type-assertion-failure - :769:17 - Type `Literal[True]` does not match asserted type `@Todo`
[error] type-assertion-failure - :771:17 - Type `Literal[False]` does not match asserted type `@Todo`
[error] type-assertion-failure - :772:17 - Type `Literal[True]` does not match asserted type `@Todo`
[error] type-assertion-failure - :789:17 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :790:17 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :797:17 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :798:17 - Type `Series[bool]` does not match asserted type `@Todo`
[error] invalid-argument-type - :820:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :821:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :823:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :824:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :828:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :829:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :831:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :832:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :836:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :837:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :841:65 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :842:65 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :853:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :854:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :856:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :857:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :859:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :860:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :862:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :863:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :865:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :866:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :868:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :869:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :873:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :874:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :876:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :877:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :879:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :880:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :882:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :883:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :885:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :886:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :888:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :889:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :893:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :894:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :896:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :897:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :899:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :900:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :904:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :905:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :907:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :908:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :910:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :911:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1039:11 - Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1042:11 - Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1045:11 - Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1046:11 - Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1048:11 - Type `DatetimeIndex` does not match asserted type `@Todo`
[error] type-assertion-failure - :1072:11 - Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1103:17 - Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1104:17 - Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1120:17 - Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1121:17 - Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1134:17 - Type `Literal[False]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1135:17 - Type `Literal[True]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1137:17 - Type `Literal[False]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1138:17 - Type `Literal[True]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1156:17 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1157:17 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1164:17 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1165:17 - Type `Series[bool]` does not match asserted type `@Todo`
[error] invalid-argument-type - :1189:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1190:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1192:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1193:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1195:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1196:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1198:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1199:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1203:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1204:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1206:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1207:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1209:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1210:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1212:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1213:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1217:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1218:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1226:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1227:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1229:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1230:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1241:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1242:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1244:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1245:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1247:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1248:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1250:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1251:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1253:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1254:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1256:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1257:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1261:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1262:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1264:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1265:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1267:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1268:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1270:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1271:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1273:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1274:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1276:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1277:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1281:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1282:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1284:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1285:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1287:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1288:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1292:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1293:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1295:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1296:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1298:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1299:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1536:11 - Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1565:11 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1566:11 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1567:11 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1568:11 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1581:11 - Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :1747:11 - Type `Period` does not match asserted type `@Todo`
[error] type-assertion-failure - :1771:17 - Type `Literal[False]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1772:17 - Type `Literal[True]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1781:17 - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1782:17 - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1789:17 - Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1790:17 - Type `Series[bool]` does not match asserted type `Unknown`
[error] invalid-argument-type - :1812:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1813:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1815:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1816:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1820:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1821:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1823:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1824:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1828:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1829:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1833:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1834:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1845:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1845:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1846:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1846:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] unresolved-attribute - :1847:12 - Object of type `bool` has no attribute `all`
[error] type-assertion-failure - :1848:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1848:66 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1849:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1849:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] unresolved-attribute - :1850:12 - Object of type `bool` has no attribute `all`
[error] type-assertion-failure - :1851:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1851:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1852:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1852:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] unresolved-attribute - :1853:12 - Object of type `bool` has no attribute `all`
[error] invalid-argument-type - :1855:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1856:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1858:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1859:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1861:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1862:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1866:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1866:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1867:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1867:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] unresolved-attribute - :1868:12 - Object of type `bool` has no attribute `all`
[error] type-assertion-failure - :1869:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1869:66 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1870:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1870:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] unresolved-attribute - :1871:12 - Object of type `bool` has no attribute `all`
[error] type-assertion-failure - :1872:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1872:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1873:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1873:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] unresolved-attribute - :1874:12 - Object of type `bool` has no attribute `all`
[error] invalid-argument-type - :1876:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1877:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1879:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1880:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1882:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1883:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1887:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1887:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1888:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1888:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] unresolved-attribute - :1889:12 - Object of type `bool` has no attribute `all`
[error] type-assertion-failure - :1890:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1890:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1891:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1891:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] unresolved-attribute - :1892:12 - Object of type `bool` has no attribute `all`
[error] type-assertion-failure - :1893:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1893:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1894:20 - Type `@Todo` does not match asserted type `bool`
[error] invalid-argument-type - :1894:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] unresolved-attribute - :1895:12 - Object of type `bool` has no attribute `all`
[error] invalid-argument-type - :1898:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1899:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1901:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1902:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1904:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1905:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1052 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1075 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1704 -
Old: Type `Series[Period]` does not match asserted type `Unknown`
New: Type `Series[Period]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1709 -
Old: Type `Series[Period]` does not match asserted type `Unknown`
New: Type `Series[Period]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1740 -
Old: Type `Series[Period]` does not match asserted type `Unknown`
New: Type `Series[Period]` does not match asserted type `Series[Unknown]`

tests/series/arithmetic/bool/test_add.py

[error] type-assertion-failure - :80:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :81:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :82:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :15 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :16 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :17 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :18 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :23 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :25 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :26 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :27 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :28 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :30 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :31 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :32 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :34 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :42 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :43 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :44 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :45 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :50 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :52 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :53 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :54 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :55 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :57 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :58 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :59 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :61 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :72 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :73 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :74 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :75 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Series[bool]` does not match asserted type `Series[Any]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :90 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :91 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :92 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :94 -
Old: Type `Series[bool]` does not match asserted type `Series[Any]`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :114 -
Old: Type `Series[bool]` does not match asserted type `Index[Any]`
New: Type `Series[bool]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :115 -
Old: Type `Series[int]` does not match asserted type `Index[Any]`
New: Type `Series[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :116 -
Old: Type `Series[int | float]` does not match asserted type `Index[Any]`
New: Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :117 -
Old: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`

tests/series/arithmetic/bool/test_mul.py

[error] type-assertion-failure - :130:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :131:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :132:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :134:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :140:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34 -
Old: Type `Series[bool]` does not match asserted type `Never`
New: Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :36 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Series[bool]` does not match asserted type `Never`
New: Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :44 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :75 -
Old: Type `Series[bool]` does not match asserted type `Never`
New: Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :76 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :77 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :78 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :83 -
Old: Type `Series[bool]` does not match asserted type `Never`
New: Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :84 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :85 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :86 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :119 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :120 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :122 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :124 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :125 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :142 -
Old: Type `Series[bool]` does not match asserted type `Series[Any]`
New: Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :143 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :144 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :145 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :150 -
Old: Type `Series[bool]` does not match asserted type `Series[Any]`
New: Type `Series[bool]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :151 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :152 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :154 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :170 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :171 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :172 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :173 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :178 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :179 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :180 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :181 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :214 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :215 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :216 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :217 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :222 -
Old: Type `Series[bool]` does not match asserted type `Unknown`
New: Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :223 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :224 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :225 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :233 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :242 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`

tests/series/arithmetic/bool/test_sub.py

[error] type-assertion-failure - :97:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :87 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :88 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :90 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :107 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :108 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :109 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :113 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :114 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :116 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :165 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :171 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :177 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :184 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`

tests/series/arithmetic/bool/test_truediv.py

[error] type-assertion-failure - :142:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :143:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :144:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :146:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
[error] type-assertion-failure - :84:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :85:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :86:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :89:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :90:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :91:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :153:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :154:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :163:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :164:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :169:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :170:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :179:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :180:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :30 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :31 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :32 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :38 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :39 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :87 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :92 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :133 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :134 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :135 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :136 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :156 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :165 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :172 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :182 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :195 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :196 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :197 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :201 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :202 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :203 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :249 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :250 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :251 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :255 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :256 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :257 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :264 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :273 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :280 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :290 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`

tests/series/arithmetic/complex/test_add.py

[error] type-assertion-failure - :92:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :93:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :15 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :16 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :17 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :18 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :20 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :21 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :22 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :23 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :25 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :26 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :27 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :28 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :31 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :34 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :40 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] unsupported-operator - :48:23 - Operator `+` is unsupported between objects of type `Series[list[Unknown | complex]]` and `list[Unknown | bool]`
[error] unsupported-operator - :49:23 - Operator `+` is unsupported between objects of type `Series[list[Unknown | complex]]` and `list[Unknown | int]`
[error] unsupported-operator - :50:23 - Operator `+` is unsupported between objects of type `Series[list[Unknown | complex]]` and `list[Unknown | float]`
[error] unsupported-operator - :51:23 - Operator `+` is unsupported between objects of type `Series[list[Unknown | complex]]` and `list[Unknown | complex]`
[error] unsupported-operator - :53:23 - Operator `+` is unsupported between objects of type `list[Unknown | bool]` and `Series[list[Unknown | complex]]`
[error] unsupported-operator - :54:23 - Operator `+` is unsupported between objects of type `list[Unknown | int]` and `Series[list[Unknown | complex]]`
[error] unsupported-operator - :55:23 - Operator `+` is unsupported between objects of type `list[Unknown | float]` and `Series[list[Unknown | complex]]`
[error] unsupported-operator - :56:23 - Operator `+` is unsupported between objects of type `list[Unknown | complex]` and `Series[list[Unknown | complex]]`
[error] no-matching-overload - :58:23 - No overload of bound method `add` matches arguments
[error] no-matching-overload - :59:23 - No overload of bound method `add` matches arguments
[error] no-matching-overload - :60:23 - No overload of bound method `add` matches arguments
[error] no-matching-overload - :61:23 - No overload of bound method `add` matches arguments
[error] no-matching-overload - :64:21 - No overload of bound method `radd` matches arguments
[error] no-matching-overload - :67:21 - No overload of bound method `radd` matches arguments
[error] no-matching-overload - :70:21 - No overload of bound method `radd` matches arguments
[error] no-matching-overload - :73:21 - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - :84 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :87 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :103 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :103:23 - No overload of bound method `add` matches arguments
[error] type-assertion-failure - :104 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :104:23 - No overload of bound method `add` matches arguments
[error] type-assertion-failure - :105 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :105:23 - No overload of bound method `add` matches arguments
[error] type-assertion-failure - :106 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :106:23 - No overload of bound method `add` matches arguments
[error] type-assertion-failure - :109 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :109:21 - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - :112 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :112:21 - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - :115 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :115:21 - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - :118 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :118:21 - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - :129 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :130 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :131 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :132 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :134 -
Old: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :135 -
Old: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :136 -
Old: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :137 -
Old: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :139 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :139:23 - No overload of bound method `add` matches arguments
[error] type-assertion-failure - :140 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :140:23 - No overload of bound method `add` matches arguments
[error] type-assertion-failure - :141 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :141:23 - No overload of bound method `add` matches arguments
[error] type-assertion-failure - :142 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :142:23 - No overload of bound method `add` matches arguments
[error] type-assertion-failure - :145 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :145:21 - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - :148 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :148:21 - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - :151 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :151:21 - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - :154 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :154:21 - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - :168 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :168:23 - Operator `+` is unsupported between objects of type `Series[list[Unknown | complex]]` and `Series[list[Unknown | complex]]`
[error] type-assertion-failure - :173 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :173:23 - Operator `+` is unsupported between objects of type `Series[list[Unknown | complex]]` and `Series[list[Unknown | complex]]`
[error] type-assertion-failure - :175 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :175:23 - No overload of bound method `add` matches arguments
[error] type-assertion-failure - :176 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :176:23 - No overload of bound method `add` matches arguments
[error] type-assertion-failure - :177 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :177:23 - No overload of bound method `add` matches arguments
[error] type-assertion-failure - :178 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :178:23 - No overload of bound method `add` matches arguments
[error] type-assertion-failure - :181 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :181:21 - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - :184 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :184:21 - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - :187 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :187:21 - No overload of bound method `radd` matches arguments
[error] type-assertion-failure - :190 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :190:21 - No overload of bound method `radd` matches arguments

tests/series/arithmetic/complex/test_mul.py

[error] type-assertion-failure - :142:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :143:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :145:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :148:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :154:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[list[Unknown | complex]]`
[error] invalid-return-type - :26:12 - Return type does not match returned value: expected `Series[int | float | complex]`, found `Series[int | float | complex] | Series[list[Unknown | complex]]`
[error] type-assertion-failure - :34 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :36 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :44 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :81 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :82 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :83 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :84 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :89 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :90 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :91 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :92 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :131 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :132 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :133 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :134 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :136 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :137 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :156 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :157 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :158 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :159 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :165 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :168 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :171 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :174 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :190 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :191 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :192 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :193 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :198 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :199 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :200 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :201 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :240 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :241 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :242 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :243 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :248 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :249 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :250 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :251 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :259 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :274 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`

tests/series/arithmetic/complex/test_sub.py

[error] type-assertion-failure - :95:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :97:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] unsupported-operator - :17:23 - Operator `-` is unsupported between objects of type `Series[list[Unknown | complex]]` and `Literal[True]`
[error] unsupported-operator - :18:23 - Operator `-` is unsupported between objects of type `Series[list[Unknown | complex]]` and `Literal[1]`
[error] unsupported-operator - :19:23 - Operator `-` is unsupported between objects of type `Series[list[Unknown | complex]]` and `float`
[error] unsupported-operator - :20:23 - Operator `-` is unsupported between objects of type `Series[list[Unknown | complex]]` and `complex`
[error] unsupported-operator - :22:23 - Operator `-` is unsupported between objects of type `Literal[True]` and `Series[list[Unknown | complex]]`
[error] unsupported-operator - :23:23 - Operator `-` is unsupported between objects of type `Literal[1]` and `Series[list[Unknown | complex]]`
[error] unsupported-operator - :24:23 - Operator `-` is unsupported between objects of type `float` and `Series[list[Unknown | complex]]`
[error] unsupported-operator - :25:23 - Operator `-` is unsupported between objects of type `complex` and `Series[list[Unknown | complex]]`
[error] no-matching-overload - :27:23 - No overload of bound method `sub` matches arguments
[error] no-matching-overload - :28:23 - No overload of bound method `sub` matches arguments
[error] no-matching-overload - :29:23 - No overload of bound method `sub` matches arguments
[error] no-matching-overload - :30:23 - No overload of bound method `sub` matches arguments
[error] no-matching-overload - :33:21 - No overload of bound method `rsub` matches arguments
[error] no-matching-overload - :36:21 - No overload of bound method `rsub` matches arguments
[error] no-matching-overload - :39:21 - No overload of bound method `rsub` matches arguments
[error] no-matching-overload - :42:21 - No overload of bound method `rsub` matches arguments
[error] unsupported-operator - :50:23 - Operator `-` is unsupported between objects of type `Series[list[Unknown | complex]]` and `list[Unknown | bool]`
[error] unsupported-operator - :51:23 - Operator `-` is unsupported between objects of type `Series[list[Unknown | complex]]` and `list[Unknown | int]`
[error] unsupported-operator - :52:23 - Operator `-` is unsupported between objects of type `Series[list[Unknown | complex]]` and `list[Unknown | float]`
[error] unsupported-operator - :53:23 - Operator `-` is unsupported between objects of type `Series[list[Unknown | complex]]` and `list[Unknown | complex]`
[error] unsupported-operator - :55:23 - Operator `-` is unsupported between objects of type `list[Unknown | bool]` and `Series[list[Unknown | complex]]`
[error] unsupported-operator - :56:23 - Operator `-` is unsupported between objects of type `list[Unknown | int]` and `Series[list[Unknown | complex]]`
[error] unsupported-operator - :57:23 - Operator `-` is unsupported between objects of type `list[Unknown | float]` and `Series[list[Unknown | complex]]`
[error] unsupported-operator - :58:23 - Operator `-` is unsupported between objects of type `list[Unknown | complex]` and `Series[list[Unknown | complex]]`
[error] no-matching-overload - :60:23 - No overload of bound method `sub` matches arguments
[error] no-matching-overload - :61:23 - No overload of bound method `sub` matches arguments
[error] no-matching-overload - :62:23 - No overload of bound method `sub` matches arguments
[error] no-matching-overload - :63:23 - No overload of bound method `sub` matches arguments
[error] no-matching-overload - :66:21 - No overload of bound method `rsub` matches arguments
[error] no-matching-overload - :69:21 - No overload of bound method `rsub` matches arguments
[error] no-matching-overload - :72:21 - No overload of bound method `rsub` matches arguments
[error] no-matching-overload - :75:21 - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - :86 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :87 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :88 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :94 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :105 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :105:23 - No overload of bound method `sub` matches arguments
[error] type-assertion-failure - :106 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :106:23 - No overload of bound method `sub` matches arguments
[error] type-assertion-failure - :107 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :107:23 - No overload of bound method `sub` matches arguments
[error] type-assertion-failure - :108 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :108:23 - No overload of bound method `sub` matches arguments
[error] type-assertion-failure - :111 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :111:21 - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - :114 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :114:21 - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - :117 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :117:21 - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - :120 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :120:21 - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - :131 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :132 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :133 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :134 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :141 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :141:23 - No overload of bound method `sub` matches arguments
[error] type-assertion-failure - :142 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :142:23 - No overload of bound method `sub` matches arguments
[error] type-assertion-failure - :143 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :143:23 - No overload of bound method `sub` matches arguments
[error] type-assertion-failure - :144 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :144:23 - No overload of bound method `sub` matches arguments
[error] type-assertion-failure - :147 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :147:21 - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - :150 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :150:21 - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - :153 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :153:21 - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - :156 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :156:21 - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - :167 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :168 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :169 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :170 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :170:23 - Operator `-` is unsupported between objects of type `Series[list[Unknown | complex]]` and `Series[list[Unknown | complex]]`
[error] type-assertion-failure - :172 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :173 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :174 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :175 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] unsupported-operator - :175:23 - Operator `-` is unsupported between objects of type `Series[list[Unknown | complex]]` and `Series[list[Unknown | complex]]`
[error] type-assertion-failure - :177 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :177:23 - No overload of bound method `sub` matches arguments
[error] type-assertion-failure - :178 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :178:23 - No overload of bound method `sub` matches arguments
[error] type-assertion-failure - :179 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :179:23 - No overload of bound method `sub` matches arguments
[error] type-assertion-failure - :180 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :180:23 - No overload of bound method `sub` matches arguments
[error] type-assertion-failure - :183 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :183:21 - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - :186 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :186:21 - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - :189 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :189:21 - No overload of bound method `rsub` matches arguments
[error] type-assertion-failure - :192 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] no-matching-overload - :192:21 - No overload of bound method `rsub` matches arguments

tests/series/arithmetic/complex/test_truediv.py

[error] type-assertion-failure - :183:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :186:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :189:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :192:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
[error] type-assertion-failure - :96:11 - Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :97:11 - Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :98:11 - Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :99:11 - Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :101:11 - Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :102:11 - Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :103:11 - Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :104:11 - Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :198:9 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :203:9 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :208:9 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :213:9 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :218:11 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :219:11 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :220:11 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :221:11 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :224:9 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :229:9 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :234:9 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :239:9 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :245:9 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :248:9 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :251:9 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :254:9 - Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :346:11 - Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :351:11 - Type `Series[int | float | complex]` does not match asserted type `Never`
[error] type-assertion-failure - :369:9 - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :377:11 - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :395:9 - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :410:9 - Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :14 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[list[Unknown | complex]]`
[error] invalid-return-type - :14:12 - Return type does not match returned value: expected `Series[int | float | complex]`, found `Series[int | float | complex] | Series[list[Unknown | complex]]`
[error] type-assertion-failure - :21 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :22 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :23 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :24 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :26 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :27 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :28 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :29 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :174 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :175 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :176 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :177 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :265 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :266 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :267 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :268 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :270 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :271 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :272 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :273 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :343 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :344 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :345 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :348 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :349 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :350 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`

tests/series/arithmetic/float/test_add.py

[error] type-assertion-failure - :80:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :81:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :82:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :15 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :16 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :17 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :18 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :23 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :25 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :26 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :27 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :28 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :30 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :31 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :32 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :34 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :42 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :43 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :44 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :45 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :50 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :52 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :53 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :54 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :55 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :57 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :58 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :59 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :61 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :72 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :73 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :74 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :75 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :90 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :91 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :92 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :94 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :114 -
Old: Type `Series[int | float]` does not match asserted type `Index[Any]`
New: Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :115 -
Old: Type `Series[int | float]` does not match asserted type `Index[Any]`
New: Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :116 -
Old: Type `Series[int | float]` does not match asserted type `Index[Any]`
New: Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :117 -
Old: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`

tests/series/arithmetic/float/test_floordiv.py

[error] type-assertion-failure - :142:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[warning] unused-ignore-comment - :37:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :38:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :45:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :46:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :53:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :54:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :61:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :62:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :76:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :77:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :78:11 - Type `Series[int | float]` does not match asserted type `Never`
[warning] unused-ignore-comment - :80:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :81:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :82:26 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :84:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :85:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :86:11 - Type `Series[int | float]` does not match asserted type `Never`
[warning] unused-ignore-comment - :88:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :89:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :96:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :97:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :98:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :104:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :105:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :107:9 - Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :145:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :146:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :147:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[warning] unused-ignore-comment - :225:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :233:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :241:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :249:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :33 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :34 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :41 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :47 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :124 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :125 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :126 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :128 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :129 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :130 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :153 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :154 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :155 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :160 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :175 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :176 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :177 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :183 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :184 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :185 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :189 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :221 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :222 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :223 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :229 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :230 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :231 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :235 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/arithmetic/float/test_mul.py

[error] type-assertion-failure - :97:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :107:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :130:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :131:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :132:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :134:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :140:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 - Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 - Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :34 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :36 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :44 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :50 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :51 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :52 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :53 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :58 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :59 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :60 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :62 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :75 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :76 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :77 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :78 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :81 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :83 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :84 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :85 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :86 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :89 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :91 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :92 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :93 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :94 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :99 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :100 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :101 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :103 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :119 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :120 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :122 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :124 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :125 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :170 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :171 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :172 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :173 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :176 -
Old: Type `Series[Timedelta]` does not match asserted type `Unknown`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :178 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :179 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :180 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :181 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :184 -
Old: Type `Series[Timedelta]` does not match asserted type `Unknown`
New: Type `Series[Timedelta]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :186 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :187 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :188 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :189 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :192 -
Old: Type `Series[Timedelta]` does not match asserted type `Unknown`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :194 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :195 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :196 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :198 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :202 -
Old: Type `Series[Timedelta]` does not match asserted type `Unknown`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :217 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :225 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :233 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :242 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`

tests/series/arithmetic/float/test_sub.py

[error] type-assertion-failure - :83:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :74 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :75 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :76 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :77 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :82 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :91 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :92 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :93 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :94 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :97 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :144 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :149 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :154 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :160 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`

tests/series/arithmetic/float/test_truediv.py

[error] type-assertion-failure - :188:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :189:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :190:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :192:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
[error] type-assertion-failure - :198:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :103:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :104:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :105:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :111:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :112:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :113:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :200:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :201:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :202:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :212:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :213:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :214:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :220:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :221:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :222:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :236:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :237:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :238:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :34 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :36 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :44 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :48 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :106 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :114 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :117 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :177 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :178 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :179 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :180 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :182 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :183 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :204 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :215 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :224 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :231 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :240 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :244 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :289 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :290 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :291 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :292 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :297 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :298 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :299 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :300 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :303 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :361 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :362 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :363 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :364 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :369 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :370 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :371 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :372 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :375 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :381 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :392 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :401 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :417 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`

tests/series/arithmetic/int/test_add.py

[error] type-assertion-failure - :80:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :81:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :82:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :15 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :16 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :17 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :18 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :23 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :25 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :26 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :27 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :28 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :30 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :31 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :32 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :34 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :42 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :43 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :44 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :45 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :50 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :52 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :53 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :54 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :55 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :57 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :58 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :59 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :61 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :72 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :73 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :74 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :75 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :90 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :91 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :92 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :94 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :114 -
Old: Type `Series[int]` does not match asserted type `Index[Any]`
New: Type `Series[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :115 -
Old: Type `Series[int]` does not match asserted type `Index[Any]`
New: Type `Series[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :116 -
Old: Type `Series[int | float]` does not match asserted type `Index[Any]`
New: Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :117 -
Old: Type `Series[int | float | complex]` does not match asserted type `Index[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`

tests/series/arithmetic/int/test_floordiv.py

[error] type-assertion-failure - :92:11 - Type `Series[int]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :93:11 - Type `Series[int]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :100:11 - Type `Series[int]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :101:11 - Type `Series[int]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :135:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :136:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :138:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :144:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[warning] unused-ignore-comment - :37:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :38:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :45:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :46:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :53:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :54:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :61:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :62:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :78:11 - Type `Series[int | float]` does not match asserted type `Never`
[warning] unused-ignore-comment - :80:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :81:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :82:26 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :86:11 - Type `Series[int | float]` does not match asserted type `Never`
[warning] unused-ignore-comment - :88:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :89:26 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :90:11 - Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :94:11 - Type `Series[int | float]` does not match asserted type `Series[int]`
[warning] unused-ignore-comment - :96:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :97:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :98:27 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :102:11 - Type `Series[int | float]` does not match asserted type `Series[int]`
[warning] unused-ignore-comment - :104:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :105:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :107:9 - Type `Series[Timedelta]` does not match asserted type `Series[int]`
[warning] unused-ignore-comment - :227:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :235:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :243:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :251:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :33 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :34 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :41 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :47 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :76 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :77 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :84 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :85 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :124 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :125 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :126 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :128 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :129 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :130 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :147 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :148 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :149 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :155 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :156 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :157 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :162 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :177 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :178 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :179 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :185 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :186 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :187 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :191 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :223 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :224 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :225 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :231 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :232 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :233 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :237 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/arithmetic/int/test_mul.py

[error] type-assertion-failure - :97:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :107:11 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :130:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :131:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :132:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :134:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :140:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 - Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 - Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :34 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :36 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :44 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :50 -
Old: Type `Series[int]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :51 -
Old: Type `Series[int]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :52 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :53 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :58 -
Old: Type `Series[int]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :59 -
Old: Type `Series[int]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :60 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :62 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :75 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :76 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :77 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :78 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :81 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :83 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :84 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :85 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :86 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :89 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :91 -
Old: Type `Series[int]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :92 -
Old: Type `Series[int]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :93 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :94 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :99 -
Old: Type `Series[int]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :100 -
Old: Type `Series[int]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :101 -
Old: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :103 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Timedelta]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :119 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :120 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :121 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :122 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :124 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :125 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :170 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :171 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :172 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :173 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :176 -
Old: Type `Series[Timedelta]` does not match asserted type `Unknown`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :178 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :179 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :180 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :181 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :184 -
Old: Type `Series[Timedelta]` does not match asserted type `Unknown`
New: Type `Series[Timedelta]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :186 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :187 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :188 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :189 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :192 -
Old: Type `Series[Timedelta]` does not match asserted type `Unknown`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :194 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :195 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :196 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :198 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :202 -
Old: Type `Series[Timedelta]` does not match asserted type `Unknown`
New: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :217 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :225 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :233 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :242 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`

tests/series/arithmetic/int/test_sub.py

[error] type-assertion-failure - :83:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :74 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :75 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :76 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :77 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :82 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :91 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :92 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :93 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :94 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :97 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :144 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :149 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :154 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :160 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`

tests/series/arithmetic/int/test_truediv.py

[error] type-assertion-failure - :188:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :189:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :190:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :192:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
[error] type-assertion-failure - :198:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :103:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :104:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :105:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :111:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :112:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :113:11 - Type `Series[int | float]` does not match asserted type `Never`
[error] type-assertion-failure - :200:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :201:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :202:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :212:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :213:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :214:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :220:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :221:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :222:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :236:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :237:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :238:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :34 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :36 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :42 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :43 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :44 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :48 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :106 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :114 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :117 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :177 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :178 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :179 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :180 -
Old: Type `Series[int | float | complex]` does not match asserted type `@Todo`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :182 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :183 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :204 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :215 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :224 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :231 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :240 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :245 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :293 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :294 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :295 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :296 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :301 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :302 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :303 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :304 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Unknown`
[error] type-assertion-failure - :307 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :365 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :366 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :367 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :368 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :373 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :374 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :375 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :376 -
Old: Type `Series[int | float | complex]` does not match asserted type `Never`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :379 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :385 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :396 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :405 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`
[error] type-assertion-failure - :421 -
Old: Type `Series[int | float | complex]` does not match asserted type `Unknown`
New: Type `Series[int | float | complex]` does not match asserted type `Series[int | float]`

tests/series/arithmetic/str/test_add.py

[error] type-assertion-failure - :82:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :87:15 - Type `ndarray[tuple[Any, ...], dtype[str_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :31 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :35 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :39 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :50 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :51 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :55 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :56 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :60 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :61 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :65 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :66 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :75 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :76 -
Old: Type `Series[str]` does not match asserted type `@Todo`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :114 -
Old: Type `Series[str]` does not match asserted type `Index[Any]`
New: Type `Series[str]` does not match asserted type `Index[Unknown]`

tests/series/arithmetic/str/test_mul.py

[error] type-assertion-failure - :54:11 - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :63:11 - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :97:11 - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :106:11 - Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :136:9 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :137:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :139:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :140:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :142:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36 -
Old: Type `Series[str]` does not match asserted type `Never`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :45 -
Old: Type `Series[str]` does not match asserted type `Never`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :79 -
Old: Type `Series[str]` does not match asserted type `Never`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :88 -
Old: Type `Series[str]` does not match asserted type `Never`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :124 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :125 -
Old: Type `Series[str]` does not match asserted type `@Todo`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :127 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :128 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :129 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :130 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :183 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :229 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`

tests/series/arithmetic/test_add.py

[error] type-assertion-failure - :109:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :110:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :111:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :112:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :114:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :115:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :116:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :117:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :140:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :146:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :22:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :24:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :29:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :37:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :38:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :39:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :54:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :64:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :65:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :70:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :71:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :73:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :83 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :85 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :135 -
Old: Type `Series[Any]` does not match asserted type `Index[Any]`
New: Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :136 -
Old: Type `Series[Any]` does not match asserted type `Index[Any]`
New: Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :137 -
Old: Type `Series[Any]` does not match asserted type `Index[Any]`
New: Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :138 -
Old: Type `Series[Any]` does not match asserted type `Index[Any]`
New: Type `Series[Any]` does not match asserted type `Index[Unknown]`

tests/series/arithmetic/test_floordiv.py

[error] type-assertion-failure - :171:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :172:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :173:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :201:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 - Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :34:11 - Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 - Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :41:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 - Type `Series[Any]` does not match asserted type `Unknown`
[warning] unused-ignore-comment - :45:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :46:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :49:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 - Type `Series[Any]` does not match asserted type `Unknown`
[warning] unused-ignore-comment - :61:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :62:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :88:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :89:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :90:11 - Type `Series[Any]` does not match asserted type `Unknown`
[warning] unused-ignore-comment - :104:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :105:30 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :107:9 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[warning] unused-ignore-comment - :255:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :271:30 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :47 -
Old: Type `Series[Timedelta]` does not match asserted type `Unknown`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :64 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :76 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :77 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :78 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :124 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :125 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :126 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :129 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :132 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :135 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :178 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :193 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :194 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :195 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :203 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :204 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :205 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :209 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :243 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :244 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :245 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :251 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :252 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :253 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :257 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`

tests/series/arithmetic/test_mul.py

[error] type-assertion-failure - :104:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :105:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :106:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :107:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :109:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :110:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :111:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :112:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :135:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :141:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :25:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :26:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :28:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :30:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :31:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :33:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :35:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :36:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :37:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :38:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :41:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :42:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :57:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :62:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :65:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :68:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :78 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :79 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :80 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :81 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :130 -
Old: Type `Series[Any]` does not match asserted type `Unknown`
New: Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :131 -
Old: Type `Series[Any]` does not match asserted type `Unknown`
New: Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :132 -
Old: Type `Series[Any]` does not match asserted type `Unknown`
New: Type `Series[Any]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :133 -
Old: Type `Series[Any]` does not match asserted type `Unknown`
New: Type `Series[Any]` does not match asserted type `Index[Unknown]`

tests/series/arithmetic/test_sub.py

[error] type-assertion-failure - :107:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :108:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :109:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :110:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :112:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :113:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :114:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :115:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :138:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :144:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :163:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :169:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :175:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :181:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :272:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :274:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :81 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :82 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :83 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :84 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :235 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :263 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :290 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :292 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`

tests/series/arithmetic/test_truediv.py

[error] type-assertion-failure - :201:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :202:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :203:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :204:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :207:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :209:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :210:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :211:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :212:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :215:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :235:9 - Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :34:11 - Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :35:11 - Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :36:11 - Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :37:11 - Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :42:11 - Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :43:11 - Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :44:11 - Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :45:11 - Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :48:11 - Type `Series[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :50:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :51:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :53:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :58:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :59:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :61:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :90 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :91 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :92 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :97 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :99 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :103 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :149 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :150 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :151 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :152 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :154 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :155 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :229 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :230 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :231 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :232 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :238 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :239 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :240 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :241 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :244 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :297 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :298 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :299 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :300 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :301 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :306 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :307 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :308 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :309 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :310 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :313 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :359 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] unsupported-operator - :359:23 - Operator `/` is unsupported between objects of type `Series[list[Unknown | Path]]` and `Path`
[error] no-matching-overload - :360:23 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :361:23 - No overload of bound method `truediv` matches arguments
[error] no-matching-overload - :365:23 - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - :366:23 - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - :375 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :376 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`

tests/series/arithmetic/timedelta/test_add.py

[error] type-assertion-failure - :105:11 - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :106:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :64 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :99 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :108 -
Old: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :109 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :111 -
Old: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :112 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :123 -
Old: Type `Series[Timestamp]` does not match asserted type `Index[Any]`
New: Type `Series[Timestamp]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :124 -
Old: Type `Series[Timedelta]` does not match asserted type `Index[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Index[Unknown]`

tests/series/arithmetic/timedelta/test_floordiv.py

[error] type-assertion-failure - :122:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] no-matching-overload - :122:23 - No overload of bound method `rfloordiv` matches arguments
[error] type-assertion-failure - :147:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :148:9 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :149:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :152:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[warning] unused-ignore-comment - :47:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :48:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :72:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :73:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :84:11 - Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :85:11 - Type `Series[Timedelta]` does not match asserted type `Never`
[warning] unused-ignore-comment - :92:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :93:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :94:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :95:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :96:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :117:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :118:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :119:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :120:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :121:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :157:9 - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :162:9 - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :177:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[warning] unused-ignore-comment - :189:26 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :190:11 - Type `Series[int]` does not match asserted type `@Todo`
[warning] unused-ignore-comment - :197:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :273:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :298:28 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :36 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :41 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :49 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :89 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :97 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] unsupported-operator - :97:23 - Operator `//` is unsupported between objects of type `list[Unknown | timedelta]` and `Series[Timedelta]`
[error] type-assertion-failure - :135 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :136 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :137 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :139 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :140 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :141 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :169 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :186 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :211 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :212 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :216 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :224 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :249 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :262 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :263 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :267 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :275 -
Old: Type `Series[int]` does not match asserted type `Never`
New: Type `Series[int]` does not match asserted type `Series[Timedelta]`

tests/series/arithmetic/timedelta/test_mul.py

[error] type-assertion-failure - :43:11 - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :44:11 - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :50:11 - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :51:11 - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :76:11 - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :77:11 - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :83:11 - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :84:11 - Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :107:9 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :108:11 - Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :109:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :112:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :29 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :30 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :36 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :62 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :63 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :69 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :70 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :97 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :98 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :99 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :101 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :145 -
Old: Type `Series[Timedelta]` does not match asserted type `Unknown`
New: Type `Series[Timedelta]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :146 -
Old: Type `Series[Timedelta]` does not match asserted type `Unknown`
New: Type `Series[Timedelta]` does not match asserted type `Index[Unknown]`

tests/series/arithmetic/timedelta/test_sub.py

[error] type-assertion-failure - :115:11 - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :116:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :71 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :109 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :110 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :120 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :122 -
Old: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :123 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/arithmetic/timedelta/test_truediv.py

[error] type-assertion-failure - :140:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :140:23 - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - :148:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :148:23 - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - :173:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :174:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :175:9 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :176:9 - Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
[error] type-assertion-failure - :178:11 - Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
[error] type-assertion-failure - :301:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :301:23 - No overload of bound method `rtruediv` matches arguments
[error] type-assertion-failure - :309:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :309:23 - No overload of bound method `rtruediv` matches arguments
[warning] unused-ignore-comment - :48:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :78:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :86:23 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :97:11 - Type `Series[Timedelta]` does not match asserted type `Never`
[error] type-assertion-failure - :98:11 - Type `Series[Timedelta]` does not match asserted type `Never`
[warning] unused-ignore-comment - :105:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :106:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :107:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :108:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :109:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :135:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :136:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :137:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :138:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :139:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :143:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :144:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :145:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :146:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :147:23 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :183:9 - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :186:9 - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :195:11 - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :196:11 - Type `Series[Timedelta]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :208:11 - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :216:11 - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[warning] unused-ignore-comment - :228:24 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :240:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :244:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :296:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :297:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :298:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :299:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :300:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :304:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :305:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :306:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :307:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :308:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :333:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :363:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :371:23 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :36 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :37 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :41 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :49 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :102 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :110 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] unsupported-operator - :110:23 - Operator `/` is unsupported between objects of type `list[Unknown | timedelta]` and `Series[Timedelta]`
[error] type-assertion-failure - :161 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :162 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :163 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :165 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :166 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :167 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :191 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :200 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :225 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :258 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :259 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :263 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :271 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :322 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :323 -
Old: Type `Series[Timedelta]` does not match asserted type `Never`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :327 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :335 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Unknown`

tests/series/arithmetic/timestamp/test_add.py

[error] type-assertion-failure - :123:9 - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :126:11 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :77 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :116 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `Unknown`
[error] type-assertion-failure - :117 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :130 -
Old: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :134 -
Old: Type `Series[Timestamp]` does not match asserted type `Series[Any]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :148 -
Old: Type `Series[Timestamp]` does not match asserted type `Index[Any]`
New: Type `Series[Timestamp]` does not match asserted type `Index[Unknown]`

tests/series/arithmetic/timestamp/test_sub.py

[error] type-assertion-failure - :112:11 - Type `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :114:9 - Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :106 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :107 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :116 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :117 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :119 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/test_agg.py

[error] type-assertion-failure - :42 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[list[Unknown | complex | int | float]]`
[error] no-matching-overload - :44:23 - No overload of bound method `mean` matches arguments
[error] no-matching-overload - :49:27 - No overload of bound method `median` matches arguments
[error] no-matching-overload - :59:27 - No overload of bound method `std` matches arguments

tests/series/test_cumul.py

[error] no-matching-overload - :34:21 - No overload of bound method `cumprod` matches arguments

tests/series/test_properties.py

[warning] unused-ignore-comment - :83:81 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :63 -
Old: Type `Categorical` does not match asserted type `Unknown`
New: Type `Categorical` does not match asserted type `ExtensionArray`

tests/series/test_series.py

[error] invalid-argument-type - :216:13 - Method `__getitem__` of type `Overload[(idx: int | signedinteger[_64Bit] | integer[Any] | signedinteger[_8Bit]) -> dict[Unknown | str, Unknown | int], (idx: Index[Any] | Series[Any] | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]]) -> Series[dict[Unknown | str, Unknown | int]], (idx: str | bytes | date | ... omitted 10 union elements) -> dict[Unknown | str, Unknown | int], (idx: Series[bool] | ndarray[tuple[Any, ...], dtype[bool[bool]]] | list[bool] | ... omitted 7 union elements) -> Series[dict[Unknown | str, Unknown | int]]]` cannot be called with key of type `Literal[0]` on object of type `Series[dict[Unknown | str, Unknown | int]]`
[error] type-assertion-failure - :242:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :243:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :244:11 - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :253:11 - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :255:9 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :270:11 - Type `Series[bool]` does not match asserted type `Unknown`
[error] unsupported-operator - :270:23 - Operator `>` is not supported for types `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]` and `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
[error] type-assertion-failure - :271:11 - Type `Series[bool]` does not match asserted type `Unknown`
[error] unsupported-operator - :271:23 - Operator `>=` is not supported for types `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]` and `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
[error] type-assertion-failure - :272:11 - Type `Series[bool]` does not match asserted type `Unknown`
[error] unsupported-operator - :272:23 - Operator `<` is not supported for types `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]` and `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
[error] type-assertion-failure - :273:11 - Type `Series[bool]` does not match asserted type `Unknown`
[error] unsupported-operator - :273:23 - Operator `<=` is not supported for types `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]` and `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
[error] type-assertion-failure - :274:11 - Type `Series[bool]` does not match asserted type `bool`
[error] type-assertion-failure - :389:11 - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :558:10 - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :564:10 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :908:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :909:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :913:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :946:5 - Type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]]` does not match asserted type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[Any]]]`
[error] type-assertion-failure - :965:5 - Type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]]` does not match asserted type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[Any]]]`
[error] type-assertion-failure - :997:5 - Type `Iterator[tuple[Period, Series[int]]]` does not match asserted type `Iterator[tuple[Period, Series[Any]]]`
[error] type-assertion-failure - :1006:5 - Type `Iterator[tuple[Timestamp, Series[int]]]` does not match asserted type `Iterator[tuple[Timestamp, Series[Any]]]`
[error] type-assertion-failure - :1015:5 - Type `Iterator[tuple[Timedelta, Series[int]]]` does not match asserted type `Iterator[tuple[Timedelta, Series[Any]]]`
[error] type-assertion-failure - :1028:5 - Type `Iterator[tuple[Interval[Timestamp], Series[int]]]` does not match asserted type `Iterator[tuple[Interval[Timestamp], Series[Any]]]`
[error] type-assertion-failure - :1055:5 - Type `Iterator[tuple[Any, Series[int]]]` does not match asserted type `Iterator[tuple[Any, Series[Any]]]`
[error] type-assertion-failure - :1071:9 - Type `Iterator[tuple[Any, Series[int]]]` does not match asserted type `Iterator[tuple[Any, Series[Any]]]`
[error] invalid-argument-type - :1367:5 - Argument to bound method `describe` is incorrect: Argument type `Series[list[Unknown | int | datetime64[date | int | None]]]` does not satisfy upper bound `Series[S1@Series]` of type variable `Self`
[error] invalid-argument-type - :1368:5 - Argument to bound method `describe` is incorrect: Argument type `Series[list[Unknown | int | datetime64[date | int | None]]]` does not satisfy upper bound `Series[S1@Series]` of type variable `Self`
[error] invalid-argument-type - :1369:5 - Argument to bound method `describe` is incorrect: Argument type `Series[list[Unknown | int | datetime64[date | int | None]]]` does not satisfy upper bound `Series[S1@Series]` of type variable `Self`
[error] invalid-argument-type - :1369:16 - Argument to bound method `describe` is incorrect: Expected `list[Unknown | int | datetime64[date | int | None]] | list[list[Unknown | int | datetime64[date | int | None]]] | None`, found `<class 'number'>`
[error] type-assertion-failure - :1392:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] invalid-argument-type - :1392:23 - Method `__getitem__` of type `Overload[(idx: int | signedinteger[_64Bit] | integer[Any] | signedinteger[_8Bit]) -> dict[Unknown | str, Unknown | list[Unknown | int]], (idx: Index[Any] | Series[Any] | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]]) -> Series[dict[Unknown | str, Unknown | list[Unknown | int]]], (idx: str | bytes | date | ... omitted 10 union elements) -> dict[Unknown | str, Unknown | list[Unknown | int]], (idx: Series[bool] | ndarray[tuple[Any, ...], dtype[bool[bool]]] | list[bool] | ... omitted 7 union elements) -> Series[dict[Unknown | str, Unknown | list[Unknown | int]]]]` cannot be called with key of type `slice[None, Literal[2], None]` on object of type `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
[error] type-assertion-failure - :1598:11 - Type `ndarray[ShapeT, dtype[NpNumT]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1796:11 - Type `Series[Any]` does not match asserted type `Series[ndarray[tuple[int], dtype[signedinteger[Any]]]]`
[error] type-assertion-failure - :1798:9 - Type `Series[Any]` does not match asserted type `Series[ndarray[tuple[int], dtype[signedinteger[Any]]]]`
[error] type-assertion-failure - :1801:11 - Type `Series[Any]` does not match asserted type `Series[ndarray[tuple[int], dtype[signedinteger[Any]]]]`
[error] type-assertion-failure - :1867:11 - Type `Series[bool]` does not match asserted type `Unknown`
[error] unsupported-operator - :1867:23 - Operator `>` is not supported for types `Series[list[Unknown | bytes]]` and `bytes`, in comparing `Series[list[Unknown | bytes]]` with `Literal[b"def"]`
[error] type-assertion-failure - :1868:11 - Type `Series[bool]` does not match asserted type `Unknown`
[error] unsupported-operator - :1868:23 - Operator `<` is not supported for types `Series[list[Unknown | bytes]]` and `bytes`, in comparing `Series[list[Unknown | bytes]]` with `Literal[b"def"]`
[error] type-assertion-failure - :1869:11 - Type `Series[bool]` does not match asserted type `Unknown`
[error] unsupported-operator - :1869:23 - Operator `<=` is not supported for types `Series[list[Unknown | bytes]]` and `bytes`, in comparing `Series[list[Unknown | bytes]]` with `Literal[b"def"]`
[error] type-assertion-failure - :1870:11 - Type `Series[bool]` does not match asserted type `Unknown`
[error] unsupported-operator - :1870:23 - Operator `>=` is not supported for types `Series[list[Unknown | bytes]]` and `bytes`, in comparing `Series[list[Unknown | bytes]]` with `Literal[b"def"]`
[error] type-assertion-failure - :1917:11 - Type `Series[bool]` does not match asserted type `Unknown`
[error] unsupported-operator - :1917:23 - Operator `>` is not supported for types `Series[list[Unknown | int | float | complex]]` and `int`, in comparing `Series[list[Unknown | int | float | complex]]` with `int | float | complex`
[error] type-assertion-failure - :1918:11 - Type `Series[bool]` does not match asserted type `Unknown`
[error] unsupported-operator - :1918:23 - Operator `<` is not supported for types `Series[list[Unknown | int | float | complex]]` and `int`, in comparing `Series[list[Unknown | int | float | complex]]` with `int | float | complex`
[error] type-assertion-failure - :1919:11 - Type `Series[bool]` does not match asserted type `Unknown`
[error] unsupported-operator - :1919:23 - Operator `<=` is not supported for types `Series[list[Unknown | int | float | complex]]` and `int`, in comparing `Series[list[Unknown | int | float | complex]]` with `int | float | complex`
[error] type-assertion-failure - :1920:11 - Type `Series[bool]` does not match asserted type `Unknown`
[error] unsupported-operator - :1920:23 - Operator `>=` is not supported for types `Series[list[Unknown | int | float | complex]]` and `int`, in comparing `Series[list[Unknown | int | float | complex]]` with `int | float | complex`
[error] type-assertion-failure - :1981:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1987:11 - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :2017:9 - Type `ndarray[tuple[int], dtype[str_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2033:11 - Type `ndarray[tuple[int], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2036:11 - Type `ndarray[tuple[int], dtype[integer[Any]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2040:9 - Type `ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2047:9 - Type `ndarray[tuple[int], dtype[complexfloating[Any, Any]]]` does not match asserted type `Unknown`
[error] no-matching-overload - :2047:21 - No overload of bound method `to_numpy` matches arguments
[error] type-assertion-failure - :2070:9 - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2074:11 - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2078:9 - Type `ndarray[tuple[int], dtype[datetime64[date | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2087:9 - Type `ndarray[tuple[int], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2099:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2104:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2107:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] no-matching-overload - :2929:11 - No overload of bound method `astype` matches arguments
[error] type-assertion-failure - :2933:9 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :2933:21 - No overload of bound method `astype` matches arguments
[error] type-assertion-failure - :2934:9 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :2934:21 - No overload of bound method `astype` matches arguments
[error] type-assertion-failure - :2936:9 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :2936:21 - No overload of bound method `astype` matches arguments
[error] type-assertion-failure - :2939:9 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :2939:21 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :2968:17 - No overload of bound method `astype` matches arguments
[error] type-assertion-failure - :2970:9 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3604:9 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :3604:21 - No overload of bound method `map` matches arguments
[error] invalid-assignment - :3610:25 - Object of type `Series[int | list[Unknown | int | NAType]]` is not assignable to `Series[int]`
[error] type-assertion-failure - :3709:11 - Type `Series[Any]` does not match asserted type `Series[MyDict]`
[error] invalid-argument-type - :3843:30 - Argument to bound method `align` is incorrect: Argument type `Series[dict[Unknown | int, Unknown | int]]` does not satisfy upper bound `Series[S1@Series]` of type variable `Self`
[error] invalid-argument-type - :3853:34 - Argument to bound method `align` is incorrect: Argument type `Series[dict[Unknown | int, Unknown | int]]` does not satisfy upper bound `Series[S1@Series]` of type variable `Self`
[error] type-assertion-failure - :3956:11 - Type `Series[Any]` does not match asserted type `Series[list[Unknown | list[Unknown | int] | str | list[Unknown]]]`
[error] invalid-argument-type - :3956:23 - Argument to bound method `explode` is incorrect: Argument type `Series[list[Unknown | list[Unknown | int] | str | list[Unknown]]]` does not satisfy upper bound `Series[S1@Series]` of type variable `Self`
[error] type-assertion-failure - :3957:11 - Type `Series[Any]` does not match asserted type `Series[list[Unknown | list[Unknown | int] | str | list[Unknown]]]`
[error] invalid-argument-type - :3957:23 - Argument to bound method `explode` is incorrect: Argument type `Series[list[Unknown | list[Unknown | int] | str | list[Unknown]]]` does not satisfy upper bound `Series[S1@Series]` of type variable `Self`
[error] invalid-argument-type - :1851:65 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :2018:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :2115:11 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2116:11 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2118:11 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2119:11 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2121:11 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2122:11 - Type `Series[int]` does not match asserted type `Series[bool]`
[warning] unused-ignore-comment - :3540:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3543:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3913:45 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :217 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] invalid-argument-type - :217:23 - Method `__getitem__` of type `Overload[(idx: int | signedinteger[_64Bit] | integer[Any] | signedinteger[_8Bit]) -> dict[Unknown | str, Unknown | int], (idx: Index[Any] | Series[Any] | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]]) -> Series[dict[Unknown | str, Unknown | int]], (idx: str | bytes | date | ... omitted 10 union elements) -> dict[Unknown | str, Unknown | int], (idx: Series[bool] | ndarray[tuple[Any, ...], dtype[bool[bool]]] | list[bool] | ... omitted 7 union elements) -> Series[dict[Unknown | str, Unknown | int]]]` cannot be called with key of type `slice[Literal[1], None, None]` on object of type `Series[dict[Unknown | str, Unknown | int]]`
[error] type-assertion-failure - :386 -
Old: Type `int | float` does not match asserted type `float`
New: Type `int | float` does not match asserted type `Any`
[error] type-assertion-failure - :570 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :794 -
Old: Type `ndarray[tuple[int], dtype[Unknown]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :861 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :865 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :868 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :873 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] invalid-argument-type - :1027 -
Old: Argument to bound method `__iter__` is incorrect: Argument type `SeriesGroupBy[int, Interval[Timestamp]]` does not satisfy upper bound `SeriesGroupBy[S2@SeriesGroupBy, ByT@SeriesGroupBy]` of type variable `Self`
New: Argument to bound method `__iter__` is incorrect: Argument type `SeriesGroupBy[Any, Interval[Timestamp]]` does not satisfy upper bound `SeriesGroupBy[S2@SeriesGroupBy, ByT@SeriesGroupBy]` of type variable `Self`
[error] not-iterable - :1046 -
Old: Object of type `SeriesGroupBy[int, Interval[Timestamp]]` is not iterable
New: Object of type `SeriesGroupBy[Any, Interval[Timestamp]]` is not iterable
[error] type-assertion-failure - :1389:11 - Type `Any` does not match asserted type `Series[Any]`
[error] invalid-argument-type - :1389:23 - Method `__getitem__` of type `Overload[(idx: int | signedinteger[_64Bit] | integer[Any] | signedinteger[_8Bit]) -> dict[Unknown | str, Unknown | list[Unknown | int]], (idx: Index[Any] | Series[Any] | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]]) -> Series[dict[Unknown | str, Unknown | list[Unknown | int]]], (idx: str | bytes | date | ... omitted 10 union elements) -> dict[Unknown | str, Unknown | list[Unknown | int]], (idx: Series[bool] | ndarray[tuple[Any, ...], dtype[bool[bool]]] | list[bool] | ... omitted 7 union elements) -> Series[dict[Unknown | str, Unknown | list[Unknown | int]]]]` cannot be called with key of type `Literal["key"]` on object of type `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
[error] type-assertion-failure - :1398 -
Old: Type `int` does not match asserted type `Series[Any]`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :1619 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1620 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1621 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1622 -
Old: Type `Series[int]` does not match asserted type `Unknown`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1855 -
Old: Type `Series[CategoricalDtype]` does not match asserted type `Series[Any]`
New: Type `Series[CategoricalDtype]` does not match asserted type `Series[list[Unknown | int]]`
[error] type-assertion-failure - :1941 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1942 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1944 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1946 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1947 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1948 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1949 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1950 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1951 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1952 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1953 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1955 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] invalid-argument-type - :2007:54 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :2007:11 - Type `ndarray[tuple[int], dtype[str_]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :2009:74 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :2009:9 - Type `ndarray[tuple[int], dtype[str_]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :2011:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :2011:11 - Type `ndarray[tuple[int], dtype[str_]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :2012:74 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :2012:11 - Type `ndarray[tuple[int], dtype[str_]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :2014:74 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :2014:9 - Type `ndarray[tuple[int], dtype[str_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2021 -
Old: Type `ndarray[tuple[int], dtype[Unknown]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :2027:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :2027:11 - Type `ndarray[tuple[int], dtype[str_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2124 -
Old: Type `Series[int]` does not match asserted type `Series[bool]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2125 -
Old: Type `Series[int]` does not match asserted type `Series[bool]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2127 -
Old: Type `Series[int]` does not match asserted type `Series[bool]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2128 -
Old: Type `Series[int]` does not match asserted type `Series[bool]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2130 -
Old: Type `Series[int]` does not match asserted type `Series[bool]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2131 -
Old: Type `Series[int]` does not match asserted type `Series[bool]`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3284 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Series[dict[Unknown | Timestamp, Unknown | str]]`
[error] type-assertion-failure - :3297 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Series[dict[Unknown | tuple[str, str], Unknown | str]]`
[error] type-assertion-failure - :3726 -
Old: Type `int` does not match asserted type `Series[Any]`
New: Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :3748 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Series[dict_keys[Unknown | str, Unknown | int]]`
[error] type-assertion-failure - :3749 -
Old: Type `Series[int]` does not match asserted type `Series[Any]`
New: Type `Series[int]` does not match asserted type `Series[dict_values[Unknown | str, Unknown | int]]`
[error] type-assertion-failure - :3879 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] no-matching-overload - :3902:21 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :3907:21 - No overload of function `__new__` matches arguments

tests/series/test_series_float.py

[error] type-assertion-failure - :36 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[Index[Any]]`
[error] type-assertion-failure - :41 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[Series[Any]]`
[error] type-assertion-failure - :58 -
Old: Type `Series[int | float]` does not match asserted type `Series[float]`
New: Type `Series[int | float]` does not match asserted type `Series[Any]`

tests/test_extension.py

[warning] unused-ignore-comment - :34:55 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :36:11 - Type `list[Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :69:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :71:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :72:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :73:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :79:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :80:11 - Type `BooleanArray` does not match asserted type `Unknown`
[error] invalid-argument-type - :55:73 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :52:73 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :52:11 - Type `ndarray[tuple[int], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :74 -
Old: Type `BooleanArray` does not match asserted type `BooleanArray | list[Unknown | bool]`
New: Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :75 -
Old: Type `BooleanArray` does not match asserted type `BooleanArray | list[Unknown | bool[bool] | bool]`
New: Type `BooleanArray` does not match asserted type `Unknown`
[error] type-assertion-failure - :78 -
Old: Type `BooleanArray` does not match asserted type `@Todo`
New: Type `BooleanArray` does not match asserted type `Unknown`

tests/test_frame.py

[error] no-matching-overload - :102:9 - No overload of bound method `reshape` matches arguments
[error] type-assertion-failure - :324:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] invalid-assignment - :3315:5 - Invalid subscript assignment with key of type `tuple[slice[None, None, None], slice[None, None, None]]` and value of type `ndarray[tuple[Any, ...], dtype[Any]]` on object of type `_iLocIndexerFrame[DataFrame]`
[error] invalid-assignment - :3318:5 - Invalid subscript assignment with key of type `tuple[slice[None, None, None], slice[None, None, None]]` and value of type `ndarray[tuple[Any, ...], dtype[Any]]` on object of type `_iLocIndexerFrame[DataFrame]`
[error] type-assertion-failure - :4610:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :258:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :843:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2648:11 - Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :2903:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2939:11 - Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :2945:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3915:11 - Type `Series[Any] | DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4345:11 - Type `Series[Any] | DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4606:11 - Type `Series[Any] | DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1102 -
Old: Type `ndarray[tuple[int], dtype[Unknown]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :2098 -
Old: Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc] | Mapping[typing.TypeVar, ((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc]]`, found `dict[Unknown | str, Unknown | list[Unknown | str] | str]`
New: Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc] | Mapping[HashableT, ((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc]]`, found `dict[Unknown | str, Unknown | list[Unknown | str] | str]`
[error] invalid-argument-type - :2102 -
Old: Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc] | Mapping[typing.TypeVar, ((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc]]`, found `dict[Unknown | str, Unknown | list[Unknown | ((x: SupportsAbs[_T@abs], /) -> _T@abs) | _UFunc_Nin1_Nout1[str, int, None]] | ((x: SupportsAbs[_T@abs], /) -> _T@abs)]`
New: Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc] | Mapping[HashableT, ((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc]]`, found `dict[Unknown | str, Unknown | list[Unknown | ((x: SupportsAbs[_T@abs], /) -> _T@abs) | _UFunc_Nin1_Nout1[str, int, None]] | ((x: SupportsAbs[_T@abs], /) -> _T@abs)]`
[error] type-assertion-failure - :2645 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2890 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3925 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3927 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :4317 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Series[dict[Unknown | int, Unknown | str]]`
[error] type-assertion-failure - :4320 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Series[dict[Unknown | int, Unknown | str]]`
[error] type-assertion-failure - :4325 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Series[dict[Unknown | str, Unknown | str]]`
[error] type-assertion-failure - :4607 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`

tests/test_groupby.py

[error] no-matching-overload - :144:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :144:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :144:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :150:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :150:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :150:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :156:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :156:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :156:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :163:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :163:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :163:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :204:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :204:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :204:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :205:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :205:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :205:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :208:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :208:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :208:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :212:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :212:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :212:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :218:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :218:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :218:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :224:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :224:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :224:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :384:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :384:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :384:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :391:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :391:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :391:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :398:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :398:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :398:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :454:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :454:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :454:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :455:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :455:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :455:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :458:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :458:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :458:13 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :74:11 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :83:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :84:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :85:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :86:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :87:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :88:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :89:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :90:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :91:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :92:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :93:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :96:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :98:13 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :101:13 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :106:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :107:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :111:13 - Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :113:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :116:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :117:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :118:15 - Type `DataFrame` does not match asserted type `@Todo`
[warning] unused-ignore-comment - :122:47 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :137:17 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :140:19 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :141:19 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :180:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :233:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :255:19 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :257:17 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :304:15 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :316:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :319:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :320:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :321:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :322:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :323:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :324:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :325:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :326:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :327:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :328:11 - Type `DataFrame` does not match asserted type `@Todo`
[error] type-assertion-failure - :329:11 - Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :333:9 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :336:9 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :341:9 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :348:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :349:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :352:11 - Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :353:11 - Type `Series[int]` does not match asserted type `@Todo`
[error] type-assertion-failure - :356:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :357:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :358:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[warning] unused-ignore-comment - :362:46 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :371:13 - Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :375:13 - Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :379:13 - Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :407:11 - Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :410:11 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :415:13 - Type `Series[int | float]` does not match asserted type `@Todo`
[error] type-assertion-failure - :439:11 - Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :143 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :149 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :155 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :162 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :286 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :292 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :298 -
Old: Type `int | float` does not match asserted type `@Todo`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :383 -
Old: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
New: Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :390 -
Old: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
New: Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :397 -
Old: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
New: Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :433 -
Old: Type `int | float` does not match asserted type `@Todo`
New: Type `int | float` does not match asserted type `Unknown`

tests/test_interval.py

[warning] unused-ignore-comment - :89:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :108:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :121:46 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :130:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :130:11 - Type `ndarray[tuple[int], dtype[bool[bool]]]` does not match asserted type `Unknown`

tests/test_interval_index.py

[error] type-assertion-failure - :13:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :21:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :32:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :40:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`

tests/test_io.py

[error] type-assertion-failure - :255:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :255:36 - Argument to function `read_clipboard` is incorrect: Expected `SequenceNotStr[Hashable] | range | ExtensionArray | ... omitted 5 union elements`, found `def _true_if_b(s: str) -> bool`
[error] invalid-argument-type - :271:17 - Argument to function `read_clipboard` is incorrect: Expected `SequenceNotStr[Hashable] | range | ExtensionArray | ... omitted 5 union elements`, found `def _true_if_first_param_is_head(t: tuple[str, int]) -> bool`
[error] type-assertion-failure - :1043:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :1043:45 - Argument to function `read_excel` is incorrect: Expected `str | SequenceNotStr[Hashable] | range | ... omitted 6 union elements`, found `def _true_if_b(s: str) -> bool`
[error] invalid-argument-type - :1051:21 - Argument to function `read_excel` is incorrect: Expected `str | SequenceNotStr[Hashable] | range | ... omitted 6 union elements`, found `def _true_if_greater_than_0(i: int) -> bool`
[error] invalid-argument-type - :1064:21 - Argument to function `read_excel` is incorrect: Expected `str | SequenceNotStr[Hashable] | range | ... omitted 6 union elements`, found `def _true_if_first_param_is_head(t: tuple[str, int]) -> bool`
[warning] unused-ignore-comment - :284:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :738:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :895:50 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :227 -
Old: Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
New: Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
[error] invalid-argument-type - :231 -
Old: Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
New: Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
[error] invalid-argument-type - :234 -
Old: Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
New: Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
[error] invalid-argument-type - :261 -
Old: Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | int]`
New: Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | int]`
[error] invalid-argument-type - :261:31 - Argument to function `read_clipboard` is incorrect: Expected `SequenceNotStr[Hashable] | range | ExtensionArray | ... omitted 5 union elements`, found `def _true_if_greater_than_0(i: int) -> bool`
[error] invalid-argument-type - :270 -
Old: Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
New: Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] invalid-argument-type - :668 -
Old: Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
New: Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
[error] invalid-argument-type - :677 -
Old: Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
New: Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
[error] invalid-argument-type - :684 -
Old: Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
New: Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
[error] invalid-argument-type - :713 -
Old: Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | int]`
New: Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | int]`
[error] invalid-argument-type - :726 -
Old: Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
New: Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] invalid-argument-type - :803 -
Old: Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
New: Argument to function `read_table` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
[error] invalid-argument-type - :812 -
Old: Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
New: Argument to function `read_table` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
[error] invalid-argument-type - :819 -
Old: Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
New: Argument to function `read_table` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
[error] invalid-argument-type - :871 -
Old: Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | int]`
New: Argument to function `read_table` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | int]`
[error] invalid-argument-type - :884 -
Old: Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
New: Argument to function `read_table` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] invalid-argument-type - :1008 -
Old: Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal["test"]]`
New: Argument to function `read_excel` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal["test"]]`
[error] invalid-argument-type - :1012 -
Old: Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal[1]]`
New: Argument to function `read_excel` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal[1]]`
[error] invalid-argument-type - :1017 -
Old: Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["higher"], Literal["lower"]]]`
New: Argument to function `read_excel` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["higher"], Literal["lower"]]]`
[error] invalid-argument-type - :1050 -
Old: Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | int]`
New: Argument to function `read_excel` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | int]`
[error] invalid-argument-type - :1063 -
Old: Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], dtype[Unknown]] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
New: Argument to function `read_excel` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`

tests/test_natype.py

[error] type-assertion-failure - :23:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :43:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :44:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :70:11 - Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :185:11 - Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :34 -
Old: Type `Index[Any]` does not match asserted type `Index[int]`
New: Type `Index[Any]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :59 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :60 -
Old: Type `Index[Any]` does not match asserted type `Never`
New: Type `Index[Any]` does not match asserted type `Index[int | float]`
[error] type-assertion-failure - :69 -
Old: Type `Series[Any]` does not match asserted type `Never`
New: Type `Series[Any]` does not match asserted type `Series[Timedelta]`

tests/test_pandas.py

[error] type-assertion-failure - :728:9 - Type `ndarray[tuple[int], dtype[integer[Any]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :741:9 - Type `ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `Unknown`
[error] no-matching-overload - :742:13 - No overload of function `to_numeric` matches arguments
[error] type-assertion-failure - :761:9 - Type `ndarray[tuple[int], dtype[integer[Any]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1039:11 - Type `ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `DatetimeIndex`
[error] type-assertion-failure - :1684:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1685:17 - No overload of function `crosstab` matches arguments
[error] invalid-argument-type - :450:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :451:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :460:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :461:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :465:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :466:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :470:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :471:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :475:57 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :476:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :569:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :581:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :665:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :672:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :904:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :908:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :912:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :913:11 - Type `Categorical` does not match asserted type `@Todo`
[error] invalid-argument-type - :916:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :917:11 - Type `Index[Any]` does not match asserted type `@Todo`
[error] invalid-argument-type - :920:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :921:11 - Type `Index[Any]` does not match asserted type `@Todo`
[error] invalid-argument-type - :924:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :930:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :966:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias | <class 'Index'>`
[error] invalid-argument-type - :989:44 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :999:45 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1038:11 - Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1101:9 - Type `Series[Any]` does not match asserted type `Categorical`
[error] type-assertion-failure - :1110:11 - Type `Categorical` does not match asserted type `Unknown`
[error] type-assertion-failure - :1112:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1127:11 - Type `Categorical` does not match asserted type `Unknown`
[error] invalid-argument-type - :1128:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1129:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] invalid-argument-type - :455:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :455:11 - Type `ndarray[tuple[int], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :456:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :456:11 - Type `ndarray[tuple[int], dtype[bool[bool]]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :480:57 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :480:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[int], dtype[bool[bool]]]`
[error] invalid-argument-type - :481:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :481:11 - Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[int], dtype[bool[bool]]]`
[error] type-assertion-failure - :483 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[NaTType | NAType | None @ pd.NA]`
[error] type-assertion-failure - :484 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[Unknown @ pd.NA]`
[error] type-assertion-failure - :486 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[NaTType | NAType | None @ pd.NaT]`
[error] type-assertion-failure - :487 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[Unknown @ pd.NaT]`
[error] type-assertion-failure - :489 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[NaTType | NAType | None]`
[error] type-assertion-failure - :490 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[Unknown]`
[error] type-assertion-failure - :492 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[NaTType | NAType | None]`
[error] type-assertion-failure - :493 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[float]`
[error] type-assertion-failure - :505 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[datetime64[date | int | None] @ np_dt]`
[error] type-assertion-failure - :506 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[NaTType | NAType | None @ np_dt]`
[error] type-assertion-failure - :509 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[timedelta64[Unknown] @ np_td]`
[error] type-assertion-failure - :510 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[NaTType | NAType | None @ np_td]`
[error] type-assertion-failure - :513 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[NaTType | NAType | None @ np_nat]`
[error] type-assertion-failure - :514 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `TypeIs[Unknown @ np_nat]`
[error] type-assertion-failure - :602 -
Old: Type `ndarray[tuple[int], dtype[Unknown]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Unknown]]`
[error] type-assertion-failure - :905 -
Old: Type `ndarray[tuple[int], dtype[Unknown]]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :909 -
Old: Type `ndarray[tuple[int], dtype[Unknown]]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :925 -
Old: Type `ndarray[tuple[int], dtype[Unknown]]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Unknown]]`
[error] type-assertion-failure - :931 -
Old: Type `ndarray[tuple[int], dtype[Unknown]]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :955 -
Old: Type `@Todo | DatetimeIndex` does not match asserted type `ndarray[tuple[int], dtype[Unknown]] | Index[Any]`
New: Type `ndarray[tuple[int], dtype[datetime64[date | int | None]]] | DatetimeIndex` does not match asserted type `ndarray[tuple[int], dtype[GenericT]] | Index[Any]`
[error] type-assertion-failure - :973 -
Old: Type `ndarray[Unknown, Unknown]` does not match asserted type `Unknown`
New: Type `ndarray[ShapeT, dtype[GenericT]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1008 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Series[CategoricalDtype]`
[error] type-assertion-failure - :1037 -
Old: Type `@Todo` does not match asserted type `DatetimeIndex`
New: Type `ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `DatetimeIndex`
[error] type-assertion-failure - :1041 -
Old: Type `@Todo` does not match asserted type `DatetimeIndex`
New: Type `ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `DatetimeIndex`
[error] type-assertion-failure - :1069 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1070 -
Old: Type `DatetimeIndex` does not match asserted type `@Todo`
New: Type `DatetimeIndex` does not match asserted type `Unknown`

tests/test_resampler.py

[error] type-assertion-failure - :109:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :109:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :113:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :113:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :117:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :118:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :124:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :125:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :347:13 - Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :347:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :351:13 - Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :351:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :355:13 - Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :356:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :417:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :418:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :420:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :442:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :443:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :446:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :450:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :454:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :458:13 - No overload of bound method `aggregate` matches arguments

tests/test_string_accessors.py

[error] type-assertion-failure - :128:12 - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :161:12 - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :163:9 - Type `Series[str]` does not match asserted type `Unknown`
[error] type-assertion-failure - :23 -
Old: Type `Series[bytes]` does not match asserted type `Series[Any]`
New: Type `Series[bytes]` does not match asserted type `Unknown`
[error] type-assertion-failure - :29 -
Old: Type `Index[str]` does not match asserted type `Index[Any]`
New: Type `Index[str]` does not match asserted type `Index[Unknown | str]`
[error] type-assertion-failure - :30 -
Old: Type `Index[bytes]` does not match asserted type `Index[Any]`
New: Type `Index[bytes]` does not match asserted type `Index[Unknown | bytes]`

tests/test_styler.py

[error] invalid-return-type - :73:16 - Return type does not match returned value: expected `Series[str]`, found `Series[str | Series[Any]]`

tests/test_timefuncs.py

[error] type-assertion-failure - :355:13 - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :527:13 - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :913:9 - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :918:9 - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :923:9 - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :928:9 - Type `ndarray[tuple[int], dtype[object_]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :970:9 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :980:9 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :990:9 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1066:9 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :1071:9 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :1076:9 - Type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :101:11 - Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :130:11 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :131:11 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :132:11 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :133:11 - Type `Series[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :168:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :169:11 - Type `TimedeltaIndex` does not match asserted type `Never`
[error] type-assertion-failure - :192:11 - Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :213:11 - Type `DatetimeIndex` does not match asserted type `@Todo`
[error] invalid-argument-type - :280:53 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :281:53 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :282:54 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :283:54 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :284:54 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :285:54 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :356:13 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias | <class 'Series'>`
[error] invalid-argument-type - :528:13 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :614:52 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :615:52 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :616:54 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :631:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :632:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :633:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :634:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :635:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :636:57 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :637:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :646:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :689:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :841:11 - Type `Timestamp` does not match asserted type `@Todo`
[error] type-assertion-failure - :843:11 - Type `Timestamp` does not match asserted type `@Todo`
[error] invalid-argument-type - :914:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :919:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :924:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :929:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :934:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :939:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :961:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :965:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :998:71 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1000:69 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1024:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1029:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1034:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1039:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1061:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1174:9 - Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1476:9 - Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1483:9 - Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1844:11 - Type `Series[Timedelta]` does not match asserted type `@Todo`
[error] type-assertion-failure - :955 -
Old: Type `ndarray[tuple[int], dtype[Unknown]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :960 -
Old: Type `ndarray[tuple[int], dtype[Unknown]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :995:71 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :995:9 - Type `ndarray[tuple[int], dtype[bytes_]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :1081:71 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1081:9 - Type `ndarray[tuple[int], dtype[bytes_]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :1629 -
Old: Type `Series[int | float]` does not match asserted type `Never`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`

tests/test_windowing.py

[error] no-matching-overload - :98:16 - No overload of function `mean` matches arguments
[error] no-matching-overload - :103:22 - No overload of function `mean` matches arguments
[error] no-matching-overload - :191:16 - No overload of function `mean` matches arguments
[error] no-matching-overload - :257:16 - No overload of function `mean` matches arguments
[error] no-matching-overload - :262:22 - No overload of function `mean` matches arguments
[error] no-matching-overload - :316:16 - No overload of function `mean` matches arguments

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

pandera/schema_statistics/pandas.py

[warning] unused-ignore-comment - :20:55 - Unused blanket `type: ignore` directive

pandera/engines/numpy_engine.py

[warning] possibly-missing-attribute - :60 -
Old: Attribute `type` may be missing on object of type `@Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements`
New: Attribute `type` may be missing on object of type `Any | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements`
[warning] possibly-missing-attribute - :77 -
Old: Attribute `name` may be missing on object of type `@Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements`
New: Attribute `name` may be missing on object of type `Any | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements`

pandera/engines/pandas_engine.py

[error] invalid-argument-type - :1390:25 - Method `__getitem__` of type `Overload[(idx: list[str] | Index[Any] | Series[Unknown] | ... omitted 5 union elements) -> Series[Unknown], (idx: str | bytes | date | ... omitted 9 union elements) -> Unknown]` cannot be called with key of type `Series[bool] | DataFrame` on object of type `Series[Unknown]`

pandera/typing/pandas.py

[error] invalid-argument-type - :381 -
Old: Argument to bound method `from_records` is incorrect: Expected `ndarray[tuple[int, int], dtype[Unknown]] | Sequence[SequenceNotStr[Unknown]] | Sequence[Mapping[str, Any]] | Mapping[str, Any] | Mapping[str, SequenceNotStr[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`
New: Argument to bound method `from_records` is incorrect: Expected `ndarray[tuple[int, int], dtype[GenericT]] | Sequence[SequenceNotStr[Unknown]] | Sequence[Mapping[str, Any]] | Mapping[str, Any] | Mapping[str, SequenceNotStr[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`

tests/geopandas/test_engine.py

[error] no-matching-overload - :119:20 - No overload of function `any` matches arguments

tests/pandas/test_dtypes.py

[error] invalid-assignment - :169 -
Old: Object of type `list[tuple[dict[Unknown, Unknown], list[Unknown]] | tuple[dict[Unknown | <class 'datetime'> | <class 'datetime64'> | ... omitted 4 union elements, Unknown | str], Series[pandas._libs.tslibs.timestamps.Timestamp]] | tuple[dict[Unknown | PeriodDtype, Unknown | str], Series[Any]] | tuple[dict[Unknown | <class 'SparseDtype'> | SparseDtype, Unknown | SparseDtype], Series[Any]] | tuple[dict[Unknown | IntervalDtype, Unknown | str], Series[Any]]]` is not assignable to `list[tuple[dict[Unknown, Unknown], list[Unknown]]]`
New: Object of type `list[tuple[dict[Unknown, Unknown], list[Unknown]] | tuple[dict[Unknown | <class 'datetime'> | <class 'datetime64'> | ... omitted 4 union elements, Unknown | str], Series[pandas._libs.tslibs.timestamps.Timestamp]] | tuple[dict[Unknown | PeriodDtype, Unknown | str], Series[Any]] | tuple[dict[Unknown | <class 'SparseDtype'> | SparseDtype, Unknown | SparseDtype], Series[list[Unknown | int | None]]] | tuple[dict[Unknown | IntervalDtype, Unknown | str], Series[Any]]]` is not assignable to `list[tuple[dict[Unknown, Unknown], list[Unknown]]]`

tests/pandas/test_schemas.py

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

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

src/pip/_vendor/resolvelib/structs.py

[error] invalid-argument-type - :203:37 - Argument to bound method `__init__` is incorrect: Expected `() -> Iterable[Unknown]`, found `(Iterable[CT@build_iter_view] & (() -> object)) | (() -> Iterable[CT@build_iter_view])`

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

src/prefect/cli/transfer/__init__.py

[error] invalid-assignment - :193:51 - Object of type `list[list[WorkPool] | list[WorkQueue] | list[DeploymentResponse] | ... omitted 4 union elements]` is not assignable to `list[Sequence[WorkPool | WorkQueue | DeploymentResponse | ... omitted 7 union elements]]`

src/prefect/server/database/dependencies.py

[error] invalid-type-arguments - :170:36 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :170:57 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :174:38 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :178:30 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :178:52 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :179:23 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :251:45 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :254:47 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :257:43 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :257:65 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :260:49 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :260:71 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :314:55 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :265:36 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :320:36 - Too many type arguments: expected 1, got 2

src/prefect/server/models/concurrency_limits_v2.py

[error] invalid-return-type - :16:12 - Return type does not match returned value: expected `ColumnElement[int | float]`, found `greatest[int]`
[error] invalid-return-type - :69:12 - Return type does not match returned value: expected `ColumnElement[int | float]`, found `greatest[int]`

src/prefect/server/orchestration/global_policy.py

[error] invalid-type-arguments - :125:52 - Too many type arguments: expected 0, got 2
[error] invalid-type-arguments - :145:52 - Too many type arguments: expected 0, got 2
[error] invalid-type-arguments - :165:52 - Too many type arguments: expected 0, got 2
[error] invalid-type-arguments - :187:52 - Too many type arguments: expected 0, got 2
[error] invalid-type-arguments - :211:52 - Too many type arguments: expected 0, got 2
[error] invalid-type-arguments - :243:52 - Too many type arguments: expected 0, got 2
[error] invalid-type-arguments - :341:52 - Too many type arguments: expected 0, got 2
[error] invalid-type-arguments - :370:52 - Too many type arguments: expected 0, got 2

src/prefect/server/utilities/database.py

[error] invalid-type-arguments - :70:36 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :70:57 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :74:38 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :78:30 - Too many type arguments: expected 1, got 3
[error] invalid-type-arguments - :78:52 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :79:23 - Too many type arguments: expected 1, got 3

src/prefect/tasks.py

[error] no-matching-overload - :1372:18 - No overload of bound method `submit` matches arguments

src/prefect/utilities/processutils.py

[error] invalid-type-arguments - :254:39 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :254:64 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :267:39 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :267:64 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :280:39 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :280:64 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :292:39 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :292:64 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :334:36 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :335:36 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :353:58 - Too many type arguments: expected 0, got 1

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

psycopg/psycopg/types/enum.py

[error] invalid-assignment - :227:23 - Object of type `list[tuple[object, object]]` is not assignable to `Mapping[E@_make_load_map, str] | Sequence[tuple[E@_make_load_map, str]] | None`
[error] not-iterable - :229:30 - Object of type `E@_make_load_map` is not iterable
[error] not-iterable - :229:30 - Object of type `Sequence[tuple[E@_make_load_map, str]] | Mapping[E@_make_load_map, str] | None` may not be iterable
[error] invalid-assignment - :245:23 - Object of type `list[tuple[object, object]]` is not assignable to `Mapping[E@_make_dump_map, str] | Sequence[tuple[E@_make_dump_map, str]] | None`
[error] not-iterable - :247:30 - Object of type `E@_make_dump_map` is not iterable
[error] not-iterable - :247:30 - Object of type `Sequence[tuple[E@_make_dump_map, str]] | Mapping[E@_make_dump_map, str] | None` may not be iterable

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

pwndbg/aglib/disasm/riscv.py

[error] invalid-type-form - :121:54 - List literals are not allowed in this context in a type expression: Did you mean `tuple[PwndbgInstruction, Emulator]`?

pylint (https://github.com/pycqa/pylint)

pylint/checkers/utils.py

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

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

pyodide-build/pyodide_build/recipe/unvendor.py

[error] invalid-argument-type - :101:37 - Argument to function `fnmatchcase` is incorrect: Argument type `Path` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :101:37 - Argument to function `fnmatchcase` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - :102:40 - Argument to function `fnmatchcase` is incorrect: Argument type `Path` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :102:40 - Argument to function `fnmatchcase` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - :105:44 - Argument to function `fnmatchcase` is incorrect: Argument type `Path` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :105:44 - Argument to function `fnmatchcase` is incorrect: Expected `str`, found `Path`

src/py/pyodide/ffi/wrappers.py

[error] invalid-type-form - :40:37 - List literals are not allowed in this context in a type expression: Did you mean `list[Any]`?

src/py/pyodide/webloop.py

[error] invalid-method-override - :547:9 - Invalid override of method `create_task`: Definition is incompatible with `AbstractEventLoop.create_task`

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

src/_pytest/pathlib.py

[error] unresolved-attribute - :177:12 - Object of type `Path` has no attribute `lower`

src/_pytest/fixtures.py

[error] unresolved-attribute - :788:45 - Object of type `((...) -> object) | ((...) -> Generator[object, None, None])` has no attribute `__name__`
[error] invalid-return-type - :1087:28 - Return type does not match returned value: expected `FixtureValue@FixtureDef`, found `FixtureValue@FixtureDef | None`
[error] unresolved-attribute - :1004:42 - Object of type `((...) -> FixtureValue@FixtureDef) | ((...) -> Generator[FixtureValue@FixtureDef, None, None])` has no attribute `__name__`

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

rotkehlchen/accounting/structures/processed_event.py

[warning] unused-ignore-comment - :85:75 - Unused blanket `type: ignore` directive

rotkehlchen/api/rest.py

[warning] unused-ignore-comment - :1039:73 - Unused blanket `type: ignore` directive

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

src/schemathesis/core/result.py

[error] invalid-type-arguments - :27:22 - Type `typing.TypeVar` is not assignable to upper bound `Exception` of type variable `E@Err`

src/schemathesis/specs/openapi/negative/mutations.py

[error] invalid-assignment - :145 -
Old: Object of type `typing.TypeVar` is not assignable to `list[(MutationContext, (SearchStrategy[typing.TypeVar], /) -> typing.TypeVar, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]`
New: Object of type `T@Draw` is not assignable to `list[(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]`
[error] invalid-argument-type - :145 -
Old: Argument is incorrect: Expected `SearchStrategy[typing.TypeVar]`, found `SearchStrategy[list[(MutationContext, (SearchStrategy[typing.TypeVar], /) -> typing.TypeVar, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]]`
New: Argument is incorrect: Expected `SearchStrategy[T@Draw]`, found `SearchStrategy[list[(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]]`
[error] invalid-assignment - :152 -
Old: Object of type `typing.TypeVar` is not assignable to `list[(MutationContext, (SearchStrategy[typing.TypeVar], /) -> typing.TypeVar, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]`
New: Object of type `T@Draw` is not assignable to `list[(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]`
[error] invalid-argument-type - :152 -
Old: Argument is incorrect: Expected `SearchStrategy[typing.TypeVar]`, found `SearchStrategy[list[(MutationContext, (SearchStrategy[typing.TypeVar], /) -> typing.TypeVar, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]]`
New: Argument is incorrect: Expected `SearchStrategy[T@Draw]`, found `SearchStrategy[list[(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]]`
[error] call-non-callable - :162 -
Old: Object of type `TypeVar` is not callable
New: Object of type `T@Draw` is not callable
[error] unresolved-attribute - :164 -
Old: Object of type `typing.TypeVar` has no attribute `is_enabled`
New: Object of type `T@Draw` has no attribute `is_enabled`
[error] unresolved-attribute - :164 -
Old: Object of type `(MutationContext, (SearchStrategy[typing.TypeVar], /) -> typing.TypeVar, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]` has no attribute `__name__`
New: Object of type `(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]` has no attribute `__name__`
[error] unresolved-attribute - :231 -
Old: Object of type `typing.TypeVar` has no attribute `is_enabled`
New: Object of type `T@Draw` has no attribute `is_enabled`
[error] invalid-argument-type - :248 -
Old: Argument is incorrect: Expected `str | None`, found `typing.TypeVar`
New: Argument is incorrect: Expected `str | None`, found `T@Draw`
[error] invalid-argument-type - :288 -
Old: Argument to bound method `remove` is incorrect: Expected `str`, found `typing.TypeVar`
New: Argument to bound method `remove` is incorrect: Expected `str`, found `T@Draw`
[error] unresolved-attribute - :292 -
Old: Object of type `typing.TypeVar` has no attribute `is_enabled`
New: Object of type `T@Draw` has no attribute `is_enabled`
[error] invalid-argument-type - :297 -
Old: Argument to function `prevent_unsatisfiable_schema` is incorrect: Expected `str`, found `typing.TypeVar`
New: Argument to function `prevent_unsatisfiable_schema` is incorrect: Expected `str`, found `T@Draw`
[error] not-iterable - :361 -
Old: Object of type `typing.TypeVar` is not iterable
New: Object of type `T@Draw` is not iterable
[error] invalid-argument-type - :361 -
Old: Argument is incorrect: Expected `SearchStrategy[typing.TypeVar]`, found `SearchStrategy[list[Unknown]]`
New: Argument is incorrect: Expected `SearchStrategy[T@Draw]`, found `SearchStrategy[list[Unknown]]`
[error] unresolved-attribute - :390 -
Old: Object of type `typing.TypeVar` has no attribute `is_enabled`
New: Object of type `T@Draw` has no attribute `is_enabled`
[error] unresolved-attribute - :393 -
Old: Object of type `typing.TypeVar` has no attribute `is_enabled`
New: Object of type `T@Draw` has no attribute `is_enabled`
[error] unresolved-attribute - :393 -
Old: Object of type `(MutationContext, (SearchStrategy[typing.TypeVar], /) -> typing.TypeVar, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]` has no attribute `__name__`
New: Object of type `(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]` has no attribute `__name__`
[error] unresolved-attribute - :547 -
Old: Object of type `typing.TypeVar` has no attribute `is_enabled`
New: Object of type `T@Draw` has no attribute `is_enabled`
[error] invalid-return-type - :607 -
Old: Return type does not match returned value: expected `tuple[(MutationContext, (SearchStrategy[typing.TypeVar], /) -> typing.TypeVar, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None], ...]`, found `typing.TypeVar`
New: Return type does not match returned value: expected `tuple[(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None], ...]`, found `T@Draw`
[error] invalid-argument-type - :607 -
Old: Argument is incorrect: Expected `SearchStrategy[typing.TypeVar]`, found `SearchStrategy[list[(MutationContext, (SearchStrategy[typing.TypeVar], /) -> typing.TypeVar, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]]`
New: Argument is incorrect: Expected `SearchStrategy[T@Draw]`, found `SearchStrategy[list[(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]]`

src/schemathesis/specs/openapi/stateful/__init__.py

[error] invalid-return-type - :377:12 - Return type does not match returned value: expected `((...) -> Unknown, /) -> Rule`, found `(...) -> MultipleResults[Any] | Any`

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

sklearn/linear_model/_linear_loss.py

[error] invalid-argument-type - :755:60 - Argument to function `multi_dot` is incorrect: Expected `Iterable[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 7 union elements]`, found `list[Unknown | dia_matrix[Any]]`

sklearn/cluster/tests/test_bicluster.py

[warning] possibly-missing-attribute - :50:17 - Attribute `toarray` may be missing on object of type `(ndarray[tuple[int, int], dtype[signedinteger[Any]]] & SparseABC) | (Unknown & SparseABC) | (list[list[Unknown]] & SparseABC)`

sklearn/cluster/tests/test_dbscan.py

[warning] possibly-missing-attribute - :120:28 - Attribute `toarray` may be missing on object of type `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[warning] possibly-missing-attribute - :120:41 - Attribute `toarray` may be missing on object of type `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`

sklearn/cluster/tests/test_k_means.py

[error] no-matching-overload - :1046:16 - No overload of function `random` matches arguments
[error] no-matching-overload - :1071:16 - No overload of function `random` matches arguments
[error] unresolved-attribute - :1049:15 - Object of type `spmatrix[float64]` has no attribute `toarray`
[error] unresolved-attribute - :1058:9 - Object of type `spmatrix[float64]` has no attribute `data`
[error] unresolved-attribute - :1058:24 - Object of type `spmatrix[float64]` has no attribute `indices`
[error] unresolved-attribute - :1074:15 - Object of type `spmatrix[float64]` has no attribute `toarray`

sklearn/compose/tests/test_column_transformer.py

[error] invalid-argument-type - :77:46 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `int`
[error] invalid-argument-type - :77:57 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT] | None`, found `int`
[error] invalid-argument-type - :473:41 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `Literal[3]`
[error] invalid-argument-type - :473:44 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT] | None`, found `Literal[2]`

sklearn/datasets/_samples_generator.py

[error] invalid-argument-type - :1820:20 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `Unknown | Literal[1]`
[error] no-matching-overload - :1821:11 - No overload of function `random` matches arguments
[error] invalid-argument-type - :1144 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `@Todo | (float & ~Real)`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~Real) | (float & ~Real) | ndarray[tuple[int], dtype[Any]]`

sklearn/decomposition/_dict_learning.py

[error] no-matching-overload - :187:21 - No overload matches arguments
[error] no-matching-overload - :187:47 - No overload matches arguments

sklearn/decomposition/_fastica.py

[error] no-matching-overload - :687:25 - No overload of function `std` matches arguments

sklearn/decomposition/_nmf.py

[error] unsupported-operator - :138:15 - Operator `>` is not supported for types `memoryview[int]` and `floating[Any]`, in comparing `Unknown | memoryview[int] | ndarray[tuple[int], dtype[Unknown]]` with `floating[Any]`

sklearn/decomposition/tests/test_incremental_pca.py

[error] no-matching-overload - :254:5 - No overload of function `assert_allclose` matches arguments
[error] invalid-argument-type - :306:43 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :405:31 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] no-matching-overload - :462:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :479:5 - No overload of function `assert_allclose` matches arguments

sklearn/decomposition/tests/test_pca.py

[error] no-matching-overload - :92:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :123:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :140:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :148:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :175:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :197:9 - No overload of function `random` matches arguments

sklearn/decomposition/tests/test_truncated_svd.py

[error] no-matching-overload - :18:9 - No overload of function `random` matches arguments
[error] unresolved-attribute - :19:5 - Object of type `spmatrix[float64]` has no attribute `data`
[error] unresolved-attribute - :19:28 - Object of type `spmatrix[float64]` has no attribute `data`

sklearn/dummy.py

[error] no-matching-overload - :332:21 - No overload of function `tile` matches arguments

sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py

[error] no-matching-overload - :453:17 - No overload of function `amax` matches arguments
[error] no-matching-overload - :454:20 - No overload of function `amin` matches arguments
[warning] possibly-missing-attribute - :1134:9 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1146:13 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1181:9 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1191:13 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :408 -
Old: Attribute `size` may be missing on object of type `@Todo | None`
New: Attribute `size` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :411 -
Old: Attribute `dtype` may be missing on object of type `@Todo | None`
New: Attribute `dtype` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :414 -
Old: Attribute `dtype` may be missing on object of type `@Todo | None`
New: Attribute `dtype` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :417 -
Old: Attribute `dtype` may be missing on object of type `@Todo | None`
New: Attribute `dtype` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] not-iterable - :418 -
Old: Object of type `@Todo | None` may not be iterable
New: Object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None` may not be iterable
[warning] possibly-missing-attribute - :431 -
Old: Attribute `dtype` may be missing on object of type `@Todo | None`
New: Attribute `dtype` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] not-iterable - :441 -
Old: Object of type `@Todo | None` may not be iterable
New: Object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None` may not be iterable
[warning] possibly-missing-attribute - :450 -
Old: Attribute `dtype` may be missing on object of type `@Todo | None`
New: Attribute `dtype` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :463 -
Old: Attribute `shape` may be missing on object of type `@Todo | None`
New: Attribute `shape` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :467 -
Old: Attribute `shape` may be missing on object of type `@Todo | None`
New: Attribute `shape` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :861 -
Old: Attribute `tolist` may be missing on object of type `Unknown | list[Unknown]`
New: Attribute `tolist` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :862 -
Old: Attribute `tolist` may be missing on object of type `Unknown | list[Unknown]`
New: Attribute `tolist` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`

sklearn/externals/array_api_compat/common/_helpers.py

[warning] possibly-missing-attribute - :735 -
Old: Attribute `_meta` may be missing on object of type `@Todo | SupportsArrayNamespace[Any]`
New: Attribute `_meta` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | Unknown | SupportsArrayNamespace[Any]`

sklearn/externals/array_api_compat/numpy/_aliases.py

[error] invalid-argument-type - :145:34 - Argument to function `take_along_axis` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[integer[Any]]]`, found `ndarray[Any, dtype[bool[bool] | integer[Any] | floating[_32Bit] | ... omitted 3 union elements]]`

sklearn/feature_extraction/tests/test_text.py

[error] no-matching-overload - :1241:9 - No overload of function `rand` matches arguments
[error] no-matching-overload - :1250:9 - No overload of function `rand` matches arguments
[error] no-matching-overload - :1602:9 - No overload of function `rand` matches arguments

sklearn/feature_selection/_univariate_selection.py

[error] invalid-argument-type - :109:19 - Argument to function `nonzero` is incorrect: Expected `_SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`, found `Unknown | int | float`
[warning] possibly-missing-attribute - :109:35 - Attribute `size` may be missing on object of type `Unknown | int | float`
[error] no-matching-overload - :971:14 - No overload of function `sort` matches arguments
[error] unsupported-operator - :886 -
Old: Operator `<` is not supported for types `None` and `float`, in comparing `Unknown | None` with `Unknown | float`
New: Operator `<` is not supported for types `None` and `float`, in comparing `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | None` with `Unknown | float`
[error] invalid-argument-type - :970 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] unsupported-operator - :1052 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Unknown | int | float`
New: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | None` with `Unknown | int | float`
[error] invalid-argument-type - :1052 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | None`

sklearn/linear_model/_huber.py

[error] no-matching-overload - :60:17 - No overload of function `sum` matches arguments
[error] no-matching-overload - :327:19 - No overload of function `minimize` matches arguments

sklearn/linear_model/_logistic.py

[error] no-matching-overload - :2085:39 - No overload of function `mean` matches arguments
[error] invalid-argument-type - :385 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `@Todo | Literal[10]`
New: Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~Integral) | Literal[10] | ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - :386 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `@Todo | Literal[10]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~Integral) | Literal[10] | ndarray[tuple[Any, ...], dtype[float64]]`

sklearn/linear_model/_omp.py

[error] no-matching-overload - :85:18 - No overload of function `get_blas_funcs` matches arguments
[error] no-matching-overload - :219:18 - No overload of function `get_blas_funcs` matches arguments
[error] invalid-argument-type - :86:45 - Argument to function `get_lapack_funcs` is incorrect: Expected `Sequence[ArrayND]`, found `tuple[Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]]`
[error] invalid-argument-type - :220:45 - Argument to function `get_lapack_funcs` is incorrect: Expected `Sequence[ArrayND]`, found `tuple[Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]]`

sklearn/linear_model/_quantile.py

[error] no-matching-overload - :243:19 - No overload of function `eye` matches arguments

sklearn/linear_model/_ridge.py

[error] no-matching-overload - :253:22 - No overload of function `atleast_1d` matches arguments

sklearn/linear_model/_stochastic_gradient.py

[error] no-matching-overload - :836:44 - No overload of function `atleast_1d` matches arguments
[warning] possibly-missing-attribute - :640 -
Old: Attribute `shape` may be missing on object of type `Unknown | None | csr_matrix[Any]`
New: Attribute `shape` may be missing on object of type `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :643 -
Old: Attribute `shape` may be missing on object of type `Unknown | None | csr_matrix[Any]`
New: Attribute `shape` may be missing on object of type `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :777 -
Old: Attribute `reshape` may be missing on object of type `Unknown | None | csr_matrix[Any]`
New: Attribute `reshape` may be missing on object of type `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :1686 -
Old: Attribute `T` may be missing on object of type `Unknown | None | csr_matrix[Any]`
New: Attribute `T` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`
[warning] possibly-missing-attribute - :1739 -
Old: Attribute `dtype` may be missing on object of type `Unknown | None | csr_matrix[Any]`
New: Attribute `dtype` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | None | csr_matrix[Any]`
[error] unsupported-operator - :2354 -
Old: Operator `-` is unsupported between objects of type `Literal[1]` and `Unknown | None`
New: Operator `-` is unsupported between objects of type `Literal[1]` and `Unknown | ndarray[tuple[Any, ...], Unknown] | None | ndarray[tuple[int], dtype[Unknown]]`
[warning] possibly-missing-attribute - :2358 -
Old: Attribute `dtype` may be missing on object of type `Unknown | None | csr_matrix[Any]`
New: Attribute `dtype` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | None | csr_matrix[Any]`
[warning] possibly-missing-attribute - :2447 -
Old: Attribute `shape` may be missing on object of type `Unknown | None | csr_matrix[Any]`
New: Attribute `shape` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`
[warning] possibly-missing-attribute - :2450 -
Old: Attribute `shape` may be missing on object of type `Unknown | None | csr_matrix[Any]`
New: Attribute `shape` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`
[warning] possibly-missing-attribute - :2632 -
Old: Attribute `T` may be missing on object of type `Unknown | None | csr_matrix[Any]`
New: Attribute `T` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`

sklearn/linear_model/tests/test_base.py

[error] invalid-argument-type - :101:20 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `Literal[10]`
[error] invalid-argument-type - :151:20 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `Literal[100]`
[error] invalid-argument-type - :151:23 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT] | None`, found `Literal[100]`
[warning] possibly-missing-attribute - :314:25 - Attribute `toarray` may be missing on object of type `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[warning] possibly-missing-attribute - :328:25 - Attribute `toarray` may be missing on object of type `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[warning] possibly-missing-attribute - :476:13 - Attribute `toarray` may be missing on object of type `ndarray[tuple[Any, ...], dtype[float64]] | @Todo`
[error] no-matching-overload - :503:9 - No overload of function `rand` matches arguments
[error] no-matching-overload - :832:14 - No overload of function `vstack` matches arguments

sklearn/linear_model/tests/test_bayes.py

[warning] possibly-missing-attribute - :31 -
Old: Attribute `shape` may be missing on object of type `Unknown | list[Unknown]`
New: Attribute `shape` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`

sklearn/linear_model/tests/test_coordinate_descent.py

[error] no-matching-overload - :1322:14 - No overload of function `vstack` matches arguments
[warning] possibly-missing-attribute - :1387:26 - Attribute `toarray` may be missing on object of type `ndarray[tuple[Any, ...], dtype[float64]] | @Todo`

sklearn/linear_model/tests/test_huber.py

[error] invalid-argument-type - :171:44 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`

sklearn/linear_model/tests/test_logistic.py

[warning] possibly-missing-attribute - :535:39 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :537:34 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :693:35 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :696:30 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :727:43 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :730:38 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :2014:35 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :2024:30 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] no-matching-overload - :2120:5 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2428:23 - No overload of function `rand` matches arguments
[warning] possibly-missing-attribute - :540 -
Old: Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown]`
New: Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :543 -
Old: Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown]`
New: Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :748 -
Old: Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown]`
New: Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :757 -
Old: Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown]`
New: Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :760 -
Old: Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown]`
New: Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1977 -
Old: Attribute `shape` may be missing on object of type `Unknown | list[Unknown] | float`
New: Attribute `shape` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]] | float`
[warning] possibly-missing-attribute - :1978 -
Old: Attribute `shape` may be missing on object of type `Unknown | list[Unknown] | float`
New: Attribute `shape` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]] | float`

sklearn/linear_model/tests/test_passive_aggressive.py

[error] invalid-argument-type - :215:25 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[error] invalid-argument-type - :215:36 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[error] invalid-argument-type - :216:25 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[error] invalid-argument-type - :216:36 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :154 -
Old: Attribute `ravel` may be missing on object of type `Unknown | None | csr_matrix[Any]`
New: Attribute `ravel` may be missing on object of type `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :291 -
Old: Attribute `ravel` may be missing on object of type `Unknown | None | csr_matrix[Any]`
New: Attribute `ravel` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`

sklearn/linear_model/tests/test_perceptron.py

[warning] possibly-missing-attribute - :60 -
Old: Attribute `ravel` may be missing on object of type `Unknown | None | csr_matrix[Any]`
New: Attribute `ravel` may be missing on object of type `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`

sklearn/linear_model/tests/test_ridge.py

[error] no-matching-overload - :646:16 - No overload of function `__new__` matches arguments
[warning] possibly-missing-attribute - :2280:13 - Attribute `toarray` may be missing on object of type `ndarray[tuple[Any, ...], dtype[float64]] | @Todo`

sklearn/linear_model/tests/test_sgd.py

[error] no-matching-overload - :2128:9 - No overload of function `random` matches arguments

sklearn/linear_model/tests/test_sparse_coordinate_descent.py

[error] no-matching-overload - :381:9 - No overload of function `random` matches arguments
[error] unresolved-attribute - :384:5 - Unresolved attribute `data` on type `spmatrix[float64]`.
[error] unresolved-attribute - :384:40 - Object of type `spmatrix[float64]` has no attribute `data`

sklearn/manifold/_locally_linear.py

[error] no-matching-overload - :190:39 - No overload of function `eigh` matches arguments

sklearn/manifold/tests/test_isomap.py

[error] no-matching-overload - :237:9 - No overload of function `rand` matches arguments

sklearn/manifold/tests/test_spectral_embedding.py

[error] no-matching-overload - :314:9 - No overload of function `rand` matches arguments

sklearn/mixture/tests/test_gaussian_mixture.py

[error] no-matching-overload - :639:13 - No overload of function `sort` matches arguments
[error] invalid-argument-type - :880:25 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :880:37 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :881:25 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :881:35 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :1102:64 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :1139:21 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :1153:35 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`

sklearn/model_selection/tests/test_split.py

[error] no-matching-overload - :1578:9 - No overload of function `repeat` matches arguments

sklearn/model_selection/tests/test_validation.py

[error] no-matching-overload - :861:9 - No overload of function `repeat` matches arguments
[error] no-matching-overload - :890:9 - No overload of function `repeat` matches arguments
[error] invalid-argument-type - :1654:31 - Argument to function `assert_array_almost_equal` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :1654:31 - Argument to function `assert_array_almost_equal` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :1668:31 - Argument to function `assert_array_almost_equal` is incorrect: Expected `bool`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :1668:31 - Argument to function `assert_array_almost_equal` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-assignment - :2095:5 - Invalid subscript assignment with key of type `Literal["error_score"]` and value of type `Literal["raise"]` on object of type `dict[str, FailingClassifier | ndarray[tuple[int], dtype[signedinteger[Any]]] | None | dict[Unknown, Unknown] | int]`

sklearn/multioutput.py

[error] no-matching-overload - :717:21 - No overload of function `hstack` matches arguments
[error] invalid-argument-type - :734 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]]`

sklearn/neighbors/_base.py

[error] invalid-assignment - :1296:17 - Cannot assign to a subscript on an object of type `tuple[ndarray[tuple[Any, ...], dtype[Unknown]], ndarray[tuple[Any, ...], dtype[Unknown]]]`

sklearn/preprocessing/_polynomial.py

[error] no-matching-overload - :1147:52 - No overload matches arguments

sklearn/preprocessing/tests/test_data.py

[error] invalid-argument-type - :165:25 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - :165:39 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - :166:25 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - :166:38 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - :242:33 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - :243:33 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :247:33 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - :248:33 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :262:25 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - :263:25 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :597:55 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] invalid-argument-type - :631:54 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None | float`
[error] no-matching-overload - :1150:16 - No overload of function `rand` matches arguments
[error] no-matching-overload - :1159:56 - No overload of function `rand` matches arguments
[error] no-matching-overload - :1211:16 - No overload of function `rand` matches arguments
[error] no-matching-overload - :1474:9 - No overload of function `rand` matches arguments
[error] no-matching-overload - :2596:6 - No overload of function `random` matches arguments
[error] no-matching-overload - :2605:11 - No overload of function `random` matches arguments

sklearn/preprocessing/tests/test_encoders.py

[error] invalid-argument-type - :847 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | ndarray[tuple[int], dtype[Any]] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :890 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | ndarray[tuple[int], dtype[Any]] | ndarray[tuple[Any, ...], dtype[Any]]`

sklearn/preprocessing/tests/test_polynomial.py

[error] no-matching-overload - :909:27 - No overload of function `random` matches arguments
[error] no-matching-overload - :944:27 - No overload of function `random` matches arguments
[error] no-matching-overload - :967:27 - No overload of function `random` matches arguments
[error] no-matching-overload - :1001:9 - No overload of function `random` matches arguments

sklearn/tree/tests/test_tree.py

[warning] possibly-missing-attribute - :702:35 - Attribute `tocsr` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[int, int], Unknown]`
[warning] possibly-missing-attribute - :725:35 - Attribute `tocsr` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[int, int], Unknown]`
[warning] possibly-missing-attribute - :773:35 - Attribute `tocsr` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[int, int], Unknown]`
[warning] possibly-missing-attribute - :796:35 - Attribute `tocsr` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[int, int], Unknown]`
[warning] possibly-missing-attribute - :683 -
Old: Attribute `astype` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | list[Unknown | float | int]`
New: Attribute `astype` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :755 -
Old: Attribute `astype` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | list[Unknown | float | int]`
New: Attribute `astype` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :1378 -
Old: Attribute `shape` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | list[Unknown | float | int]`
New: Attribute `shape` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :2013 -
Old: Attribute `astype` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | list[Unknown | float | int]`
New: Attribute `astype` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`

sklearn/utils/tests/test_extmath.py

[error] no-matching-overload - :242:38 - No overload of function `eigh` matches arguments
[error] no-matching-overload - :1075:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :1076:9 - No overload of function `random` matches arguments
[error] unresolved-attribute - :1084:20 - Object of type `spmatrix[complexfloating[Any, Any]]` has no attribute `toarray`

sklearn/utils/tests/test_multiclass.py

[warning] possibly-missing-attribute - :399 -
Old: Attribute `toarray` may be missing on object of type `(Unknown & SparseABC) | (list[Unknown | list[Unknown | int]] & SparseABC) | (_NotAnArray & SparseABC) | ... omitted 11 union elements`
New: Attribute `toarray` may be missing on object of type `(Unknown & SparseABC) | (list[Unknown | list[Unknown | int]] & SparseABC) | (ndarray[tuple[Any, ...], dtype[Any]] & SparseABC) | ... omitted 13 union elements`

sklearn/utils/tests/test_sparsefuncs.py

[error] no-matching-overload - :440:13 - No overload of function `random` matches arguments
[error] no-matching-overload - :441:13 - No overload of function `random` matches arguments
[error] no-matching-overload - :444:13 - No overload of function `random` matches arguments
[error] no-matching-overload - :445:13 - No overload of function `hstack` matches arguments
[error] no-matching-overload - :448:21 - No overload of function `random` matches arguments
[error] no-matching-overload - :481:10 - No overload of function `random` matches arguments
[error] no-matching-overload - :482:10 - No overload of function `random` matches arguments
[error] no-matching-overload - :500:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :608:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :640:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :679:12 - No overload of function `get_blas_funcs` matches arguments
[error] no-matching-overload - :702:12 - No overload of function `get_blas_funcs` matches arguments
[error] no-matching-overload - :729:12 - No overload of function `get_blas_funcs` matches arguments
[error] no-matching-overload - :752:12 - No overload of function `get_blas_funcs` matches arguments
[error] no-matching-overload - :941:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :959:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :1005:10 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1005:35 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1006:10 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1006:35 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1007:10 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1007:35 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1008:10 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1008:35 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1010:13 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1011:13 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1016:13 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1017:13 - No overload of function `eye` matches arguments
[error] no-matching-overload - :943:19 - No overload of function `norm` matches arguments

sklearn/utils/tests/test_testing.py

[error] no-matching-overload - :1105:16 - No overload of function `random` matches arguments

sklearn/utils/tests/test_validation.py

[error] no-matching-overload - :159:38 - No overload of function `random` matches arguments
[error] no-matching-overload - :707:9 - No overload of function `random` matches arguments

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

scipy/io/arff/tests/test_arffread.py

[error] invalid-assignment - :43:1 - Invalid subscript assignment with key of type `Literal["yop"]` and value of type `ndarray[tuple[Any, ...], dtype[Any]]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'float'>]]]`
[error] invalid-assignment - :44:1 - Invalid subscript assignment with key of type `Literal["yap"]` and value of type `ndarray[tuple[Any, ...], dtype[Any]]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'float'>]]]`
[error] invalid-argument-type - :68:43 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | int | float | str`
[error] invalid-argument-type - :97:48 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'float'>]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, <class 'float'>]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Unknown | str` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, <class 'float'>]]]`

scipy/io/matlab/_mio5_params.py

[error] unresolved-attribute - :246:9 - Unresolved attribute `classname` on type `ndarray[tuple[Any, ...], Unknown]`.

scipy/optimize/_trustregion_constr/tests/test_canonical_constraint.py

[warning] possibly-missing-attribute - :272:18 - Attribute `toarray` may be missing on object of type `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :273:18 - Attribute `toarray` may be missing on object of type `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/optimize/tests/test_cobyla.py

[error] invalid-argument-type - :71:13 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`

scipy/optimize/tests/test_constraint_conversion.py

[error] invalid-argument-type - :205:49 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown | float] | None`

scipy/optimize/tests/test_trustregion.py

[error] no-matching-overload - :52:9 - No overload of function `assert_allclose` matches arguments

scipy/signal/tests/test_bsplines.py

[error] invalid-argument-type - :294:37 - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | float | int]`
[error] invalid-argument-type - :294:41 - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :302:37 - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :302:41 - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | float | int]`
[error] invalid-argument-type - :319:53 - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | float | int]`
[error] invalid-argument-type - :319:57 - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :320:59 - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | float | int]`
[error] invalid-argument-type - :320:63 - Argument to function `sepfir2d` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_32Bit]]] | ndarray[tuple[Any, ...], dtype[float64]] | ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit]]] | ndarray[tuple[Any, ...], dtype[complex128]]`, found `list[Unknown | int]`

scipy/sparse/tests/test_matrix_io.py

[error] invalid-argument-type - :102:27 - Argument to function `savez` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Executor`

scipy/spatial/tests/test_qhull.py

[error] invalid-argument-type - :1304:26 - Argument to bound method `find_simplex` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Delaunay`

scipy/special/tests/test_ndtri_exp.py

[error] invalid-argument-type - :83:38 - Argument to bound method `reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | floating[Any] | int]`

scipy/signal/_spline.pyi

[error] invalid-type-form - :10:29 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :13:42 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :17:33 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :20:46 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :24:33 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :27:46 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :31:21 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :32:20 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :33:20 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :33:45 - Variable of type `UnionType` is not allowed in a type expression

scipy/sparse/linalg/tests/test_special_sparse_arrays.py

[error] no-matching-overload - :86:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :103:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :109:13 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :111:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :111:56 - No overload of function `eye` matches arguments
[error] no-matching-overload - :114:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :121:47 - No overload of function `eye` matches arguments

benchmarks/benchmarks/spatial.py

[error] no-matching-overload - :382:9 - No overload of function `cdist` matches arguments
[error] no-matching-overload - :388:9 - No overload of function `pdist` matches arguments
[error] no-matching-overload - :446:9 - No overload of function `cdist` matches arguments
[error] no-matching-overload - :451:9 - No overload of function `pdist` matches arguments

scipy/_lib/array_api_compat/array_api_compat/common/_helpers.py

[warning] possibly-missing-attribute - :747:27 - Attribute `_meta` may be missing on object of type `(Unknown & ~ndarray[tuple[object, ...], dtype[object]]) | (SupportsArrayNamespace[Any] & ~ndarray[tuple[object, ...], dtype[object]])`

scipy/_lib/array_api_compat/array_api_compat/numpy/_aliases.py

[error] invalid-return-type - :126:12 - Return type does not match returned value: expected `ndarray[Any, dtype[numpy.bool[builtins.bool] | integer[Any] | floating[_32Bit] | ... omitted 3 union elements]]`, found `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool] | integer[Any] | floating[_32Bit] | ... omitted 4 union elements]]`
[error] invalid-argument-type - :126:34 - Argument to function `take_along_axis` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[integer[Any]]]`, found `ndarray[Any, dtype[bool[bool] | integer[Any] | floating[_32Bit] | ... omitted 3 union elements]]`

scipy/_lib/cobyqa/cobyqa/main.py

[error] no-matching-overload - :990:41 - No overload of function `amin` matches arguments
[error] no-matching-overload - :997:41 - No overload of function `amax` matches arguments
[error] invalid-argument-type - :1505 -
Old: Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
New: Argument to function `printoptions` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

scipy/_lib/cobyqa/cobyqa/problem.py

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

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

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

scipy/_lib/cobyqa/examples/powell1994.py

[error] no-matching-overload - :91:23 - No overload of function `block` matches arguments

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

[error] unsupported-operator - :293:15 - Operator `>` is not supported for types `None` and `floating[Any]`, in comparing `Unknown | None` with `floating[Any]`
[error] unsupported-operator - :294:15 - Operator `<` is not supported for types `None` and `floating[Any]`, in comparing `Unknown | None` with `floating[Any]`
[error] no-matching-overload - :325:20 - No overload matches arguments
[error] invalid-argument-type - :332:24 - Argument to function `size` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] no-matching-overload - :381:30 - No overload matches arguments
[warning] possibly-missing-attribute - :557 -
Old: Attribute `shape` may be missing on object of type `@Todo | None`
New: Attribute `shape` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] invalid-argument-type - :557 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `@Todo | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `ndarray[tuple[Any, ...], dtype[Unknown]] | None`

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

[error] invalid-argument-type - :114:24 - Argument to function `selectx` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - :550:20 - Argument to function `selectx` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[float64]] | Unknown`

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

[error] invalid-assignment - :232:21 - Invalid subscript assignment with key of type `list[Unknown | signedinteger[_64Bit] | int]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - :232:21 - Invalid subscript assignment with key of type `list[Unknown | signedinteger[_64Bit] | int]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :232:44 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :232:44 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :244:62 - Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[Any]]` with `int`
[error] invalid-assignment - :266:17 - Invalid subscript assignment with key of type `list[Unknown | signedinteger[_64Bit] | int]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - :266:17 - Invalid subscript assignment with key of type `list[Unknown | signedinteger[_64Bit] | int]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :266:42 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :266:42 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

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

[error] no-matching-overload - :368:11 - No overload of function `amax` matches arguments
[error] no-matching-overload - :399:67 - No overload matches arguments

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

[error] invalid-argument-type - :84:35 - Argument to function `size` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :111:20 - Argument to function `size` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :147:35 - Argument to function `size` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :177:20 - Argument to function `size` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :248:35 - Argument to function `size` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :274:20 - Argument to function `size` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`

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

[error] no-matching-overload - :125:12 - No overload matches arguments
[error] no-matching-overload - :138:12 - No overload matches arguments
[error] no-matching-overload - :148:12 - No overload matches arguments
[error] no-matching-overload - :157:12 - No overload matches arguments
[error] no-matching-overload - :271:24 - No overload matches arguments
[error] no-matching-overload - :121:52 - No overload matches arguments
[error] no-matching-overload - :161:28 - No overload matches arguments
[error] no-matching-overload - :209:19 - No overload matches arguments
[error] no-matching-overload - :209:69 - No overload matches arguments
[error] no-matching-overload - :210:19 - No overload matches arguments
[error] no-matching-overload - :210:70 - No overload matches arguments
[error] no-matching-overload - :239:13 - No overload matches arguments
[error] no-matching-overload - :246:13 - No overload matches arguments

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

[error] no-matching-overload - :117:28 - No overload matches arguments
[error] no-matching-overload - :117:47 - No overload of function `isneginf` matches arguments
[error] invalid-argument-type - :118:28 - Argument to function `size` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :118:71 - Argument to function `size` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :201:28 - Argument to function `size` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :201:71 - Argument to function `size` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] no-matching-overload - :225:42 - No overload of function `isposinf` matches arguments
[error] no-matching-overload - :226:54 - No overload of function `isposinf` matches arguments
[error] unsupported-operator - :236:27 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
[error] unsupported-operator - :236:44 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
[error] unsupported-operator - :239:46 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
[error] unsupported-operator - :242:29 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
[error] unsupported-operator - :249:31 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float | floating[Any]`
[error] unsupported-operator - :249:45 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float | floating[Any]`
[error] unsupported-operator - :253:36 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :255:37 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float | floating[Any]`
[error] unsupported-operator - :281:44 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float | floating[Any]`
[error] unsupported-operator - :282:52 - Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float | floating[Any]`
[error] invalid-argument-type - :294:50 - Argument to function `isbetter` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :294:63 - Argument to function `isbetter` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/cluster/hierarchy.py

[error] invalid-argument-type - :1389:31 - Argument to function `nonzero` is incorrect: Expected `_SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`, found `bool`

scipy/differentiate/tests/test_differentiate.py

[error] invalid-argument-type - :622:43 - Argument to function `df5` is incorrect: Expected `TestJacobian`, found `ndarray[tuple[Any, ...], dtype[float64]]`

scipy/integrate/_ode.py

[error] unsupported-operator - :652 -
Old: Operator `*` is unsupported between objects of type `complex` and `Unknown | list[Unknown]`
New: Operator `*` is unsupported between objects of type `complex` and `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/integrate/_quad_vec.py

[error] no-matching-overload - :427:21 - No overload matches arguments
[error] no-matching-overload - :427:51 - No overload matches arguments
[error] no-matching-overload - :383:38 - No overload matches arguments
[error] no-matching-overload - :419:42 - No overload matches arguments

scipy/integrate/_quadrature.py

[warning] possibly-missing-attribute - :547 -
Old: Attribute `reshape` may be missing on object of type `None | @Todo`
New: Attribute `reshape` may be missing on object of type `None | ndarray[tuple[Any, ...], dtype[Unknown]] | Unknown`

scipy/integrate/tests/test_quadrature.py

[error] invalid-argument-type - :492:21 - Argument to function `moveaxis` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Unknown]]`, found `Unknown | None`
[error] invalid-argument-type - :492:45 - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :493:22 - Argument to function `moveaxis` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Unknown]]`, found `Unknown | None`
[error] invalid-argument-type - :493:47 - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :494:27 - Argument to function `moveaxis` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Unknown]]`, found `Unknown | None`
[error] invalid-argument-type - :494:57 - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] no-matching-overload - :504:9 - No overload of function `broadcast_to` matches arguments
[error] no-matching-overload - :505:15 - No overload of function `broadcast_to` matches arguments

scipy/interpolate/_fitpack2.py

[error] no-matching-overload - :1434:16 - No overload of function `ravel` matches arguments
[error] no-matching-overload - :1519:16 - No overload of function `ravel` matches arguments
[error] no-matching-overload - :1621:42 - No overload of function `ravel` matches arguments
[error] unresolved-attribute - :1951:17 - Object of type `bool` has no attribute `all`
[error] unresolved-attribute - :1953:17 - Object of type `bool` has no attribute `all`
[error] unresolved-attribute - :2102:17 - Object of type `bool` has no attribute `all`
[error] unresolved-attribute - :2104:17 - Object of type `bool` has no attribute `all`
[error] unresolved-attribute - :2106:17 - Object of type `bool` has no attribute `all`
[error] unresolved-attribute - :2108:17 - Object of type `bool` has no attribute `all`

scipy/interpolate/_fitpack_impl.py

[error] no-matching-overload - :567:31 - No overload of function `atleast_1d` matches arguments
[error] no-matching-overload - :568:31 - No overload of function `atleast_1d` matches arguments
[error] invalid-argument-type - :158 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | int`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]] | int`

scipy/interpolate/_fitpack_repro.py

[error] invalid-argument-type - :1318 -
Old: Argument to function `concat_1d` is incorrect: Expected `Iterable[Any | _Buffer]`, found `float`
New: Argument to function `concat_1d` is incorrect: Expected `Iterable[Any | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements]`, found `float`

scipy/interpolate/_polyint.py

[error] invalid-argument-type - :854:31 - Argument to function `dot` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :106 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | tuple[Any, ...]`
[error] invalid-argument-type - :190 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | tuple[Any, ...]`

scipy/interpolate/tests/test_polyint.py

[error] no-matching-overload - :271:39 - No overload of function `outer` matches arguments
[error] no-matching-overload - :277:39 - No overload of function `outer` matches arguments
[error] no-matching-overload - :283:39 - No overload of function `outer` matches arguments
[error] no-matching-overload - :455:46 - No overload of function `outer` matches arguments
[error] no-matching-overload - :461:46 - No overload of function `outer` matches arguments
[error] no-matching-overload - :467:45 - No overload of function `outer` matches arguments
[warning] possibly-missing-attribute - :522 -
Old: Attribute `ravel` may be missing on object of type `Unknown | None`
New: Attribute `ravel` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/io/_mmio.py

[warning] possibly-missing-attribute - :914:19 - Attribute `tocoo` may be missing on object of type `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~<Protocol with members '__array__'>) | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[Any, ...], Unknown]`

scipy/io/_netcdf.py

[error] no-matching-overload - :723:29 - No overload of bound method `reshape` matches arguments
[error] no-matching-overload - :727:29 - No overload of function `frombuffer` matches arguments

scipy/io/matlab/tests/test_mio.py

[error] invalid-argument-type - :142:1 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], dtype[void]]]` cannot be called with key of type `Literal["stringfield"]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :143:1 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], dtype[void]]]` cannot be called with key of type `Literal["doublefield"]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :144:1 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], dtype[void]]]` cannot be called with key of type `Literal["complexfield"]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :164 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], dtype[void]]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :165 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], dtype[void]]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :166 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], dtype[void]]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :173 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], dtype[void]]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :174 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], dtype[void]]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :175 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], dtype[void]]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :176 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], dtype[void]]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :779 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], @Todo]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
[error] invalid-argument-type - :780 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], @Todo]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
[error] invalid-argument-type - :781 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], @Todo]]` cannot be called with key of type `Literal[1]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal[1]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
[error] invalid-argument-type - :782 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], @Todo]]` cannot be called with key of type `Literal[1]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `Literal[1]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`

scipy/io/matlab/tests/test_mio5_utils.py

[error] invalid-assignment - :59:5 - Invalid subscript assignment with key of type `Literal["mdtype"]` and value of type `Unknown` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, Unknown] | tuple[str, dtype[Any]]]]`
[error] invalid-assignment - :60:5 - Invalid subscript assignment with key of type `Literal["byte_count"]` and value of type `int` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, Unknown] | tuple[str, dtype[Any]]]]`
[error] invalid-assignment - :61:5 - Invalid subscript assignment with key of type `Literal["val"]` and value of type `Unknown` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, Unknown] | tuple[str, dtype[Any]]]]`

scipy/io/matlab/tests/test_streams.py

[error] invalid-argument-type - :207:41 - Argument to function `compress` is incorrect: Expected `Buffer`, found `ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - :226:41 - Argument to function `compress` is incorrect: Expected `Buffer`, found `ndarray[tuple[int], dtype[Unknown]]`

scipy/linalg/tests/test_basic.py

[error] no-matching-overload - :1459:29 - No overload of function `tri` matches arguments
[error] no-matching-overload - :1471:29 - No overload of function `tri` matches arguments

scipy/linalg/tests/test_decomp_ldl.py

[error] no-matching-overload - :101:36 - No overload of bound method `integers` matches arguments
[error] no-matching-overload - :120:36 - No overload of bound method `integers` matches arguments
[error] no-matching-overload - :131:36 - No overload of bound method `integers` matches arguments
[error] no-matching-overload - :79:21 - No overload of bound method `integers` matches arguments

scipy/ndimage/_measurements.py

[warning] possibly-missing-attribute - :993 -
Old: Attribute `ravel` may be missing on object of type `None | @Todo`
New: Attribute `ravel` may be missing on object of type `None | Unknown`

scipy/ndimage/_morphology.py

[error] no-matching-overload - :940:9 - No overload matches arguments
[error] no-matching-overload - :941:9 - No overload matches arguments
[error] no-matching-overload - :1166:9 - No overload matches arguments
[error] no-matching-overload - :1896:9 - No overload matches arguments
[error] no-matching-overload - :1898:9 - No overload matches arguments
[error] no-matching-overload - :1981:9 - No overload matches arguments
[error] no-matching-overload - :1983:9 - No overload matches arguments
[error] no-matching-overload - :2201:14 - No overload of function `ravel` matches arguments
[error] unsupported-operator - :1441 -
Old: Operator `&` is unsupported between objects of type `@Todo | None` and `Literal[1]`
New: Operator `&` is unsupported between objects of type `Any | None` and `Literal[1]`
[warning] possibly-missing-attribute - :2391 -
Old: Attribute `ndim` may be missing on object of type `Unknown | None`
New: Attribute `ndim` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :2393 -
Old: Attribute `size` may be missing on object of type `Unknown | None`
New: Attribute `size` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :2393 -
Old: Attribute `shape` may be missing on object of type `Unknown | None`
New: Attribute `shape` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :2414 -
Old: Attribute `shape` may be missing on object of type `Unknown | None`
New: Attribute `shape` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/optimize/_differentiable_functions.py

[error] no-matching-overload - :76:27 - No overload of function `copy` matches arguments
[warning] possibly-missing-attribute - :639:22 - Attribute `toarray` may be missing on object of type `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] no-matching-overload - :643:22 - No overload of function `atleast_2d` matches arguments
[warning] possibly-missing-attribute - :385 -
Old: Attribute `update` may be missing on object of type `Unknown | None | csr_array`
New: Attribute `update` may be missing on object of type `Unknown | None | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/optimize/_differentialevolution.py

[error] no-matching-overload - :928:27 - No overload of function `broadcast_to` matches arguments
[error] invalid-assignment - :1437:9 - Invalid subscript assignment with key of type `list[Unknown | int | signedinteger[_64Bit]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - :1437:9 - Invalid subscript assignment with key of type `list[Unknown | int | signedinteger[_64Bit]]` and value of type `Unknown` on object of type `ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - :1437:44 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :1437:44 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], dtype[void]]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[int], dtype[Any]]`
[error] invalid-assignment - :1438:9 - Invalid subscript assignment with key of type `tuple[list[Unknown | int | signedinteger[_64Bit]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :1438:38 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `tuple[list[Unknown | signedinteger[_64Bit] | int], slice[None, None, None]]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - :1439:9 - Invalid subscript assignment with key of type `list[Unknown | int | signedinteger[_64Bit]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :1439:33 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - :1440:9 - Invalid subscript assignment with key of type `tuple[list[Unknown | int | signedinteger[_64Bit]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - :1440:9 - Invalid subscript assignment with key of type `tuple[list[Unknown | int | signedinteger[_64Bit]], slice[None, None, None]]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - :1441:9 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `tuple[list[Unknown | signedinteger[_64Bit] | int], slice[None, None, None]]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :1441:9 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[float64]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `tuple[list[Unknown | signedinteger[_64Bit] | int], slice[None, None, None]]` on object of type `ndarray[tuple[Any, ...], dtype[float64]]`

scipy/optimize/_hessian_update_strategy.py

[error] no-matching-overload - :213:29 - No overload of function `shape` matches arguments
[error] no-matching-overload - :216:29 - No overload of function `shape` matches arguments
[error] no-matching-overload - :277:17 - No overload of function `copy` matches arguments
[error] no-matching-overload - :279:17 - No overload of function `copy` matches arguments
[warning] possibly-missing-attribute - :214 -
Old: Attribute `dtype` may be missing on object of type `Unknown | None | float`
New: Attribute `dtype` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Any]] | float`
[warning] possibly-missing-attribute - :217 -
Old: Attribute `dtype` may be missing on object of type `Unknown | None | float`
New: Attribute `dtype` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Any]] | float`
[error] unsupported-operator - :239 -
Old: Operator `*=` is unsupported between objects of type `None` and `float | @Todo`
New: Operator `*=` is unsupported between objects of type `None` and `float | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unsupported-operator - :244 -
Old: Operator `*=` is unsupported between objects of type `None` and `float | @Todo`
New: Operator `*=` is unsupported between objects of type `None` and `float | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/optimize/_linprog.py

[error] no-matching-overload - :644:23 - No overload of function `broadcast_to` matches arguments

scipy/optimize/_linprog_util.py

[error] no-matching-overload - :1178:20 - No overload of function `vstack` matches arguments
[error] no-matching-overload - :1181:20 - No overload of function `vstack` matches arguments
[error] no-matching-overload - :1186:10 - No overload of function `vstack` matches arguments
[error] no-matching-overload - :1206:10 - No overload of function `vstack` matches arguments
[warning] possibly-missing-attribute - :1216:13 - Attribute `tocsc` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/optimize/_lsq/least_squares.py

[warning] possibly-missing-attribute - :158 -
Old: Attribute `ndim` may be missing on object of type `@Todo | float`
New: Attribute `ndim` may be missing on object of type `(Unknown & ~None & ~Literal["jac"]) | float | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :161 -
Old: Attribute `shape` may be missing on object of type `@Todo | float`
New: Attribute `shape` may be missing on object of type `Unknown | float | ndarray[tuple[Any, ...], dtype[Any]]`

scipy/optimize/_lsq/lsq_linear.py

[error] no-matching-overload - :315:20 - No overload of function `lstsq` matches arguments

scipy/optimize/_nonlin.py

[error] no-matching-overload - :696:41 - No overload matches arguments
[error] no-matching-overload - :708:40 - No overload matches arguments
[error] no-matching-overload - :1291:19 - No overload matches arguments
[error] no-matching-overload - :1294:19 - No overload matches arguments
[error] no-matching-overload - :1359:9 - No overload of function `clip` matches arguments
[error] unsupported-operator - :1152:31 - Operator `*` is unsupported between objects of type `Unknown | signedinteger[_64Bit] | float64` and `Unknown | None | int | float`

scipy/optimize/_optimize.py

[error] invalid-argument-type - :1828:27 - Argument to function `dot` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :1828:31 - Argument to function `dot` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :1828:57 - Argument to function `dot` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :1828:62 - Argument to function `dot` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`
[error] no-matching-overload - :1859:10 - No overload matches arguments
[error] no-matching-overload - :1859:47 - No overload matches arguments

scipy/optimize/_shgo.py

[error] no-matching-overload - :735:47 - No overload matches arguments
[error] no-matching-overload - :1234:16 - No overload of function `shape` matches arguments
[error] no-matching-overload - :1264:22 - No overload of function `delete` matches arguments
[warning] possibly-missing-attribute - :1597:9 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1599:9 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :593 -
Old: Attribute `lower` may be missing on object of type `Unknown | str | dict[Unknown, Unknown] | None`
New: Attribute `lower` may be missing on object of type `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :642 -
Old: Attribute `pop` may be missing on object of type `Unknown | str | dict[Unknown, Unknown] | None | dict[Unknown | str, Unknown | float]`
New: Attribute `pop` may be missing on object of type `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :668 -
Old: Attribute `lower` may be missing on object of type `Unknown | str | dict[Unknown, Unknown] | None`
New: Attribute `lower` may be missing on object of type `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :793 -
Old: Attribute `update` may be missing on object of type `Unknown | str | dict[Unknown, Unknown] | None`
New: Attribute `update` may be missing on object of type `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[error] unsupported-operator - :798 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | str` with `Unknown | str | dict[Unknown, Unknown] | None`
New: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | str` with `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :800 -
Old: Attribute `pop` may be missing on object of type `Unknown | str | dict[Unknown, Unknown] | None`
New: Attribute `pop` may be missing on object of type `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`

scipy/optimize/tests/test__shgo.py

[error] no-matching-overload - :49:18 - No overload of function `sum` matches arguments
[error] no-matching-overload - :71:21 - No overload of function `sum` matches arguments
[error] no-matching-overload - :536:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :688:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :696:9 - No overload of function `assert_allclose` matches arguments
[warning] possibly-missing-attribute - :1227 -
Old: Attribute `lower` may be missing on object of type `Unknown | str | dict[Unknown, Unknown] | None`
New: Attribute `lower` may be missing on object of type `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`

scipy/optimize/tests/test__spectral.py

[error] no-matching-overload - :53:21 - No overload matches arguments

scipy/optimize/tests/test_differentiable_functions.py

[error] invalid-argument-type - :492:35 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :492:45 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :678:39 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :678:49 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :252 -
Old: Attribute `dot` may be missing on object of type `Unknown | None | csr_array`
New: Attribute `dot` may be missing on object of type `Unknown | None | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :252 -
Old: Attribute `dot` may be missing on object of type `Unknown | None | csr_array`
New: Attribute `dot` may be missing on object of type `Unknown | None | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/optimize/tests/test_nonlin.py

[error] invalid-argument-type - :408:34 - Argument to function `dot` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`

scipy/optimize/tests/test_optimize.py

[error] invalid-argument-type - :1126:36 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] invalid-argument-type - :1127:38 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | None`
[error] no-matching-overload - :1553:21 - No overload of function `assert_allclose` matches arguments

scipy/signal/_signaltools.py

[error] no-matching-overload - :2213:22 - No overload of function `as_strided` matches arguments
[error] invalid-argument-type - :3565:12 - Method `__getitem__` of type `bound method poly1d.__getitem__(val: int, /) -> Any` cannot be called with key of type `slice[None, None, Literal[-1]]` on object of type `poly1d`

scipy/signal/_spectral_py.py

[error] unsupported-operator - :239:20 - Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`

scipy/signal/tests/test_ltisys.py

[error] unsupported-operator - :780 -
Old: Operator `/` is unsupported between objects of type `int | float | complex | floating[_32Bit] | @Todo` and `StateSpace`
New: Operator `/` is unsupported between objects of type `int | float | complex | floating[_32Bit] | ndarray[tuple[Any, ...], dtype[Any]]` and `StateSpace`

scipy/signal/tests/test_spectral.py

[error] invalid-argument-type - :1057:34 - Argument to function `lombscargle` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]] | None`, found `ndarray[tuple[Any, ...], dtype[float64]]`
[error] unsupported-operator - :1091:25 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] no-matching-overload - :1127:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1136:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1171:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1263:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1264:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1270:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :1270:25 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] no-matching-overload - :1311:9 - No overload of function `assert_allclose` matches arguments

scipy/sparse/_construct.py

[error] no-matching-overload - :1518:37 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1519:37 - No overload of function `__new__` matches arguments

scipy/sparse/linalg/_dsolve/linsolve.py

[warning] possibly-missing-attribute - :230 -
Old: Attribute `ndim` may be missing on object of type `Any | spmatrix`
New: Attribute `ndim` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :230 -
Old: Attribute `ndim` may be missing on object of type `Any | spmatrix`
New: Attribute `ndim` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :235 -
Old: Attribute `dtype` may be missing on object of type `Any | spmatrix`
New: Attribute `dtype` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :238 -
Old: Attribute `dtype` may be missing on object of type `Any | spmatrix`
New: Attribute `dtype` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :239 -
Old: Attribute `astype` may be missing on object of type `Any | spmatrix`
New: Attribute `astype` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :256 -
Old: Attribute `toarray` may be missing on object of type `Any | spmatrix`
New: Attribute `toarray` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :274 -
Old: Attribute `toarray` may be missing on object of type `Any | spmatrix`
New: Attribute `toarray` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :297 -
Old: Attribute `format` may be missing on object of type `Any | spmatrix`
New: Attribute `format` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :309:22 - Attribute `toarray` may be missing on object of type `Any | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :813 -
Old: Attribute `all` may be missing on object of type `Unknown | bool`
New: Attribute `all` may be missing on object of type `Unknown | bool | ndarray[tuple[Any, ...], dtype[bool[bool]]]`
[warning] possibly-missing-attribute - :814 -
Old: Attribute `all` may be missing on object of type `Unknown | bool`
New: Attribute `all` may be missing on object of type `Unknown | bool | ndarray[tuple[Any, ...], dtype[bool[bool]]]`

scipy/sparse/linalg/_isolve/iterative.py

[error] no-matching-overload - :267:16 - No overload matches arguments
[error] no-matching-overload - :1003:19 - No overload of function `vdot` matches arguments
[error] invalid-argument-type - :1003:27 - Argument to function `dot` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `None | Unknown`
[error] unsupported-operator - :128:20 - Operator `/` is unsupported between objects of type `bool[bool] | Any` and `None`
[error] unsupported-operator - :408:20 - Operator `/` is unsupported between objects of type `bool[bool] | Any` and `None`
[error] unsupported-operator - :539:20 - Operator `/` is unsupported between objects of type `bool[bool] | Any` and `None`
[error] unsupported-operator - :994:24 - Operator `/` is unsupported between objects of type `floating[Any] | Any` and `None`
[error] unsupported-operator - :996:31 - Operator `/` is unsupported between objects of type `bool[bool] | Any` and `None`
[error] unsupported-operator - :270:21 - Operator `/` is unsupported between objects of type `bool[bool] | Any` and `None`

scipy/sparse/tests/test_base.py

[error] unresolved-attribute - :2055:28 - Object of type `ndarray[tuple[Any, ...], dtype[Unknown]]` has no attribute `toarray`
[error] unresolved-attribute - :2411:35 - Object of type `ndarray[tuple[int, int], dtype[float64]]` has no attribute `toarray`

scipy/spatial/tests/test_distance.py

[error] no-matching-overload - :423:13 - No overload of function `cdist` matches arguments
[error] no-matching-overload - :425:13 - No overload of function `cdist` matches arguments
[error] no-matching-overload - :427:13 - No overload of function `cdist` matches arguments
[error] no-matching-overload - :715:13 - No overload of function `pdist` matches arguments
[error] no-matching-overload - :717:13 - No overload of function `pdist` matches arguments
[error] no-matching-overload - :719:13 - No overload of function `pdist` matches arguments

scipy/spatial/tests/test_kdtree.py

[error] invalid-argument-type - :1055:5 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[Any, dtype[Any]], (key: list[str], /) -> ndarray[Any, dtype[void]]]` cannot be called with key of type `Literal["ii"]` on object of type `ndarray[Any, list[Unknown | tuple[str, str]]]`
[error] invalid-argument-type - :1056:5 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[Any, dtype[Any]], (key: list[str], /) -> ndarray[Any, dtype[void]]]` cannot be called with key of type `Literal["dd"]` on object of type `ndarray[Any, list[Unknown | tuple[str, str]]]`
[error] invalid-argument-type - :1058:12 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[Any, dtype[Any]], (key: list[str], /) -> ndarray[Any, dtype[void]]]` cannot be called with key of type `Literal["dd"]` on object of type `ndarray[Any, list[Unknown | tuple[str, str]]]`
[error] invalid-argument-type - :1058:33 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[Any, dtype[Any]], (key: list[str], /) -> ndarray[Any, dtype[void]]]` cannot be called with key of type `Literal["ii"]` on object of type `ndarray[Any, list[Unknown | tuple[str, str]]]`
[error] invalid-assignment - :1519:13 - Implicit shadowing of function `all`

scipy/spatial/tests/test_spherical_voronoi.py

[warning] unused-ignore-comment - :130:57 - Unused blanket `type: ignore` directive

scipy/spatial/transform/_rigid_transform.py

[warning] possibly-missing-attribute - :1384 -
Old: Attribute `dtype` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements`
New: Attribute `dtype` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | ... omitted 9 union elements`
[warning] possibly-missing-attribute - :1386 -
Old: Attribute `dtype` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements`
New: Attribute `dtype` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | ... omitted 9 union elements`

scipy/spatial/transform/_rigid_transform_xp.py

[error] unsupported-operator - :284 -
Old: Operator `<` is not supported for types `_Buffer` and `Literal[0]`, in comparing `(Any & ~None) | _Buffer` with `Literal[0]`
New: Operator `<` is not supported for types `_Buffer` and `Literal[0]`, in comparing `(Any & ~None) | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements` with `Literal[0]`
[warning] possibly-missing-attribute - :288 -
Old: Attribute `shape` may be missing on object of type `(Any & ~None) | _Buffer`
New: Attribute `shape` may be missing on object of type `(Any & ~None) | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`
[warning] possibly-missing-attribute - :291 -
Old: Attribute `shape` may be missing on object of type `(Any & ~None) | _Buffer`
New: Attribute `shape` may be missing on object of type `(Any & ~None) | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`
[error] non-subscriptable - :300:23 - Cannot subscript object of type `_SupportsArray[dtype[Any]]` with no `__getitem__` method
[error] non-subscriptable - :300:23 - Cannot subscript object of type `complex` with no `__getitem__` method
[error] non-subscriptable - :300:23 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :300:23 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :300:23 - 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 `tuple[EllipsisType, None]` on object of type `str`
[error] invalid-argument-type - :300:23 - Method `__getitem__` of type `bound method _NestedSequence[_SupportsArray[dtype[Any]]].__getitem__(index: int, /) -> _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]` cannot be called with key of type `tuple[EllipsisType, None]` on object of type `_NestedSequence[_SupportsArray[dtype[Any]]]`
[error] invalid-argument-type - :300:23 - Method `__getitem__` of type `bound method _NestedSequence[int | float | complex | bytes | str].__getitem__(index: int, /) -> int | float | complex | ... omitted 3 union elements` cannot be called with key of type `tuple[EllipsisType, None]` on object of type `_NestedSequence[int | float | complex | bytes | str]`
[error] non-subscriptable - :301:27 - Cannot subscript object of type `_SupportsArray[dtype[Any]]` with no `__getitem__` method
[error] non-subscriptable - :301:27 - Cannot subscript object of type `complex` with no `__getitem__` method
[error] non-subscriptable - :301:27 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :301:27 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :301:27 - 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 `tuple[EllipsisType, None]` on object of type `str`
[error] invalid-argument-type - :301:27 - Method `__getitem__` of type `bound method _NestedSequence[_SupportsArray[dtype[Any]]].__getitem__(index: int, /) -> _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]` cannot be called with key of type `tuple[EllipsisType, None]` on object of type `_NestedSequence[_SupportsArray[dtype[Any]]]`
[error] invalid-argument-type - :301:27 - Method `__getitem__` of type `bound method _NestedSequence[int | float | complex | bytes | str].__getitem__(index: int, /) -> int | float | complex | ... omitted 3 union elements` cannot be called with key of type `tuple[EllipsisType, None]` on object of type `_NestedSequence[int | float | complex | bytes | str]`

scipy/spatial/transform/_rotation.py

[error] invalid-assignment - :55 -
Old: Object of type `tuple[tuple[Any | _Buffer, ...] | ndarray[tuple[int], Unknown], ...]` is not assignable to `tuple[tuple[Any | _Buffer, ...], ...]`
New: Object of type `tuple[tuple[Any | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements, ...] | ndarray[tuple[int], Unknown], ...]` is not assignable to `tuple[tuple[Any | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements, ...], ...]`

scipy/spatial/transform/_rotation_xp.py

[warning] possibly-missing-attribute - :417 -
Old: Attribute `shape` may be missing on object of type `Any | _Buffer`
New: Attribute `shape` may be missing on object of type `Any | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`
[warning] possibly-missing-attribute - :418 -
Old: Attribute `shape` may be missing on object of type `Any | _Buffer`
New: Attribute `shape` may be missing on object of type `Any | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`
[warning] possibly-missing-attribute - :419 -
Old: Attribute `shape` may be missing on object of type `Any | _Buffer`
New: Attribute `shape` may be missing on object of type `Any | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`
[warning] possibly-missing-attribute - :421 -
Old: Attribute `shape` may be missing on object of type `Any | _Buffer`
New: Attribute `shape` may be missing on object of type `Any | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`
[warning] possibly-missing-attribute - :423 -
Old: Attribute `shape` may be missing on object of type `Any | _Buffer`
New: Attribute `shape` may be missing on object of type `Any | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`

scipy/special/_spherical_bessel.py

[error] invalid-argument-type - :17:41 - Argument to function `where` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None`

scipy/special/tests/test_basic.py

[error] no-matching-overload - :1026:9 - No overload of function `assert_allclose` matches arguments
[error] invalid-argument-type - :3798 -
Old: Argument to function `assert_` is incorrect: Expected `str | (() -> str)`, found `tuple[@Todo, @Todo, Any, Any]`
New: Argument to function `assert_` is incorrect: Expected `str | (() -> str)`, found `tuple[Unknown, Unknown, Any, Any]`

scipy/special/tests/test_orthogonal_eval.py

[error] invalid-argument-type - :56 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `@Todo | int`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | int`
[error] invalid-argument-type - :161 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `@Todo | int`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | int`

scipy/stats/_continuous_distns.py

[error] invalid-argument-type - :3191:33 - Argument to function `broadcast_arrays` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | None | int | float`
[error] no-matching-overload - :11938:24 - No overload of function `atleast_1d` matches arguments
[error] unsupported-operator - :3708:31 - Operator `-` is unsupported between objects of type `floating[Any]` and `Unknown | None`
[error] unsupported-operator - :3713:22 - Operator `-` is unsupported between objects of type `floating[Any]` and `Unknown | None`

scipy/stats/_distribution_infrastructure.py

[error] unsupported-operator - :531:43 - Operator `+` is unsupported between objects of type `Unknown | str` and `Literal[1]`
[error] unsupported-operator - :532:43 - Operator `-` is unsupported between objects of type `Unknown | str` and `Literal[1]`
[error] unsupported-operator - :535:19 - Operator `-` is unsupported between objects of type `Unknown | str` and `Unknown | str`
[error] unsupported-operator - :546:47 - Operator `+` is unsupported between objects of type `Unknown | str` and `Literal[2]`
[error] unsupported-operator - :549:47 - Operator `-` is unsupported between objects of type `Unknown | str` and `Literal[2]`

scipy/stats/_morestats.py

[error] no-matching-overload - :1429:14 - No overload matches arguments

scipy/stats/_mstats_basic.py

[error] no-matching-overload - :672:16 - No overload of bound method `any` matches arguments

scipy/stats/_multicomp.py

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

scipy/stats/_new_distributions.py

[error] no-matching-overload - :318:13 - No overload matches arguments
[error] no-matching-overload - :319:13 - No overload matches arguments

scipy/stats/_qmc.py

[error] unsupported-operator - :162:26 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[generic[Any]]]` and `ndarray[tuple[Any, ...], dtype[generic[Any]]]`
[error] unsupported-operator - :168:36 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[generic[Any]]]` and `ndarray[tuple[Any, ...], dtype[generic[Any]]]`
[error] unsupported-operator - :2141:26 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[generic[Any]]]` and `ndarray[tuple[Any, ...], dtype[generic[Any]]]`
[error] no-matching-overload - :2224:24 - No overload of bound method `uniform` matches arguments
[error] no-matching-overload - :2224:24 - No overload of bound method `uniform` matches arguments
[error] invalid-return-type - :458:16 - Return type does not match returned value: expected `int | float`, found `floating[Any]`

scipy/stats/tests/test_continuous.py

[error] no-matching-overload - :674:13 - No overload of function `assert_allclose` matches arguments

scipy/stats/tests/test_distributions.py

[error] no-matching-overload - :3010:9 - No overload of function `assert_allclose` matches arguments
[error] invalid-argument-type - :3858:40 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `list[Unknown | f_gen | tuple[int, int] | float]`
[error] invalid-argument-type - :8085:40 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `list[Unknown | burr_gen | tuple[int] | ... omitted 6 union elements]`
[error] no-matching-overload - :8088:20 - No overload matches arguments

scipy/stats/tests/test_multivariate.py

[error] invalid-argument-type - :2144:43 - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `None | Unknown`
[warning] possibly-missing-attribute - :2136 -
Old: Attribute `T` may be missing on object of type `None | @Todo`
New: Attribute `T` may be missing on object of type `None | ndarray[tuple[Any, ...], dtype[float64]]`
[error] not-iterable - :2138 -
Old: Object of type `None | @Todo` may not be iterable
New: Object of type `None | ndarray[tuple[Any, ...], dtype[float64]]` may not be iterable

scipy/stats/tests/test_sampling.py

[error] invalid-argument-type - :699:30 - Argument to bound method `__init__` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements`, found `<class 'dist'>`
[error] invalid-argument-type - :743:30 - Argument to bound method `__init__` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements`, found `<class 'dist'>`

scipy/stats/tests/test_stats.py

[error] invalid-argument-type - :6877:45 - Argument to function `pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :6881:45 - Argument to function `pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :6907:45 - Argument to function `pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :6918:17 - Argument to function `pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :6930:46 - Argument to function `pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :6936:46 - Argument to function `wpmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :6946:46 - Argument to function `wpmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Any]]`

subprojects/highs/src/highspy/highs.py

[error] unresolved-attribute - :1489:9 - Unresolved attribute `highs` on type `ndarray[tuple[Any, ...], Unknown]`.
[warning] unused-ignore-comment - :1515:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1514:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1517:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1520:52 - Unused blanket `type: ignore` directive

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

lib/spack/spack/environment/environment.py

[error] unresolved-attribute - :590:24 - Object of type `Path` has no attribute `startswith`

lib/spack/spack/package_base.py

[error] invalid-type-form - :897:48 - Variable of type `def all(iterable: Iterable[object], /) -> bool` is not allowed in a type expression
[error] unresolved-reference - :897:55 - Name `specific` used when not defined
[error] unresolved-reference - :897:67 - Name `none` used when not defined

lib/spack/spack/spec.py

[error] invalid-type-form - :2090:24 - Boolean literals are not allowed in this context in a type expression
[error] invalid-type-form - :2104:24 - Boolean literals are not allowed in this context in a type expression
[error] invalid-type-form - :2143:24 - Boolean literals are not allowed in this context in a type expression
[error] invalid-type-form - :2157:24 - Boolean literals are not allowed in this context in a type expression

lib/spack/spack/traverse.py

[error] invalid-type-form - :457:20 - Boolean literals are not allowed in this context in a type expression
[error] invalid-type-form - :472:20 - Boolean literals are not allowed in this context in a type expression
[error] invalid-type-form - :570:20 - Boolean literals are not allowed in this context in a type expression
[error] invalid-type-form - :585:20 - Boolean literals are not allowed in this context in a type expression

lib/spack/spack/util/executable.py

[error] invalid-type-form - :354:80 - Boolean literals are not allowed in this context in a type expression
[error] invalid-type-form - :419:80 - Boolean literals are not allowed in this context in a type expression

lib/spack/spack/util/git.py

[error] invalid-type-form - :31:27 - Boolean literals are not allowed in this context in a type expression

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

starlette/_exception_handler.py

[error] invalid-await - :59:34 - `@Todo | Response | Awaitable[Response]` is not awaitable
[error] invalid-argument-type - :59:42 - Argument is incorrect: Expected `Request`, found `Request | WebSocket`
[error] invalid-argument-type - :59:42 - Argument is incorrect: Expected `WebSocket`, found `Request | WebSocket`

starlette/middleware/errors.py

[error] invalid-await - :176:38 - `@Todo | Response | Awaitable[Response]` is not awaitable
[error] invalid-argument-type - :176:51 - Argument is incorrect: Expected `WebSocket`, found `Request`

starlette/applications.py

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

starlette/routing.py

[error] invalid-argument-type - :624:17 - Argument to function `asynccontextmanager` is incorrect: Expected `(...) -> AsyncIterator[Unknown]`, found `((Any, /) -> AbstractAsyncContextManager[None, bool | None]) | ((Any, /) -> AbstractAsyncContextManager[Mapping[str, Any], bool | None])`
[error] invalid-argument-type - :632:17 - Argument to function `_wrap_gen_lifespan_context` is incorrect: Expected `(Any, /) -> Generator[Any, Any, Any]`, found `((Any, /) -> AbstractAsyncContextManager[None, bool | None]) | ((Any, /) -> AbstractAsyncContextManager[Mapping[str, Any], bool | None])`
[error] invalid-type-form - :590:19 - Invalid subscript of object of type `UnionType` in type expression
[error] invalid-type-form - :615:36 - Invalid subscript of object of type `UnionType` in type expression
[error] invalid-assignment - :67 -
Old: Object of type `((Request, /) -> Awaitable[Response] | Response) | partial[Unknown]` is not assignable to `(Request, /) -> Awaitable[Response]`
New: Object of type `(((Request, /) -> Awaitable[Response] | Response) & (() -> Awaitable[object])) | partial[Unknown]` is not assignable to `(Request, /) -> Awaitable[Response]`

tests/test_applications.py

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

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

static_frame/core/container_util.py

[warning] possibly-missing-attribute - :750:23 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :750:40 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :752:36 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :752:71 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :762:24 - Attribute `values` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :776:25 - Attribute `_columns` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :780:21 - Attribute `values` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :785:25 - Attribute `_columns` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :790:23 - Attribute `_columns` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :790:42 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :792:36 - Attribute `_columns` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :792:73 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :800:24 - Attribute `values` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :802:25 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :814:25 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :821:25 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :822:27 - Attribute `_columns` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :826:21 - Attribute `values` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :838:27 - Attribute `_columns` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :1883:28 - Argument to function `lexsort` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Iterable[ndarray[Any, Any]] | None`
[warning] unused-ignore-comment - :1075:54 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :770:24 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :771:25 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :774:24 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :775:25 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :812:24 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :813:25 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :819:24 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :820:25 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`

static_frame/core/frame.py

[error] invalid-argument-type - :8452:51 - Argument to function `resolve_dtype` is incorrect: Expected `dtype[Any]`, found `ndarray[tuple[Any, ...], Any]`

static_frame/core/index.py

[warning] unused-ignore-comment - :1078:52 - Unused blanket `type: ignore` directive
[error] unsupported-operator - :995 -
Old: Operator `in` is not supported for types `Any` and `(...) -> Any`, in comparing `Any` with `(((...) -> Any) & ~(() -> object)) | (Iterable[Hashable] & ~(() -> object)) | (type[IndexAutoFactory] & ~(() -> object))`
New: Operator `in` is not supported for types `Unknown` and `(...) -> Any`, in comparing `Unknown` with `(((...) -> Any) & ~(() -> object)) | (Iterable[Hashable] & ~(() -> object)) | (type[IndexAutoFactory] & ~(() -> object))`

static_frame/core/index_hierarchy.py

[error] no-matching-overload - :184:13 - No overload of function `tile` matches arguments
[warning] unused-ignore-comment - :2153:41 - Unused blanket `type: ignore` directive

static_frame/core/join.py

[error] invalid-argument-type - :73:40 - Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], Any] | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] invalid-argument-type - :113:40 - Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], dtype[Any]] | Unknown`

static_frame/core/reduce.py

[error] invalid-argument-type - :310:54 - Argument to function `ufunc_dtype_to_dtype` is incorrect: Expected `dtype[Any]`, found `ndarray[tuple[Any, ...], dtype[object_]]`
[error] invalid-argument-type - :471:58 - Argument to function `ufunc_dtype_to_dtype` is incorrect: Expected `dtype[Any]`, found `ndarray[tuple[Any, ...], dtype[object_]]`

static_frame/core/series.py

[warning] unused-ignore-comment - :1543:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2110:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3314:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3330:56 - Unused blanket `type: ignore` directive

static_frame/core/store_filter.py

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

static_frame/core/type_blocks.py

[warning] unused-ignore-comment - :3896:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3906:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4058:64 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :3586:21 - Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], Unknown]`
[error] invalid-argument-type - :3594:21 - Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], Unknown]`

static_frame/core/util.py

[warning] unused-ignore-comment - :1544:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2542:76 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :1771 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[str, Any] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[str, Any] | Unknown]], (key: str, /) -> ndarray[Any, dtype[Any]], (key: list[str], /) -> ndarray[Any, @Todo]]` cannot be called with key of type `tuple[slice[Any, Any, Any], Literal[0]]` on object of type `ndarray[Any, list[tuple[str, Any] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[tuple[str, Any | dtype[Unknown]] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[str, Any | dtype[Unknown]] | Unknown]], (key: str, /) -> ndarray[Any, dtype[Any]], (key: list[str], /) -> ndarray[Any, dtype[void]]]` cannot be called with key of type `tuple[slice[Any, Any, Any], Literal[0]]` on object of type `ndarray[Any, list[tuple[str, Any | dtype[Unknown]] | Unknown]]`
[error] invalid-argument-type - :1771:12 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], list[tuple[str, Any | dtype[Unknown]] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[str, Any | dtype[Unknown]] | Unknown]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `tuple[slice[Any, Any, Any], Literal[0]]` on object of type `ndarray[tuple[Any, ...], list[tuple[str, Any | dtype[Unknown]] | Unknown]]`

static_frame/core/yarn.py

[error] unresolved-attribute - :323:13 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_persist_loc`
[error] unresolved-attribute - :327:13 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_persist_loc`
[error] unresolved-attribute - :479:24 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_extract_loc`
[error] unresolved-attribute - :544:19 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_extract_loc`
[error] unresolved-attribute - :733:33 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_extract_loc`
[error] unresolved-attribute - :745:24 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_extract_loc`
[error] unresolved-attribute - :782:24 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_values_mutable`
[error] unresolved-attribute - :782:42 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `index`
[error] unresolved-attribute - :819:21 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_values_mutable`
[error] unresolved-attribute - :819:39 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `index`
[error] unresolved-attribute - :852:17 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_values_mutable`
[error] unresolved-attribute - :852:35 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `index`
[error] unresolved-attribute - :883:27 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `inventory`
[error] unresolved-attribute - :884:19 - Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_name`

static_frame/test/unit/test_frame_iter.py

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

static_frame/test/unit/test_index_hierarchy.py

[error] invalid-argument-type - :212 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[@Todo]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[ndarray[tuple[Any, ...], dtype[Any]] | Unknown]`

static_frame/test/unit/test_reduce.py

[error] invalid-argument-type - :862 -
Old: Argument to function `_derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[(a: @Todo, axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: @Todo, axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: _Buffer | @Todo, axis: None, dtype: @Todo, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: _Buffer | @Todo, axis: None = EllipsisType, *, dtype: @Todo, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: @Todo, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, *, dtype: @Todo, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, dtype: @Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> Any, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: @Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ArrayT@sum, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, dtype: @Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements = EllipsisType, *, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ArrayT@sum]]]`
New: Argument to function `_derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[(a: _SupportsArray[dtype[_ScalarT@sum]] | _NestedSequence[_SupportsArray[dtype[_ScalarT@sum]]], axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ScalarT@sum, (a: _SupportsArray[dtype[_ScalarT@sum]] | _NestedSequence[_SupportsArray[dtype[_ScalarT@sum]]], axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ScalarT@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _SupportsDType[dtype[_ScalarT@sum]], out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ScalarT@sum, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None = EllipsisType, *, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _SupportsDType[dtype[_ScalarT@sum]], out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ScalarT@sum, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _SupportsDType[dtype[_ScalarT@sum]], out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ScalarT@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, *, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _SupportsDType[dtype[_ScalarT@sum]], out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ScalarT@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> Any, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ArrayT@sum, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements = EllipsisType, *, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ArrayT@sum]]]`
[error] invalid-argument-type - :869 -
Old: Argument to function `_derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[(a: @Todo, axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: @Todo, axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: _Buffer | @Todo, axis: None, dtype: @Todo, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: _Buffer | @Todo, axis: None = EllipsisType, *, dtype: @Todo, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: @Todo, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, *, dtype: @Todo, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, dtype: @Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> Any, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: @Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ArrayT@sum, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, dtype: @Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements = EllipsisType, *, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ArrayT@sum]], tuple[Literal[1], Overload[(a: _Buffer | @Todo | None, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> bool[bool], (a: _Buffer | @Todo | None, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> Any, (a: _Buffer | @Todo | None, axis: int | tuple[int, ...] | None, out: _ArrayT@all, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> _ArrayT@all, (a: _Buffer | @Todo | None, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT@all, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, where: @Todo | _NoValueType = EllipsisType) -> _ArrayT@all]]]`
New: Argument to function `_derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[(a: _SupportsArray[dtype[_ScalarT@sum]] | _NestedSequence[_SupportsArray[dtype[_ScalarT@sum]]], axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ScalarT@sum, (a: _SupportsArray[dtype[_ScalarT@sum]] | _NestedSequence[_SupportsArray[dtype[_ScalarT@sum]]], axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ScalarT@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _SupportsDType[dtype[_ScalarT@sum]], out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ScalarT@sum, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None = EllipsisType, *, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _SupportsDType[dtype[_ScalarT@sum]], out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ScalarT@sum, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _SupportsDType[dtype[_ScalarT@sum]], out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ScalarT@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, *, dtype: type[_ScalarT@sum] | dtype[_ScalarT@sum] | _SupportsDType[dtype[_ScalarT@sum]], out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ScalarT@sum | ndarray[tuple[Any, ...], dtype[_ScalarT@sum]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> Any, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ArrayT@sum, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements = EllipsisType, *, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] = EllipsisType) -> _ArrayT@sum]], tuple[Literal[1], Overload[(a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = EllipsisType, *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = EllipsisType) -> bool[bool], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = EllipsisType) -> Any, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None, out: _ArrayT@all, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = EllipsisType) -> _ArrayT@all, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT@all, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = EllipsisType) -> _ArrayT@all]]]`

static_frame/test/unit/test_series.py

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

static_frame/test/unit/test_type_blocks.py

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

static_frame/test/unit/test_type_clinic.py

[error] invalid-type-arguments - :2930:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-type-arguments - :2931:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-type-arguments - :2954:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-type-arguments - :2955:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-type-arguments - :2974:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-type-arguments - :2975:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-type-arguments - :2999 -
Old: Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
New: Type `T@h1` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-type-arguments - :3000 -
Old: Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
New: Type `T@h1` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`

static_frame/test/unit/test_util.py

[error] invalid-argument-type - :2132 -
Old: Argument to function `_ufunc_set_1d` is incorrect: Expected `(ndarray[Any, Any], ndarray[Any, Any], /) -> ndarray[Any, Any]`, found `Overload[(a: _Buffer | @Todo | None, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> bool[bool], (a: _Buffer | @Todo | None, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> Any, (a: _Buffer | @Todo | None, axis: int | tuple[int, ...] | None, out: _ArrayT@any, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> _ArrayT@any, (a: _Buffer | @Todo | None, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT@any, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, where: @Todo | _NoValueType = EllipsisType) -> _ArrayT@any]`
New: Argument to function `_ufunc_set_1d` is incorrect: Expected `(ndarray[Any, Any], ndarray[Any, Any], /) -> ndarray[Any, Any]`, found `Overload[(a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = EllipsisType, *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = EllipsisType) -> bool[bool], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = EllipsisType) -> Any, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None, out: _ArrayT@any, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = EllipsisType) -> _ArrayT@any, (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT@any, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = EllipsisType) -> _ArrayT@any]`

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

strawberry/extensions/runner.py

[warning] unused-ignore-comment - :49:51 - Unused blanket `type: ignore` directive

strawberry/parent.py

[warning] unused-ignore-comment - :57:65 - Unused blanket `type: ignore` directive

strawberry/schema/schema.py

[error] invalid-assignment - :826:69 - Object of type `CoroutineType[Any, Any, AsyncIterator[ExecutionResult] | ExecutionResult]` is not assignable to `ExecutionResult | AsyncIterator[ExecutionResult]`
[warning] unused-ignore-comment - :758:89 - Unused blanket `type: ignore` directive

strawberry/types/mutation.py

[error] no-matching-overload - :172:12 - No overload of function `field` matches arguments
[error] no-matching-overload - :329:12 - No overload of function `field` matches arguments

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

lib/streamlit/dataframe_util.py

[error] invalid-return-type - :942:16 - Return type does not match returned value: expected `list[V_co@convert_anything_to_list]`, found `list[object]`
[error] invalid-argument-type - :947:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[V_co@convert_anything_to_list]`, found `(Iterable[V_co@convert_anything_to_list] & ~str & ~int & ~float & ~EnumMeta & ~Top[Mapping[Unknown, object]]) | (DataFrameGenericAlias[V_co@convert_anything_to_list] & ~str & ~int & ~float & ~EnumMeta & ~Top[Mapping[Unknown, object]]) | (PandasCompatible & ~str & ~int & ~float & ~EnumMeta & ~Top[Mapping[Unknown, object]]) | (DataframeInterchangeCompatible & ~str & ~int & ~float & ~EnumMeta & ~Top[Mapping[Unknown, object]])`
[warning] unused-ignore-comment - :934:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :939:89 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :965:23 - Unused blanket `type: ignore` directive

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

sympy/polys/series/tring.py

[error] invalid-type-arguments - :51:51 - Type `typing.TypeVar` is not assignable to upper bound `RingElement` of type variable `Er@TSeriesElement`
[error] invalid-type-arguments - :51:56 - Type `typing.TypeVar` is not assignable to upper bound `RingElement` of type variable `Er@PowerSeriesRingProto`
[error] invalid-type-arguments - :52:61 - Type `typing.TypeVar` is not assignable to upper bound `RingElement` of type variable `Er@TSeriesElement`
[error] invalid-type-arguments - :52:66 - Type `typing.TypeVar` is not assignable to upper bound `FieldElement` of type variable `Ef@PowerSeriesRingFieldProto`

sympy/polys/compatibility.py

[warning] redundant-cast - :385:24 - Value is already of type `PolyElement[Er@IPolys]`
[error] invalid-type-arguments - :19:36 - Type `typing.TypeVar` is not assignable to upper bound `RingElement` of type variable `Er@PolyElement`

sympy/polys/series/ring.py

[warning] unused-ignore-comment - :440:55 - Unused blanket `type: ignore` directive

sympy/utilities/_compilation/util.py

[error] invalid-argument-type - :174:42 - Argument to function `walk` is incorrect: Argument type `None | Literal["."]` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

sympy/vector/implicitregion.py

[error] invalid-type-form - :129:49 - Int literals are not allowed in this context in a type expression
[error] invalid-type-arguments - :129:49 - Too many type arguments: expected 0, got 1

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

src/trio/_tests/test_highlevel_serve_listeners.py

[warning] unused-ignore-comment - :128:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :145:55 - Unused blanket `type: ignore` directive

src/trio/testing/_check_streams.py

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

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

torchvision/datasets/stl10.py

[error] no-matching-overload - :78:27 - No overload of function `concatenate` matches arguments

references/depth/stereo/train.py

[error] unresolved-attribute - :508 -
Old: Object of type `ndarray[tuple[Any, ...], dtype[Unknown]]` has no attribute `load_state_dict`
New: Object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` has no attribute `load_state_dict`

test/test_datasets.py

[error] no-matching-overload - :475:18 - No overload of bound method `randint` matches arguments

torchvision/prototype/datasets/_folder.py

[error] invalid-return-type - :51:12 - Return type does not match returned value: expected `tuple[Unknown, list[str]]`, found `tuple[Unknown, list[Path]]`

torchvision/transforms/_functional_pil.py

[error] invalid-assignment - :209:19 - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` is not assignable to `Image`
[error] no-matching-overload - :210:19 - No overload of function `pad` matches arguments
[error] invalid-assignment - :215:15 - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` is not assignable to `Image`
[error] unresolved-attribute - :217:16 - Object of type `Image` has no attribute `shape`
[error] no-matching-overload - :218:19 - No overload of function `pad` matches arguments
[warning] possibly-missing-attribute - :220:16 - Attribute `shape` may be missing on object of type `Image | Unknown`
[error] no-matching-overload - :221:19 - No overload of function `pad` matches arguments
[error] invalid-argument-type - :253:23 - Argument to bound method `resize` is incorrect: Expected `tuple[int, int] | list[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `tuple[int, ...]`

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

doc/examples/weather-data.ipynb:cell 3

[error] unsupported-operator - :6:36 - Operator `/` is unsupported between objects of type `ndarray[tuple[int], dtype[GenericT]]` and `float`

xarray/namedarray/_array_api.py

[warning] unused-ignore-comment - :75:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :220:68 - Unused blanket `type: ignore` directive

xarray/namedarray/_typing.py

[error] invalid-type-arguments - :57:14 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] invalid-type-arguments - :59:29 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] invalid-type-arguments - :213:35 - Type `typing.TypeVar` is not assignable to upper bound `dtype[Any]` of type variable `_DType_co@_arrayfunction`
[error] invalid-type-arguments - :213:72 - Type `typing.TypeVar` is not assignable to upper bound `dtype[Any]` of type variable `_DType_co@_arrayapi`
[error] invalid-type-arguments - :217:42 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] invalid-type-arguments - :265:42 - Type `typing.TypeVar` is not assignable to upper bound `dtype[Any]` of type variable `_DType_co@_chunkedarrayfunction`
[error] invalid-type-arguments - :266:37 - Type `typing.TypeVar` is not assignable to upper bound `dtype[Any]` of type variable `_DType_co@_chunkedarrayapi`
[error] invalid-type-arguments - :312:41 - Type `typing.TypeVar` is not assignable to upper bound `dtype[Any]` of type variable `_DType_co@_sparsearrayfunction`
[error] invalid-type-arguments - :313:36 - Type `typing.TypeVar` is not assignable to upper bound `dtype[Any]` of type variable `_DType_co@_sparsearrayapi`

xarray/tests/test_typed_ops.py

[warning] unused-ignore-comment - :28:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :44:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :79:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :99:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :162:27 - Unused blanket `type: ignore` directive

xarray/coding/strings.py

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

xarray/coding/times.py

[error] invalid-argument-type - :578:48 - Argument to function `__new__` is incorrect: Expected `Literal["K", "A", "C", "F"] | None`, found `Literal[43]`
[error] too-many-positional-arguments - :578:52 - Too many positional arguments to function `__new__`: expected 7, got 8
[error] invalid-argument-type - :579:49 - Argument to function `__new__` is incorrect: Expected `Literal["K", "A", "C", "F"] | None`, found `Literal[16]`
[error] too-many-positional-arguments - :579:53 - Too many positional arguments to function `__new__`: expected 7, got 8

xarray/computation/computation.py

[error] unsupported-operator - :844:9 - Operator `*=` is unsupported between objects of type `DataArray` and `Dataset | DataArray`
[error] unsupported-operator - :845:9 - Operator `+=` is unsupported between objects of type `DataArray` and `Dataset | DataArray`

xarray/core/common.py

[error] invalid-argument-type - :1121 -
Old: Argument is incorrect: Expected `typing.TypeVar | _DummyGroup[Unknown]`, found `DataArray`
New: Argument is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `DataArray`

xarray/core/dataarray.py

[error] invalid-argument-type - :7086 -
Old: Argument is incorrect: Expected `typing.TypeVar | _DummyGroup[Unknown]`, found `Hashable`
New: Argument is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `Hashable`

xarray/core/dataset.py

[error] invalid-argument-type - :10190 -
Old: Argument is incorrect: Expected `typing.TypeVar | _DummyGroup[Unknown]`, found `Hashable`
New: Argument is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `Hashable`

xarray/core/datatree.py

[error] invalid-argument-type - :1341 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[tuple[str | Unknown, _CoordWrapper]]`, found `Iterable[tuple[str, Unknown]] | ItemsView[str, DataArray | Variable | Any | ... omitted 8 union elements] | dict_items[Unknown, Unknown]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[tuple[str | Unknown, _CoordWrapper]]`, found `Iterable[tuple[str, Unknown]] | ItemsView[str, DataArray | Variable | Any | ... omitted 9 union elements] | dict_items[Unknown, Unknown]`

xarray/core/duck_array_ops.py

[error] no-matching-overload - :712:25 - No overload of function `__new__` matches arguments

xarray/core/formatting.py

[error] unresolved-attribute - :660:8 - Object of type `_arrayfunction[Unknown, Unknown] | _arrayapi[Unknown, Unknown]` has no attribute `ndim`
[error] unresolved-attribute - :662:10 - Object of type `_arrayfunction[Unknown, Unknown] | _arrayapi[Unknown, Unknown]` has no attribute `ndim`

xarray/core/groupby.py

[error] unresolved-attribute - :264:42 - Object of type `typing.TypeVar` has no attribute `ndim`
[error] unresolved-attribute - :350:13 - Object of type `typing.TypeVar` has no attribute `variable`
[error] invalid-assignment - :476:9 - Object of type `Hashable & ~AlwaysFalsy` is not assignable to attribute `name` on type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :504:8 - Attribute `size` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown] | Unknown`
[warning] possibly-missing-attribute - :505:29 - Attribute `name` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown] | Unknown`
[warning] unused-ignore-comment - :542:68 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :568:52 - Attribute `attrs` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :682:34 - Attribute `dims` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :859:77 - Attribute `name` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :878:18 - Attribute `dims` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown] | Variable`
[warning] possibly-missing-attribute - :893:16 - Attribute `dims` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :932:21 - Attribute `where` may be missing on object of type `typing.TypeVar | DataArray`
[warning] possibly-missing-attribute - :957:12 - Attribute `ndim` may be missing on object of type `typing.TypeVar | DataArray`
[warning] possibly-missing-attribute - :1540:63 - Attribute `size` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :1546:50 - Attribute `ndim` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :1547:36 - Attribute `dims` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :1642:67 - Attribute `size` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :1810:63 - Attribute `size` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[error] invalid-return-type - :281 -
Old: Return type does not match returned value: expected `tuple[typing.TypeVar | _DummyGroup[Unknown], T_DataWithCoords@_ensure_1d, Hashable, list[Hashable]]`, found `tuple[DataArray, Any, Unknown, list[Unknown]]`
New: Return type does not match returned value: expected `tuple[T_DataArray@T_Group | _DummyGroup[Unknown], T_DataWithCoords@_ensure_1d, Hashable, list[Hashable]]`, found `tuple[DataArray, Any, Unknown, list[Hashable]]`
[error] invalid-argument-type - :423 -
Old: Argument is incorrect: Expected `typing.TypeVar | _DummyGroup[Unknown]`, found `(DataArray & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper & ~Top[Mapping[Unknown, object]]) | (Sequence[Hashable] & Variable & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper & ~Top[Mapping[Unknown, object]]) | (IndexVariable & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper & ~Top[Mapping[Unknown, object]])`
New: Argument is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `(DataArray & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper & ~Top[Mapping[Unknown, object]]) | (Sequence[Hashable] & Variable & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper & ~Top[Mapping[Unknown, object]]) | (IndexVariable & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper & ~Top[Mapping[Unknown, object]])`
[error] invalid-argument-type - :439 -
Old: Argument is incorrect: Expected `typing.TypeVar | _DummyGroup[Unknown]`, found `Hashable`
New: Argument is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `Hashable`
[error] invalid-assignment - :475 -
Old: Object of type `DataArray` is not assignable to `typing.TypeVar | _DummyGroup[Unknown]`
New: Object of type `DataArray` is not assignable to `T_DataArray@T_Group | _DummyGroup[Unknown]`
[error] invalid-assignment - :488 -
Old: Object of type `DataArray` is not assignable to `typing.TypeVar | _DummyGroup[Unknown]`
New: Object of type `DataArray` is not assignable to `T_DataArray@T_Group | _DummyGroup[Unknown]`
[error] invalid-argument-type - :680 -
Old: Argument to function `_ensure_1d` is incorrect: Expected `typing.TypeVar | _DummyGroup[Unknown]`, found `DataArray`
New: Argument to function `_ensure_1d` is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `DataArray`
[error] invalid-assignment - :684 -
Old: Object of type `None` is not assignable to attribute `group1d` of type `typing.TypeVar | _DummyGroup[Unknown]`
New: Object of type `None` is not assignable to attribute `group1d` of type `T_DataArray@T_Group | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :961:45 - Attribute `dims` may be missing on object of type `typing.TypeVar | DataArray`
[warning] possibly-missing-attribute - :1149:26 - Attribute `dims` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`

xarray/core/indexing.py

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

xarray/core/utils.py

[warning] unused-ignore-comment - :261:49 - Unused blanket `type: ignore` directive

xarray/core/variable.py

[error] no-matching-overload - :342:24 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :344:24 - No overload of function `__new__` matches arguments
[error] invalid-argument-type - :708:43 - Argument to function `is_duck_dask_array` is incorrect: Expected `_arrayfunction[Any, Any] | _arrayapi[Any, Any]`, found `Unknown | memoryview[int]`
[warning] possibly-missing-attribute - :719:35 - Attribute `dims` may be missing on object of type `(Unknown & ~int & ~Top[integer[Any]] & ~slice[object, object, object]) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :952:30 - Attribute `shape` may be missing on object of type `(T_DuckArray@_copy & ~None) | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`
[warning] possibly-missing-attribute - :954:35 - Attribute `shape` may be missing on object of type `(T_DuckArray@_copy & ~None) | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`
[warning] possibly-missing-attribute - :2906:30 - Attribute `shape` may be missing on object of type `(T_DuckArray@copy & ~None) | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`
[warning] possibly-missing-attribute - :2908:35 - Attribute `shape` may be missing on object of type `(T_DuckArray@copy & ~None) | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`

xarray/groupers.py

[error] no-matching-overload - :556:23 - No overload of bound method `groupby` matches arguments
[error] invalid-argument-type - :944:46 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], str], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], str], (key: str, /) -> ndarray[tuple[int, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, ...], dtype[void]]]` cannot be called with key of type `Any | slice[Any, Any, Any]` on object of type `ndarray[tuple[int, ...], str]`
[error] invalid-argument-type - :997:49 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], str], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], str], (key: str, /) -> ndarray[tuple[int, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, ...], dtype[void]]]` cannot be called with key of type `Any` on object of type `ndarray[tuple[int, ...], str]`
[warning] possibly-missing-attribute - :217:16 - Attribute `ndim` may be missing on object of type `Unknown | typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :218:40 - Attribute `to_index` may be missing on object of type `Unknown | typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :229:29 - Attribute `data` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :242:24 - Attribute `dims` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :242:44 - Attribute `name` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] unused-ignore-comment - :261:48 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :265:23 - Attribute `attrs` may be missing on object of type `Unknown | typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :277:17 - Attribute `copy` may be missing on object of type `Unknown | typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :277:53 - Attribute `shape` may be missing on object of type `Unknown | typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :279:56 - Attribute `attrs` may be missing on object of type `Unknown | typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :295:16 - Attribute `size` may be missing on object of type `Unknown | typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :309:21 - Attribute `copy` may be missing on object of type `(Unknown & ~Top[_DummyGroup[Unknown]]) | typing.TypeVar`
[warning] possibly-missing-attribute - :310:28 - Attribute `variable` may be missing on object of type `(Unknown & ~Top[_DummyGroup[Unknown]]) | typing.TypeVar`
[warning] possibly-missing-attribute - :314:37 - Attribute `name` may be missing on object of type `(Unknown & ~Top[_DummyGroup[Unknown]]) | typing.TypeVar`
[warning] possibly-missing-attribute - :414:42 - Attribute `data` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :431:27 - Attribute `name` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :450:58 - Attribute `attrs` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :574:18 - Attribute `name` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :574:60 - Attribute `attrs` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :576:17 - Attribute `copy` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :576:48 - Attribute `shape` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[error] unresolved-attribute - :819:48 - Object of type `typing.TypeVar` has no attribute `variable`
[error] unresolved-attribute - :823:18 - Object of type `typing.TypeVar` has no attribute `dt`
[error] unresolved-attribute - :825:51 - Object of type `typing.TypeVar` has no attribute `shape`
[error] unresolved-attribute - :842:74 - Object of type `typing.TypeVar` has no attribute `dims`
[error] unresolved-attribute - :844:19 - Object of type `typing.TypeVar` has no attribute `attrs`
[error] unresolved-attribute - :847:63 - Object of type `typing.TypeVar` has no attribute `attrs`
[warning] possibly-missing-attribute - :904:12 - Attribute `ndim` may be missing on object of type `typing.TypeVar | _DummyGroup[Unknown]`
[error] invalid-assignment - :413 -
Old: Object of type `DataArray` is not assignable to `typing.TypeVar | _DummyGroup[Unknown]`
New: Object of type `DataArray` is not assignable to `T_DataArray@T_Group | _DummyGroup[Unknown]`
[error] unresolved-attribute - :438:55 - Object of type `typing.TypeVar | _DummyGroup[Unknown]` has no attribute `dtype`
[warning] possibly-missing-attribute - :438:55 - Attribute `dtype` may be missing on object of type `T_DataArray@T_Group | _DummyGroup[Unknown]`

xarray/namedarray/core.py

[error] unresolved-attribute - :598:20 - Object of type `_arrayfunction[Any, _DType_co@NamedArray] | _arrayapi[Any, _DType_co@NamedArray]` has no attribute `__dask_graph__`
[error] unresolved-attribute - :606:20 - Object of type `_arrayfunction[Any, _DType_co@NamedArray] | _arrayapi[Any, _DType_co@NamedArray]` has no attribute `__dask_keys__`
[error] unresolved-attribute - :612:20 - Object of type `_arrayfunction[Any, _DType_co@NamedArray] | _arrayapi[Any, _DType_co@NamedArray]` has no attribute `__dask_layers__`
[error] unresolved-attribute - :628:20 - Object of type `_arrayfunction[Any, _DType_co@NamedArray] | _arrayapi[Any, _DType_co@NamedArray]` has no attribute `__dask_scheduler__`
[error] invalid-argument-type - :1000:54 - Argument to bound method `todense` is incorrect: Argument type `_sparsearrayapi[object, object]` does not satisfy upper bound `_sparsearrayapi[_ShapeType_co@_sparsearrayapi, _DType_co@_sparsearrayapi]` of type variable `Self`
[error] invalid-argument-type - :1000:54 - Argument to bound method `todense` is incorrect: Argument type `_sparsearrayfunction[object, object]` does not satisfy upper bound `_sparsearrayfunction[_ShapeType_co@_sparsearrayfunction, _DType_co@_sparsearrayfunction]` of type variable `Self`
[error] invalid-assignment - :1000:54 - Object of type `ndarray[Any, object]` is not assignable to `ndarray[Any, _DType_co@NamedArray]`
[warning] unused-ignore-comment - :473:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :621:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :636:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :652:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :846:84 - Unused blanket `type: ignore` directive
[error] invalid-type-arguments - :1162:40 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`

xarray/namedarray/parallelcompat.py

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

xarray/namedarray/pycompat.py

[warning] unused-ignore-comment - :107:33 - Unused blanket `type: ignore` directive

xarray/namedarray/utils.py

[warning] unused-ignore-comment - :249:20 - Unused blanket `type: ignore` directive

xarray/plot/utils.py

[warning] unused-ignore-comment - :1405:87 - Unused blanket `type: ignore` directive

xarray/tests/test_cftime_offsets.py

[warning] unused-ignore-comment - :606:67 - Unused blanket `type: ignore` directive

xarray/tests/test_concat.py

[error] no-matching-overload - :112:21 - No overload of function `reshape` matches arguments

xarray/tests/test_cupy.py

[error] unsupported-operator - :24:40 - Operator `/` is unsupported between objects of type `ndarray[tuple[int], dtype[GenericT]]` and `float`

xarray/tests/test_dataarray.py

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

xarray/tests/test_dataset.py

[warning] unused-ignore-comment - :3277:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :5274:58 - Unused blanket `type: ignore` directive

xarray/tests/test_formatting_html.py

[error] unsupported-operator - :98:40 - Operator `/` is unsupported between objects of type `ndarray[tuple[int], dtype[GenericT]]` and `float`

xarray/tests/test_groupby.py

[error] unsupported-operator - :2804:40 - Operator `/` is unsupported between objects of type `ndarray[tuple[int], dtype[GenericT]]` and `float`
[error] invalid-argument-type - :3165 -
Old: Argument to bound method `factorize` is incorrect: Expected `typing.TypeVar | _DummyGroup[Unknown]`, found `DataArray`
New: Argument to bound method `factorize` is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `DataArray`

xarray/tests/test_namedarray.py

[warning] unused-ignore-comment - :81:65 - Unused blanket `type: ignore` directive

xarray/tests/test_plot.py

[error] unresolved-attribute - :2256:14 - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `get_title`
[error] unresolved-attribute - :2290:20 - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `has_data`
[error] unresolved-attribute - :2291:20 - Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `get_visible`

xarray/tests/test_rolling.py

[error] invalid-argument-type - :203:21 - Argument to bound method `rolling` is incorrect: Argument type `Series[ndarray[tuple[int], dtype[signedinteger[Any]]]]` does not satisfy upper bound `Series[S1@Series]` of type variable `Self`
[error] invalid-argument-type - :222:21 - Argument to bound method `rolling` is incorrect: Argument type `Series[ndarray[tuple[int], dtype[signedinteger[Any]]]]` does not satisfy upper bound `Series[S1@Series]` of type variable `Self`
[error] no-matching-overload - :709:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :730:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :758:9 - No overload of function `assert_allclose` matches arguments

xarray/tests/test_ufuncs.py

[error] invalid-assignment - :37:87 - Object of type `list[int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 4 union elements]` is not assignable to `list[int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements]`
[error] unsupported-operator - :46:30 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] no-matching-overload - :46:38 - No overload matches arguments
[error] unsupported-operator - :46:53 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] unsupported-operator - :47:30 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] no-matching-overload - :47:38 - No overload matches arguments
[error] unsupported-operator - :47:53 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] unsupported-operator - :48:30 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] no-matching-overload - :48:38 - No overload matches arguments
[error] unsupported-operator - :48:49 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] unsupported-operator - :49:30 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] no-matching-overload - :49:38 - No overload matches arguments
[error] unsupported-operator - :49:49 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] invalid-assignment - :53:87 - Object of type `list[int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 4 union elements]` is not assignable to `list[int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements]`
[error] unsupported-operator - :62:43 - Operator `*` is unsupported between objects of type `float` and `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements`
[error] no-matching-overload - :105:14 - No overload matches arguments
[error] no-matching-overload - :110:18 - No overload matches arguments
[warning] unused-ignore-comment - :130:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :131:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :163:48 - Unused blanket `type: ignore` directive

xarray/tests/test_units.py

[warning] possibly-missing-attribute - :3059:30 - Attribute `check` may be missing on object of type `Unknown | ndarray[tuple[int], Unknown]`

xarray/tests/test_variable.py

[warning] unused-ignore-comment - :614:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2896:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3019:91 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3030:90 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3047:70 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :2746 -
Old: Attribute `dtype` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | DataFrame | float64 | str_`
New: Attribute `dtype` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | DataFrame`
[error] invalid-assignment - :2818 -
Old: Object of type `Series[Any]` is not assignable to `T_DuckArray@TestAsCompatibleData`
New: Object of type `Series[Index[Any]]` is not assignable to `T_DuckArray@TestAsCompatibleData`

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

zerver/webhooks/airbrake/view.py

[error] invalid-type-arguments - :21:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/airbyte/view.py

[error] invalid-type-arguments - :86:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/alertmanager/view.py

[error] invalid-type-arguments - :21:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/ansibletower/view.py

[error] invalid-type-arguments - :29:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/appfollow/view.py

[error] invalid-type-arguments - :20:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/azuredevops/view.py

[error] invalid-type-arguments - :178:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/basecamp/view.py

[error] invalid-type-arguments - :46:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/beeminder/view.py

[error] invalid-type-arguments - :32:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/bitbucket/view.py

[error] invalid-type-arguments - :22:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/bitbucket3/view.py

[error] invalid-type-arguments - :431:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/canarytoken/view.py

[error] invalid-type-arguments - :19:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/circleci/view.py

[error] invalid-type-arguments - :65:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/codeship/view.py

[error] invalid-type-arguments - :30:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/crashlytics/view.py

[error] invalid-type-arguments - :26:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/delighted/view.py

[error] invalid-type-arguments - :40:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/dialogflow/view.py

[error] invalid-type-arguments - :20:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/errbit/view.py

[error] invalid-type-arguments - :20:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/flock/view.py

[error] invalid-type-arguments - :18:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/freshdesk/view.py

[error] invalid-type-arguments - :138:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/freshstatus/view.py

[error] invalid-type-arguments - :85:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/front/view.py

[error] invalid-type-arguments - :144:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/gitea/view.py

[error] invalid-type-arguments - :59:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/gocd/view.py

[error] invalid-type-arguments - :38:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/gogs/view.py

[error] invalid-type-arguments - :169:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/gosquared/view.py

[error] invalid-type-arguments - :30:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/grafana/view.py

[error] invalid-type-arguments - :56:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/greenhouse/view.py

[error] invalid-type-arguments - :38:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/groove/view.py

[error] invalid-type-arguments - :110:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/helloworld/view.py

[error] invalid-type-arguments - :19:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/homeassistant/view.py

[error] invalid-type-arguments - :17:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/ifttt/view.py

[error] invalid-type-arguments - :20:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/insping/view.py

[error] invalid-type-arguments - :26:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/jira/view.py

[error] invalid-type-arguments - :357:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/json/view.py

[error] invalid-type-arguments - :25:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/lidarr/view.py

[error] invalid-type-arguments - :60:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/linear/view.py

[error] invalid-type-arguments - :117:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/mention/view.py

[error] invalid-type-arguments - :18:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/netlify/view.py

[error] invalid-type-arguments - :32:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/newrelic/view.py

[error] invalid-type-arguments - :164:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/opencollective/view.py

[error] invalid-type-arguments - :20:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/pagerduty/view.py

[error] invalid-type-arguments - :238:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/patreon/view.py

[error] invalid-type-arguments - :156:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/pingdom/view.py

[error] invalid-type-arguments - :47:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/radarr/view.py

[error] invalid-type-arguments - :53:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/raygun/view.py

[error] invalid-type-arguments - :22:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/reviewboard/view.py

[error] invalid-type-arguments - :185:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/rhodecode/view.py

[error] invalid-type-arguments - :88:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/rundeck/view.py

[error] invalid-type-arguments - :20:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/semaphore/view.py

[error] invalid-type-arguments - :99:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/sentry/view.py

[error] invalid-type-arguments - :275:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/sonarqube/view.py

[error] invalid-type-arguments - :117:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/sonarr/view.py

[error] invalid-type-arguments - :47:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/splunk/view.py

[error] invalid-type-arguments - :27:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/statuspage/view.py

[error] invalid-type-arguments - :61:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/stripe/view.py

[error] invalid-type-arguments - :55:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/taiga/view.py

[error] invalid-type-arguments - :31:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/thinkst/view.py

[error] invalid-type-arguments - :118:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/trello/view/__init__.py

[error] invalid-type-arguments - :23:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/updown/view.py

[error] invalid-type-arguments - :81:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/wekan/view.py

[error] invalid-type-arguments - :45:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/zabbix/view.py

[error] invalid-type-arguments - :38:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/zapier/view.py

[error] invalid-type-arguments - :19:30 - Too many type arguments: expected 0, got 1

zerver/actions/message_send.py

[error] invalid-type-arguments - :413:54 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :424:56 - Too many type arguments: expected 1, got 2

zerver/tests/test_typed_endpoint.py

[error] invalid-type-arguments - :251:35 - Too many type arguments: expected 0, got 1

zerver/views/report.py

[error] invalid-type-arguments - :17:58 - Too many type arguments: expected 0, got 1

zerver/views/tusd.py

[error] invalid-type-arguments - :298:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/appveyor/view.py

[error] invalid-type-arguments - :26:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/bitbucket2/view.py

[error] invalid-type-arguments - :86:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/buildbot/view.py

[error] invalid-type-arguments - :19:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/clubhouse/view.py

[error] invalid-type-arguments - :764:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/freshping/view.py

[error] invalid-type-arguments - :29:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/github/view.py

[error] invalid-type-arguments - :1010:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/gitlab/view.py

[error] invalid-type-arguments - :582:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/harbor/view.py

[error] invalid-type-arguments - :97:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/intercom/view.py

[error] invalid-type-arguments - :333:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/openproject/view.py

[error] invalid-type-arguments - :58:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/opsgenie/view.py

[error] invalid-type-arguments - :35:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/teamcity/view.py

[error] invalid-type-arguments - :58:30 - Too many type arguments: expected 0, got 1

zerver/webhooks/uptimerobot/view.py

[error] invalid-type-arguments - :40:30 - Too many type arguments: expected 0, got 1

zilencer/views.py

[error] invalid-type-arguments - :798:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :901:30 - Too many type arguments: expected 0, got 1
[error] invalid-type-arguments - :1823:30 - Too many type arguments: expected 0, got 1