Summary

Comparing branches/commits:
Old: main (merge base) 6b7adb05
New: 21553/merge 3a9b531a
Lint Rule Removed Added Changed
Total 438 3637 513
too-many-positional-arguments 0 2165 0
invalid-argument-type 294 1266 59
type-assertion-failure 0 0 348
possibly-missing-attribute 0 68 30
unused-ignore-comment 93 2 0
unresolved-attribute 0 27 26
non-subscriptable 31 3 8
invalid-assignment 1 19 12
invalid-return-type 0 23 5
invalid-await 2 22 3
not-iterable 0 20 7
unsupported-operator 0 4 15
invalid-type-form 13 1 0
no-matching-overload 0 12 0
possibly-unresolved-reference 3 0 0
invalid-parameter-default 0 2 0
redundant-cast 0 2 0
call-non-callable 0 1 0
parameter-already-assigned 1 0 0

Failed Projects

Project Old Status New Status Old Return Code New Return Code
xarray
https://github.com/pydata/xarray
success abnormal exit 1 101
prefect
https://github.com/PrefectHQ/prefect
success abnormal exit 1 101
arviz
https://github.com/arviz-devs/arviz
success abnormal exit 1 101

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

expression/collections/map.py

[error] too-many-positional-arguments - :45:32 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :46:21 - Too many positional arguments: expected 0, got 2

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] too-many-positional-arguments - :52:11 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :53:12 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :58:8 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :61:17 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :65:27 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :75:13 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :79:15 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :92:14 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :92:66 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :92:90 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :102:19 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :102:62 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :102:86 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :148:30 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :148:54 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :169:25 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :183:21 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :194:16 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :194:37 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :195:12 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :195:33 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :198:12 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :206:8 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :207:16 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :207:37 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :208:12 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :208:33 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :221:49 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :222:12 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :222:33 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :226:77 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :226:101 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :235:8 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :236:10 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :237:6 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :249:48 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :249:72 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :253:29 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :267:23 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :291:68 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :291:92 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :333:20 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :346:47 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :359:60 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :377:48 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :387:48 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :397:47 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :397:71 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :410:68 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :422:74 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :434:16 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :435:17 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :447:46 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :448:21 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :455:27 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :455:83 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :464:48 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :475:30 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :475:61 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :490:27 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :516:20 - Too many positional arguments: expected 0, got 2
[error] too-many-positional-arguments - :520:15 - Too many positional arguments: expected 0, got 2

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] too-many-positional-arguments - :57:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :63:48 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :100:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :108:35 - Too many positional arguments: expected 0, got 1

tanjun/commands/message.py

[error] invalid-argument-type - :62:34 - Argument is incorrect: Expected `(...) -> Any`, found `typing.TypeVar`

tanjun/components.py

[error] too-many-positional-arguments - :59:75 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :205:56 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :305:73 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :985:65 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1003:63 - Too many positional arguments: expected 0, got 1

tanjun/dependencies/owners.py

[error] too-many-positional-arguments - :131:17 - Too many positional arguments: expected 0, got 1

tanjun/errors.py

[error] too-many-positional-arguments - :104:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :114:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :136:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :137:24 - Too many positional arguments: expected 0, got 1

tanjun/hooks.py

[error] too-many-positional-arguments - :52:67 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :53:69 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :54:75 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :55:71 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :57:69 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :58:71 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :59:77 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :60:73 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :62:57 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :63:59 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :64:65 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :65:61 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :93:37 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :94:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :95:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :96:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :97:39 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :145:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :150:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :198:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :203:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :244:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :249:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :287:43 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :292:43 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :330:40 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :335:40 - Too many positional arguments: expected 0, got 1

tanjun/_internal/__init__.py

[error] too-many-positional-arguments - :81:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :88:70 - Too many positional 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] too-many-positional-arguments - :90:68 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :91:70 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :92:76 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :93:72 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :95:70 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :96:72 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :97:78 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:74 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :100:58 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :101:60 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :102:66 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :103:62 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :105:76 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :245:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :511:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :512:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :513:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :514:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :515:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :516:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :518:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :519:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :619:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :620:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :621:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :622:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :623:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :624:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :626:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :627:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :756:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :757:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :775:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :776:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :793:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :794:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :954:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :959:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :960:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1417:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1418:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1534:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1535:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2076:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2161:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2228:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2292:43 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2356:40 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2469:48 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2526:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2541:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2794:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2799:61 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2804:61 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3236:73 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3452:65 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3469:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3888:73 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4378:70 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4399:68 - Too many positional 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] too-many-positional-arguments - :975:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :981:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :987:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :992:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1020:37 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1032:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1032:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1062:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1064:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1071:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1073:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1080:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1082:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1088:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1088:53 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1123:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1152:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1154:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1211:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1213:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1224:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1226:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1237:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1239:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1249:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1251:14 - Too many positional 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] too-many-positional-arguments - :83:75 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :587:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :610:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :632:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :758:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :758:78 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :825:13 - Too many positional 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] too-many-positional-arguments - :903:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :922:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :940:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1031:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1049:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1066:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1218:73 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2078:70 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2097:68 - Too many positional arguments: expected 0, got 1

tanjun/commands/menu.py

[error] too-many-positional-arguments - :55:73 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :56:67 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :65:69 - Too many positional arguments: expected 0, got 1

tanjun/commands/slash.py

[error] too-many-positional-arguments - :86:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :86:61 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :86:82 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :88:56 - Argument is incorrect: Expected `(...) -> Any`, found `typing.TypeVar`
[error] too-many-positional-arguments - :90:73 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :91:77 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :92:73 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :446:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :450:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :450:59 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :496:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :498:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :498:59 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :545:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :547:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :547:61 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1658:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1659:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1660:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1678:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1683:61 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1688:61 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1929:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1936:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1936:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1953:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1955:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1955:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1970:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1978:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1978:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2130:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2132:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2132:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2149:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2151:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2151:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2166:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2173:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2173:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2286:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2288:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2288:65 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2306:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2308:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2308:65 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2324:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2331:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2331:65 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2870:59 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2958:57 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3038:57 - Too many positional arguments: expected 0, got 1

tanjun/context/message.py

[error] too-many-positional-arguments - :252:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :253:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :254:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :255:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :256:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :257:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :259:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :260:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :292:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :293:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :294:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :295:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :296:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :297:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :299:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :300:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :365:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :370:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :371:24 - Too many positional arguments: expected 0, got 1

tanjun/context/slash.py

[error] too-many-positional-arguments - :513:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :514:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :558:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :559:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :602:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :603:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :676:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :677:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :727:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :728:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :729:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :730:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :731:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :732:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :734:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :735:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :764:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :765:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :766:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :767:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :768:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :769:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :771:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :772:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :870:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :871:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :888:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :889:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :905:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :906:24 - Too many positional 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

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

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/vegalite/v6/api.py

[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

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]`

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

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]`

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

src/attrs/__init__.pyi

[error] unsupported-operator - :67 -
Old: Operator `|` is unsupported between objects of type `GenericAlias` and `<class 'Sequence[@Todo]'>`
New: Operator `|` is unsupported between objects of type `GenericAlias` and `<class 'Sequence[(Any, Attribute[typing.TypeVar], typing.TypeVar, /) -> Any]'>`

tests/test_validators.py

[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`

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`

bidict/_orderedbidict.py

[error] too-many-positional-arguments - :138:52 - Too many positional arguments: expected 0, got 1

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

src/bokeh/core/property/aliases.py

[error] invalid-argument-type - :41:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :41:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :41:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Factor'>`

src/bokeh/core/property/color.py

[error] invalid-argument-type - :136:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Byte'>`
[error] invalid-argument-type - :136:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Byte'>`
[error] invalid-argument-type - :136:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Byte'>`
[error] invalid-argument-type - :137:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Byte'>`
[error] invalid-argument-type - :137:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Byte'>`
[error] invalid-argument-type - :137:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Byte'>`
[error] invalid-argument-type - :137:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Percent'>`
[error] invalid-argument-type - :141:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :141:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'RGB'>`

src/bokeh/core/property/dataspec.py

[error] invalid-argument-type - :184:13 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :285:26 - Argument to bound method `accepts` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :292:26 - Argument to bound method `accepts` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :306:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :402:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Property[Literal["blank", "dot", "ring", "horizontal_line", "vertical_line", ... omitted 29 literals]]'>`
[error] invalid-argument-type - :422:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Property[Literal["asterisk", "circle", "circle_cross", "circle_dot", "circle_x", ... omitted 23 literals]]'>`
[error] invalid-argument-type - :526:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :579:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Color'>`

src/bokeh/core/property/enum.py

[error] invalid-argument-type - :76:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :76:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`

src/bokeh/core/property/factors.py

[error] invalid-argument-type - :45:18 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :45:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :46:18 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :46:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :46:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :52:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :59:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`

src/bokeh/core/property/numeric.py

[error] invalid-argument-type - :159:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int]`, found `<class 'Int'>`

src/bokeh/core/property_aliases.py

[error] invalid-argument-type - :63:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Property[str | Path | Unknown]'>`
[error] invalid-argument-type - :65:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :67:57 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Percent'>`
[error] invalid-argument-type - :68:57 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Percent'>`
[error] invalid-argument-type - :79:9 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :81:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :81:45 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :85:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :128:60 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`

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[Unknown]]`

src/bokeh/models/annotations/geometry.py

[error] invalid-argument-type - :160:18 - Argument to bound method `accepts` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :164:18 - Argument to bound method `accepts` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :168:18 - Argument to bound method `accepts` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :172:18 - Argument to bound method `accepts` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :222:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - :229:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - :236:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int | float]`, found `<class 'Float'>`
[error] invalid-argument-type - :243:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int | float]`, 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]`
[error] invalid-argument-type - :468:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :472:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`

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]`
[error] invalid-argument-type - :334:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Color'>`

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 - :104:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :113:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :120:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :120:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :120:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :120:54 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :120:64 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :149:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :156:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'TextLike'>`
[error] invalid-argument-type - :169:61 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :191:62 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :196:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :196:48 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :196:57 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TextLike'>`
[error] invalid-argument-type - :201:26 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :247:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :247:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :247:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Factor'>`
[error] invalid-argument-type - :339:62 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :361:65 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`

src/bokeh/models/comparisons.py

[error] invalid-argument-type - :85:17 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :85:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'AnyRef'>`

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[Unknown]]`
[error] invalid-argument-type - :52:16 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :56:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :61:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`

src/bokeh/models/css.py

[error] invalid-argument-type - :71:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :89:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :124:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :125:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :126:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :127:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :128:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :129:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :130:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :131:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :132:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :133:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :134:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :135:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :136:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :137:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :138:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :139:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :140:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :141:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :142:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :143:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :144:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :145:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :146:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :147:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :148:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :149:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :150:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :151:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :152:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :153:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :154:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :155:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :156:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :157:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :158:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :159:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :160:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :161:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :162:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :163:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :164:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :165:43 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :166:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :167:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :168:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :169:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :170:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :171:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :172:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :173:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :174:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :175:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :176:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :177:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :178:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :179:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :180:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :181:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :182:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :183:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :184:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :185:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :186:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :187:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :188:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :189:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :190:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :191:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :192:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :193:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :194:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :195:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :196:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :197:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :198:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :199:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :200:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :201:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :202:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :203:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :204:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :205:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :206:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :207:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :208:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :209:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :210:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :211:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :212:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :213:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :214:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :215:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :216:44 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :217:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :218:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :219:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :220:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :221:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :222:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :223:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :224:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :225:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :226:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :227:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :228:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :229:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :230:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :231:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :232:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :233:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :234:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :235:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :236:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :237:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :238:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :239:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :240:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :241:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :242:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :243:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :244:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :245:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :246:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :247:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :248:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :249:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :250:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :251:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :252:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :253:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :254:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :255:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :256:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :257:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :258:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :259:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :260:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :261:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :262:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :263:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :264:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :265:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :266:43 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :267:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :268:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :269:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :270:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :271:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :272:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :273:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :274:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :275:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :276:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :277:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :278:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :279:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :280:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :281:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :282:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :283:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :284:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :285:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :286:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :287:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :288:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :289:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :290:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :291:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :292:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :293:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :294:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :295:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :296:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :297:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :298:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :299:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :300:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :301:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :302:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :303:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :304:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :305:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :306:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :307:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :308:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :309:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :310:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :311:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :312:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :313:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :314:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :315:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :316:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :317:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :318:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :319:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :320:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :321:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :322:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :323:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :324:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :325:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :326:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :327:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :328:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :337:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :338:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :339:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :340:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :341:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :342:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :343:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :344:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :345:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :346:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :347:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :348:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :349:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :350:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :351:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :352:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :353:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :354:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :355:43 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :356:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :357:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :358:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :359:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :360:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :361:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :362:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :363:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :364:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :365:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :366:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :367:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :368:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :369:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :370:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :371:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :372:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :373:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :374:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :375:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :376:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :377:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :378:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :379:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :380:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :381:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :382:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :383:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :384:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :385:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :386:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :387:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :388:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :389:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :390:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :391:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :392:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :393:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :394:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :395:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :396:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :397:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :398:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :399:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :400:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :401:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :402:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :403:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :404:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :405:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :406:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :407:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :408:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :409:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :410:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :411:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :412:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :413:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :414:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :415:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :416:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :417:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :418:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :419:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :420:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :421:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :422:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :423:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :424:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :425:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :426:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :427:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :428:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :429:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :430:43 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :431:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :432:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :433:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :434:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :435:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :436:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :437:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :438:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :439:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :440:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :441:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :442:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :443:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :444:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`

src/bokeh/models/filters.py

[error] invalid-argument-type - :142:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :157:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Bool'>`
[error] invalid-argument-type - :172:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :176:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'AnyRef'>`

src/bokeh/models/graphs.py

[error] invalid-argument-type - :85:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :85:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :85:54 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`

src/bokeh/models/grids.py

[error] invalid-argument-type - :68:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :68:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :68:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :74:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :74:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :74:46 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :88:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`

src/bokeh/models/labeling.py

[error] invalid-argument-type - :90:17 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :90:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'AnyRef'>`

src/bokeh/models/map_plots.py

[error] invalid-argument-type - :78:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :82:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :131:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'JSON'>`
[error] invalid-argument-type - :200:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Bytes'>`
[error] invalid-argument-type - :203:18 - Argument to bound method `accepts` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`

src/bokeh/models/nodes.py

[error] invalid-argument-type - :160:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :190:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`

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[Unknown]]`

src/bokeh/models/selections.py

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

src/bokeh/models/selectors.py

[error] invalid-argument-type - :64:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :75:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :86:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :97:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`

src/bokeh/models/text.py

[error] invalid-argument-type - :61:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :117:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :117:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :117:48 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :117:56 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`

src/bokeh/models/textures.py

[error] invalid-argument-type - :72:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :85:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Property[str | Path | Unknown]'>`

src/bokeh/models/tickers.py

[error] invalid-argument-type - :102:17 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :102:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'AnyRef'>`
[error] invalid-argument-type - :192:17 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[list[Unknown]]`, found `<class 'Float'>`
[error] invalid-argument-type - :196:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[list[Unknown]]`, found `<class 'Float'>`
[error] invalid-argument-type - :219:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[list[Unknown | int]]`, found `<class 'Float'>`
[error] invalid-argument-type - :227:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :275:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :288:16 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[list[Unknown]]`, found `<class 'Int'>`
[error] invalid-argument-type - :303:18 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[list[Unknown]]`, found `<class 'Int'>`
[error] invalid-argument-type - :491:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :491:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`

src/bokeh/models/tiles.py

[error] invalid-argument-type - :86:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :86:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'AnyRef'>`
[error] invalid-argument-type - :97:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :101:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :105:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`

src/bokeh/models/transforms.py

[error] invalid-argument-type - :97:17 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :97:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'AnyRef'>`
[error] invalid-argument-type - :224:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :224:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :228:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :228:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`

src/bokeh/models/ui/dialogs.py

[error] invalid-argument-type - :59:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :65:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`

src/bokeh/models/ui/floating.py

[error] invalid-argument-type - :64:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :64:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Property[str]'>`

src/bokeh/models/ui/icons.py

[error] invalid-argument-type - :69:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :69:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Property[str]'>`
[error] invalid-argument-type - :81:49 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :113:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :137:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`

src/bokeh/models/ui/menus.py

[error] invalid-argument-type - :62:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Bool'>`
[error] invalid-argument-type - :72:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Property[str | Path | Unknown | Property[str]]'>`
[error] invalid-argument-type - :76:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :80:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :92:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :140:68 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`

src/bokeh/models/ui/panels.py

[error] invalid-argument-type - :65:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :65:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :71:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :71:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`

src/bokeh/models/ui/tooltips.py

[error] invalid-argument-type - :65:52 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :65:59 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :71:62 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :77:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :82:50 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`

src/bokeh/models/ui/ui_element.py

[error] invalid-argument-type - :64:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :64:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :68:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :76:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :78:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :80:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :80:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :93:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :93:43 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :100:13 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :101:18 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :101:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :101:55 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`

src/bokeh/models/widgets/groups.py

[error] invalid-argument-type - :63:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :110:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :123:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :136:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :149:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`

src/bokeh/models/widgets/indicators.py

[error] invalid-argument-type - :114:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :133:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`

src/bokeh/models/widgets/inputs.py

[error] invalid-argument-type - :97:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :101:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :134:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :134:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :146:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :146:46 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :158:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :158:45 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :174:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :174:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :243:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :243:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :243:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :249:18 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :249:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :249:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :253:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :253:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :253:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :269:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :269:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :282:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :282:45 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :282:52 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :288:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[float | int]`, found `<class 'Float'>`
[error] invalid-argument-type - :292:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int | float]`, found `<class 'Float'>`
[error] invalid-argument-type - :297:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :297:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :332:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Property[str | Path | Unknown | Property[str]]'>`
[error] invalid-argument-type - :335:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Property[str | Path | Unknown | Property[str]]'>`
[error] invalid-argument-type - :364:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :377:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :382:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :432:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :437:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :441:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int]`, found `<class 'Int'>`
[error] invalid-argument-type - :460:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :460:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'AnyRef'>`
[error] invalid-argument-type - :460:45 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :461:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :485:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :485:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :489:18 - Argument to bound method `accepts` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :500:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :500:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :500:49 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :507:18 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :527:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :527:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :527:49 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :534:18 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :542:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :546:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :550:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :555:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :584:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :588:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :588:44 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Color'>`
[error] invalid-argument-type - :592:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int]`, found `<class 'Int'>`
[error] invalid-argument-type - :596:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :596:46 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :601:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int]`, found `<class 'Int'>`

src/bokeh/models/widgets/pickers.py

[error] invalid-argument-type - :81:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :85:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :89:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :109:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Time'>`
[error] invalid-argument-type - :129:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Time'>`
[error] invalid-argument-type - :133:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Time'>`
[error] invalid-argument-type - :145:43 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Date'>`
[error] invalid-argument-type - :145:55 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Date'>`
[error] invalid-argument-type - :145:61 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Date'>`
[error] invalid-argument-type - :153:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Date'>`
[error] invalid-argument-type - :153:54 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Date'>`
[error] invalid-argument-type - :153:60 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Date'>`
[error] invalid-argument-type - :195:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Date'>`
[error] invalid-argument-type - :199:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Date'>`
[error] invalid-argument-type - :212:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Date'>`
[error] invalid-argument-type - :223:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Date'>`
[error] invalid-argument-type - :223:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Date'>`
[error] invalid-argument-type - :234:18 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Date'>`
[error] invalid-argument-type - :252:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :252:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Date'>`
[error] invalid-argument-type - :256:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :256:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Date'>`
[error] invalid-argument-type - :271:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :282:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :282:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :293:18 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Datetime'>`

src/bokeh/models/widgets/tables.py

[error] invalid-argument-type - :310:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :566:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :588:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :699:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :703:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :713:17 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :718:14 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :749:14 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :753:12 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :801:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Bool'>`
[error] invalid-argument-type - :811:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :816:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :848:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int]`, found `<class 'Int'>`

src/bokeh/palettes.py

[error] too-many-positional-arguments - :1924:40 - Too many positional arguments: expected 0, got 1

src/bokeh/util/hex.py

[error] too-many-positional-arguments - :58:8 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :59:8 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :60:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :62:64 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :175:8 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :176:8 - Too many positional arguments: expected 0, got 1

src/bokeh/_specs.pyi

[error] too-many-positional-arguments - :76:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :77:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :78:39 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :78:68 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :82:26 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :132:79 - Too many positional arguments: expected 0, got 1

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-assignment - :480:30 - Object of type `property | str` is not assignable to `<class 'TypeVar'> | 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`
[error] invalid-argument-type - :323:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`

src/bokeh/core/property/visual.py

[error] invalid-argument-type - :92:75 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :143:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :228:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :228:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :229:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :229:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :230:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :230:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :232:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :232:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :233:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :233:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :234:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :234:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :239:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :239:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :240:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :240:43 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :241:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :241:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :243:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'> | Tuple | @Todo`
[error] invalid-argument-type - :243:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'> | Tuple | @Todo`

src/bokeh/core/property/visual.pyi

[error] too-many-positional-arguments - :37:55 - Too many positional arguments: expected 0, got 1

src/bokeh/core/property/wrappers.py

[error] too-many-positional-arguments - :444:102 - Too many positional arguments: expected 0, got 1

src/bokeh/core/property_mixins.py

[error] invalid-argument-type - :263:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[str]`, found `<class 'Color'>`
[error] invalid-argument-type - :278:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :287:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[str]`, found `<class 'Color'>`
[error] invalid-argument-type - :290:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :292:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :336:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[str]`, found `<class 'Color'>`
[error] invalid-argument-type - :367:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[str]`, found `<class 'Color'>`
[error] invalid-argument-type - :368:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Color'>`

src/bokeh/core/serialization.py

[error] too-many-positional-arguments - :431:36 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :666:51 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :674:18 - Too many positional arguments: expected 0, got 1

src/bokeh/layouts.py

[error] too-many-positional-arguments - :604:58 - Too many positional arguments: expected 0, got 1

src/bokeh/model/model.py

[error] invalid-argument-type - :144:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :163:17 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'AnyRef'>`
[error] invalid-argument-type - :187:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :199:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :213:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`

src/bokeh/models/annotations/dimensional.py

[error] invalid-argument-type - :63:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :67:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :71:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :87:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :87:48 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :87:55 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :87:70 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :87:77 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :87:85 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :114:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :118:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] unsupported-operator - :104 -
Old: Operator `in` is not supported for types `str` and `Required[Unknown]`, in comparing `str` with `Unknown | Required[Unknown]`
New: Operator `in` is not supported for types `str` and `Required[Any]`, in comparing `str` with `Unknown | Required[Any]`

src/bokeh/models/annotations/legends.py

[error] invalid-argument-type - :118:44 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :118:51 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :129:45 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :133:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :133:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :137:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :137:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :141:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'TextLike'>`
[error] invalid-argument-type - :157:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :161:49 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :165:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :165:48 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :165:57 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TextLike'>`
[error] invalid-argument-type - :170:26 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :270:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :275:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :306:18 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[list[Unknown]]`, found `<class 'Float'>`
[error] invalid-argument-type - :332:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :375:51 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :375:58 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :387:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :387:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :394:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :394:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :401:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :490:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :490:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[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 - :550:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :561:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :562:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :580:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :592:19 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :631:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :631:44 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :722:14 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :763:44 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :763:51 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :774:45 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :778:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :782:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :794:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'TextLike'>`
[error] invalid-argument-type - :810:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :814:49 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :818:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :818:48 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :818:57 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TextLike'>`
[error] invalid-argument-type - :823:26 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :904:53 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :914:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :914:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :914:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`

src/bokeh/models/callbacks.py

[error] invalid-argument-type - :116:17 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :116:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'AnyRef'>`
[error] invalid-argument-type - :122:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :170:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :170:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Bool'>`
[error] invalid-argument-type - :220:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'AnyRef'>`
[error] invalid-argument-type - :216:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`

src/bokeh/models/dom.py

[error] invalid-argument-type - :87:43 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :87:51 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :89:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :155:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :159:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :201:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :205:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :265:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :265:48 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :272:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`

src/bokeh/models/expressions.py

[error] invalid-argument-type - :116:17 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :116:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'AnyRef'>`
[error] invalid-argument-type - :145:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :181:18 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[list[Unknown]]`, found `<class 'String'>`
[error] invalid-argument-type - :210:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :211:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int | float]`, found `<class 'Float'>`
[error] invalid-argument-type - :221:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :222:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int | float]`, found `<class 'Float'>`

src/bokeh/models/formatters.py

[error] invalid-argument-type - :112:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :112:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :362:17 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :362:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'AnyRef'>`
[error] invalid-argument-type - :591:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Bool'>`
[error] invalid-argument-type - :617:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :735:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Bool'>`
[error] invalid-argument-type - :755:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, 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[Unknown]]`
[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]`
[error] invalid-argument-type - :1756:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1756:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1756:48 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1756:56 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`

src/bokeh/models/layouts.py

[error] invalid-argument-type - :111:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :117:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :123:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :127:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :131:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :135:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :139:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :139:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :139:46 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :139:58 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :139:63 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :139:68 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :139:73 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :146:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :178:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :210:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :210:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :210:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :271:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :279:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Bool'>`
[error] invalid-argument-type - :348:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Property[Property[Property[str] | FullTrackSize] | list[Property[Property[str] | FullTrackSize]] | dict[int, Property[Property[str] | FullTrackSize]]]'>`
[error] invalid-argument-type - :367:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Property[Property[Property[str] | FullTrackSize] | list[Property[Property[str] | FullTrackSize]] | dict[int, Property[Property[str] | FullTrackSize]]]'>`
[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]`
[error] invalid-argument-type - :402:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :402:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :403:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :403:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :403:46 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :403:51 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :424:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Property[Property[Property[str] | FullTrackSize] | list[Property[Property[str] | FullTrackSize]] | dict[int, Property[Property[str] | FullTrackSize]]]'>`
[error] invalid-argument-type - :449:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Property[Property[Property[str] | FullTrackSize] | list[Property[Property[str] | FullTrackSize]] | dict[int, Property[Property[str] | FullTrackSize]]]'>`
[error] invalid-argument-type - :586:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :606:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] not-iterable - :409 -
Old: Object of type `Unknown | List[Unknown]` may not be iterable
New: Object of type `Unknown | List[Any]` may not be iterable

src/bokeh/models/mappers.py

[error] invalid-argument-type - :96:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Color'>`
[error] invalid-argument-type - :138:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :187:19 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Property[Literal["asterisk", "circle", "circle_cross", "circle_dot", "circle_x", ... omitted 23 literals]]'>`
[error] invalid-argument-type - :210:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Property[Literal["blank", "dot", "ring", "horizontal_line", "vertical_line", ... omitted 29 literals]]'>`
[error] invalid-argument-type - :229:82 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :229:95 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :234:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :239:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :244:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Color'>`
[error] invalid-argument-type - :249:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Color'>`
[error] invalid-argument-type - :358:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :368:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`

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[Unknown]]`
[error] invalid-argument-type - :527:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :531:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :536:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :541:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :547:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :553:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :561:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :584:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :586:18 - Argument to bound method `accepts` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :606:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :650:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :655:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :669:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :680:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :691:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :702:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :739:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :749:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :759:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :769:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :779:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int]`, found `<class 'Int'>`
[error] invalid-argument-type - :801:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int]`, found `<class 'Int'>`
[error] invalid-argument-type - :907:47 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :929:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :940:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :940:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :941:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :941:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :941:46 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :941:51 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] unsupported-operator - :238 -
Old: Operator `+` is unsupported between objects of type `Unknown | List[Unknown]` and `Unknown | List[Unknown]`
New: Operator `+` is unsupported between objects of type `Unknown | List[Any]` and `Unknown | List[Any]`
[error] not-iterable - :251 -
Old: Object of type `Unknown | List[Unknown]` may not be iterable
New: Object of type `Unknown | List[Any]` may not be iterable
[error] not-iterable - :501 -
Old: Object of type `Unknown | List[Unknown]` may not be iterable
New: Object of type `Unknown | List[Any]` may not be iterable
[error] invalid-argument-type - :660:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Bool'>`
[error] not-iterable - :948 -
Old: Object of type `Unknown | List[Unknown]` may not be iterable
New: Object of type `Unknown | List[Any]` may not be iterable

src/bokeh/models/ranges.py

[error] invalid-argument-type - :86:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :86:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :86:46 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :90:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :90:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :90:44 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :118:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :118:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :118:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :118:49 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :123:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :123:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :123:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :123:47 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :150:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :150:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :150:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :155:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :155:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :155:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :174:47 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :196:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :196:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :228:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :228:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :228:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :233:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :233:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :233:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :262:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :262:46 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :272:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :272:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :403:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - :413:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - :438:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :448:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`

src/bokeh/models/renderers/contour_renderer.py

[error] invalid-argument-type - :67:18 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | 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[Unknown]]`
[error] invalid-argument-type - :123:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :130:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :144:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`

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[Unknown]]`
[error] invalid-argument-type - :99:25 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`

src/bokeh/models/sources.py

[error] too-many-positional-arguments - :81:53 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :114:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :114:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'AnyRef'>`
[error] invalid-argument-type - :123:24 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :207:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :207:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Any'>`
[error] invalid-argument-type - :215:9 - Argument to bound method `accepts` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'EagerDataFrame'>`
[error] invalid-argument-type - :217:9 - Argument to bound method `accepts` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'PandasGroupBy'>`
[error] invalid-argument-type - :219:9 - Argument to bound method `accepts` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Dataclass'>`
[error] invalid-argument-type - :788:14 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :812:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'JSON'>`
[error] invalid-argument-type - :844:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :854:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :903:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :921:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :921:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`

src/bokeh/models/sources.pyi

[error] too-many-positional-arguments - :34:49 - Too many positional arguments: expected 0, got 1

src/bokeh/models/tools.py

[error] invalid-argument-type - :193:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Property[str | Path | Unknown | Property[str]]'>`
[error] invalid-argument-type - :202:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :212:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :212:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Bool'>`
[error] invalid-argument-type - :322:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :411:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :411:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :415:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :415:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :420:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :420:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :424:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :424:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :428:27 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :428:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :573:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[() -> Unknown]`
[error] invalid-argument-type - :680:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :685:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int]`, found `<class 'Int'>`
[error] invalid-argument-type - :826:59 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :862:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :1025:9 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :1129:43 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :1138:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :1165:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :1182:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[int]`, found `<class 'Int'>`
[error] invalid-argument-type - :1257:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :1308:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :1342:15 - Argument to bound method `__init__` is incorrect: Expected `Instance[S@Instance]`, found `Instance[InstanceDefault[Unknown]]`
[error] invalid-argument-type - :1402:17 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1402:25 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'AnyRef'>`
[error] invalid-argument-type - :1509:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :1523:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Null'>`
[error] invalid-argument-type - :1523:51 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1523:70 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1523:78 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1593:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1593:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1595:23 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1628:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1645:13 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1647:24 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1647:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1658:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - :1787:30 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :1787:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'AnyRef'>`
[error] invalid-argument-type - :1797:26 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Bool'>`
[error] invalid-argument-type - :1797:32 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :1797:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :1797:44 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Date'>`
[error] invalid-argument-type - :1797:50 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :1797:60 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Color'>`
[error] invalid-argument-type - :1797:67 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`

src/bokeh/models/widgets/buttons.py

[error] invalid-argument-type - :101:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :186:33 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :186:47 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :186:62 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`

src/bokeh/models/widgets/sliders.py

[error] invalid-argument-type - :102:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[str]`, found `<class 'String'>`
[error] invalid-argument-type - :136:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :150:31 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :154:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :158:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :169:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :173:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :177:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :181:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :198:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :198:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :202:47 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :202:54 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :206:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :210:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Float'>`
[error] invalid-argument-type - :256:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :260:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :264:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :268:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :327:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :327:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :331:47 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :331:57 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :335:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :339:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :374:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :374:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :378:47 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :378:57 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :382:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :386:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'Datetime'>`

src/bokeh/plotting/_figure.py

[error] invalid-argument-type - :747:20 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :747:39 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :751:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :751:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :755:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :755:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Int'>`
[error] invalid-argument-type - :767:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[str]`, found `<class 'TextLike'>`
[error] invalid-argument-type - :771:29 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[str]`, found `<class 'TextLike'>`
[error] invalid-argument-type - :775:35 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :775:41 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :779:38 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :779:44 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :783:37 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :783:43 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :787:34 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :787:40 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :791:36 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :791:42 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :795:52 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :795:71 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :795:79 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'String'>`
[error] invalid-argument-type - :806:11 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :806:18 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Float'>`
[error] invalid-argument-type - :807:11 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :807:21 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Datetime'>`
[error] invalid-argument-type - :808:11 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :808:22 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'TimeDelta'>`
[error] invalid-argument-type - :809:9 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Unknown]`, found `<class 'String'>`
[error] invalid-argument-type - :810:5 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'EagerSeries'>`
[error] invalid-argument-type - :811:5 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'PandasGroupBy'>`
[error] invalid-argument-type - :814:28 - Argument to bound method `__init__` is incorrect: Expected `<class 'TypeVar'> | Property[Any]`, found `<class 'Auto'>`
[error] invalid-argument-type - :198 -
Old: Argument to function `get_scale` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Unknown | None]`
New: Argument to function `get_scale` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Any | None]`
[error] invalid-argument-type - :199 -
Old: Argument to function `get_scale` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Unknown | None]`
New: Argument to function `get_scale` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Any | None]`
[error] invalid-argument-type - :201 -
Old: Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Unknown | None]`
New: Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Any | None]`
[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[Any | Literal["below"]]`
[error] invalid-argument-type - :202 -
Old: Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Unknown | None]`
New: Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Any | None]`
[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[Any | Literal["left"]]`
[error] invalid-argument-type - :204 -
Old: Argument to function `process_tools_arg` is incorrect: Expected `str | list[tuple[str, str]] | None`, found `Unknown | Nullable[Unknown]`
New: Argument to function `process_tools_arg` is incorrect: Expected `str | list[tuple[str, str]] | None`, found `Unknown | Nullable[Any]`
[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[Any | Literal["auto"]]`
[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[Any | Literal["auto"]]`
[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[Any | Literal["auto"]]`
[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[Any | Literal["auto"]]`
[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[Any | Literal["auto"]]`

src/bokeh/plotting/_figure.pyi

[error] too-many-positional-arguments - :137:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :138:12 - Too many positional arguments: expected 0, got 1

src/bokeh/plotting/contour.py

[error] too-many-positional-arguments - :406:51 - Too many positional arguments: expected 0, got 1

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 | Literal["none", "debug"]) | None`, found `def convert_logging(value: str | int) -> int | None`

src/bokeh/util/serialization.py

[error] too-many-positional-arguments - :223:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :223:56 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :236:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :236:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :312:36 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :335:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :335:49 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :353:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :353:68 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :373:100 - Too many positional arguments: expected 0, got 1

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`

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`

cloudinit/distros/alpine.py

[warning] possibly-unresolved-reference - :517:16 - Name `new_line_parts` used when possibly not defined
[warning] possibly-unresolved-reference - :520:17 - Name `new_line_parts` used when possibly not defined
[warning] possibly-unresolved-reference - :522:45 - Name `new_line_parts` used when possibly not defined

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

colour/hints/__init__.py

[error] too-many-positional-arguments - :153:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :154:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :155:26 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :156:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :157:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :158:25 - Too many positional arguments: expected 0, got 1

colour/io/fichet2021.py

[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[Unknown, Unknown]] & Sequence[object]) | ValuesView[Unknown]`

colour/utilities/array.py

[error] too-many-positional-arguments - :1643:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2006:25 - Too many positional arguments: expected 0, got 1

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

homeassistant/core.py

[error] invalid-argument-type - :1621:62 - Argument to bound method `_async_listen_filterable_job` is incorrect: Expected `tuple[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)

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] too-many-positional-arguments - :149:71 - Too many positional arguments: expected 1, got 3
[error] too-many-positional-arguments - :222:15 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :223:6 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :657:19 - Too many positional arguments: expected 1, got 3
[error] too-many-positional-arguments - :675:25 - Too many positional arguments: expected 1, got 3
[error] too-many-positional-arguments - :726:27 - Too many positional arguments: expected 1, got 3
[error] too-many-positional-arguments - :1048:20 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :1048:60 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :1100:29 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :1100:71 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :1967:20 - Too many positional arguments: expected 1, got 3
[error] too-many-positional-arguments - :1992:29 - Too many positional arguments: expected 1, got 3
[error] too-many-positional-arguments - :2026:16 - Too many positional arguments: expected 1, got 3
[error] too-many-positional-arguments - :2053:25 - Too many positional arguments: expected 1, got 3
[error] too-many-positional-arguments - :2308:32 - Too many positional arguments: expected 1, got 2
[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 `(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 -
Old: 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)`
New: Attribute `__discord_app_commands_checks__` may be missing on object of type `(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)`

discord/app_commands/errors.py

[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] too-many-positional-arguments - :823:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :823:50 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :862:20 - Too many positional arguments: expected 1, got 3
[error] too-many-positional-arguments - :910:29 - Too many positional arguments: expected 1, got 3
[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] too-many-positional-arguments - :175:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :296:20 - Too many positional arguments: expected 1, got 4
[error] too-many-positional-arguments - :306:29 - Too many positional arguments: expected 1, got 4
[error] too-many-positional-arguments - :320:20 - Too many positional arguments: expected 1, got 4
[error] too-many-positional-arguments - :330:29 - Too many positional arguments: expected 1, got 4
[error] invalid-argument-type - :424:37 - Argument to bound method `append` is incorrect: Expected `(typing.TypeVar, /) -> 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 `(typing.TypeVar, /) -> 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 `(typing.TypeVar, /) -> bool | Coroutine[Any, Any, bool]`, found `(ContextT@remove_check, /) -> bool | Coroutine[Any, Any, bool]`
[error] too-many-positional-arguments - :1544:29 - Too many positional arguments: expected 0, got 1
[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 `((typing.TypeVar, typing.TypeVar, /) -> Coroutine[Any, Any, Any]) | ((typing.TypeVar, /) -> 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 `((typing.TypeVar, typing.TypeVar, /) -> Coroutine[Any, Any, Any]) | ((typing.TypeVar, /) -> 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] too-many-positional-arguments - :512:15 - Too many positional arguments: expected 1, got 4
[error] too-many-positional-arguments - :574:20 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :574:58 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :756:20 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :756:58 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :785:33 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :785:73 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :842:20 - Too many positional arguments: expected 1, got 4
[error] too-many-positional-arguments - :852:29 - Too many positional arguments: expected 1, got 4
[error] too-many-positional-arguments - :866:20 - Too many positional arguments: expected 1, got 4
[error] too-many-positional-arguments - :876:29 - Too many positional arguments: expected 1, got 4
[error] too-many-positional-arguments - :890:16 - Too many positional arguments: expected 1, got 4
[error] too-many-positional-arguments - :928:25 - Too many positional arguments: expected 1, got 4
[error] too-many-positional-arguments - :942:16 - Too many positional arguments: expected 1, got 4
[error] too-many-positional-arguments - :962:25 - Too many positional 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-argument-type - :71:41 - Argument is incorrect: Expected `BaseView | ActionRow[Unknown] | Container[Unknown]`, found `typing.TypeVar`
[error] invalid-argument-type - :71:41 - Argument is incorrect: Expected `Item[Any]`, found `typing.TypeVar`
[error] invalid-argument-type - :122:50 - Argument is incorrect: Expected `BaseView | ActionRow[Unknown] | Container[Unknown]`, found `typing.Self`
[error] invalid-argument-type - :424:10 - Argument is incorrect: Expected `BaseSelect[Any]`, found `S@select`
[error] too-many-positional-arguments - :424:10 - Too many positional arguments: expected 1, got 2
[error] invalid-argument-type - :440:10 - Argument is incorrect: Expected `BaseSelect[Any]`, found `S@select`
[error] too-many-positional-arguments - :440:10 - Too many positional arguments: expected 1, got 2
[error] invalid-argument-type - :456:10 - Argument is incorrect: Expected `BaseSelect[Any]`, found `S@select`
[error] too-many-positional-arguments - :456:10 - Too many positional arguments: expected 1, got 2
[error] invalid-argument-type - :472:10 - Argument is incorrect: Expected `BaseSelect[Any]`, found `S@select`
[error] too-many-positional-arguments - :472:10 - Too many positional arguments: expected 1, got 2
[error] invalid-argument-type - :488:10 - Argument is incorrect: Expected `BaseSelect[Any]`, found `S@select`
[error] too-many-positional-arguments - :488:10 - Too many positional arguments: expected 1, got 2
[error] invalid-argument-type - :503:10 - Argument is incorrect: Expected `BaseSelect[Any]`, found `S@select`
[error] too-many-positional-arguments - :503:10 - Too many positional arguments: expected 1, got 2
[warning] unused-ignore-comment - :407:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :409: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-argument-type - :109:60 - Argument is incorrect: Expected `BaseView | ActionRow[Unknown] | Container[Unknown]`, found `typing.Self`

discord/ui/select.py

[error] invalid-argument-type - :115:49 - Argument is incorrect: Expected `BaseView | ActionRow[Unknown] | Container[Unknown]`, found `typing.TypeVar`
[error] invalid-argument-type - :115:49 - Argument is incorrect: Expected `Item[Any]`, found `typing.TypeVar`
[error] invalid-argument-type - :1040:6 - Argument is incorrect: Expected `BaseSelect[Any]`, found `S@select`
[error] too-many-positional-arguments - :1040:6 - Too many positional arguments: expected 1, got 2
[error] invalid-argument-type - :1057:6 - Argument is incorrect: Expected `BaseSelect[Any]`, found `S@select`
[error] too-many-positional-arguments - :1057:6 - Too many positional arguments: expected 1, got 2
[error] invalid-argument-type - :1074:6 - Argument is incorrect: Expected `BaseSelect[Any]`, found `S@select`
[error] too-many-positional-arguments - :1074:6 - Too many positional arguments: expected 1, got 2
[error] invalid-argument-type - :1091:6 - Argument is incorrect: Expected `BaseSelect[Any]`, found `S@select`
[error] too-many-positional-arguments - :1091:6 - Too many positional arguments: expected 1, got 2
[error] invalid-argument-type - :1108:6 - Argument is incorrect: Expected `BaseSelect[Any]`, found `S@select`
[error] too-many-positional-arguments - :1108:6 - Too many positional arguments: expected 1, got 2
[error] invalid-argument-type - :1124:6 - Argument is incorrect: Expected `BaseSelect[Any]`, found `S@select`
[error] too-many-positional-arguments - :1124:6 - Too many positional arguments: expected 1, got 2
[error] unresolved-attribute - :1221:9 - Unresolved attribute `__discord_ui_model_type__` on type `(S@decorator, Interaction[Any], BaseSelectT@decorator, /) -> Coroutine[Any, Any, Any]`.
[error] unresolved-attribute - :1222:9 - Unresolved attribute `__discord_ui_model_kwargs__` on type `(S@decorator, Interaction[Any], BaseSelectT@decorator, /) -> Coroutine[Any, Any, Any]`.
[error] unresolved-attribute - :1232:13 - Object of type `(S@decorator, Interaction[Any], BaseSelectT@decorator, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
[error] unresolved-attribute - :1234:13 - Object of type `(S@decorator, Interaction[Any], BaseSelectT@decorator, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
[error] unresolved-attribute - :1250:13 - Object of type `(S@decorator, Interaction[Any], BaseSelectT@decorator, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`

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

[error] too-many-positional-arguments - :685:30 - Too many positional arguments: expected 1, got 2
[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)

django-stubs/contrib/admin/options.pyi

[error] invalid-argument-type - :175:23 - Argument is incorrect: Expected `ModelAdmin[Any]`, found `typing.Self`
[error] too-many-positional-arguments - :175:23 - Too many positional arguments: expected 1, got 2

tests/assert_type/contrib/admin/test_utils.py

[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 `list[str]`
[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]`
[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 `list[str]`
[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]`

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

dulwich/porcelain.py

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

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

python/egglog/exp/array_api.py

[error] too-many-positional-arguments - :452:28 - Too many positional arguments: expected 1, got 2

python/tests/test_high_level.py

[error] too-many-positional-arguments - :782:19 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :790:19 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :798:19 - Too many positional arguments: expected 2, got 4

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

freqtrade/freqai/base_models/BaseClassifierModel.py

[error] too-many-positional-arguments - :89:27 - Too many positional arguments: expected 0, got 1

freqtrade/freqai/base_models/BasePyTorchRegressor.py

[error] too-many-positional-arguments - :27:27 - Too many positional arguments: expected 0, got 1

freqtrade/freqai/base_models/BaseRegressionModel.py

[error] too-many-positional-arguments - :99:27 - Too many positional arguments: expected 0, got 1

freqtrade/freqai/RL/BaseReinforcementLearningModel.py

[error] too-many-positional-arguments - :254:27 - Too many positional arguments: expected 0, got 1

freqtrade/freqai/base_models/BasePyTorchClassifier.py

[error] too-many-positional-arguments - :47:27 - Too many positional arguments: expected 0, got 1

freqtrade/freqai/data_drawer.py

[error] too-many-positional-arguments - :337:19 - Too many positional arguments: expected 0, got 1

freqtrade/freqai/freqai_interface.py

[error] too-many-positional-arguments - :978:27 - Too many positional arguments: expected 0, got 1

freqtrade/freqai/prediction_models/PyTorchTransformerRegressor.py

[error] too-many-positional-arguments - :103:30 - Too many positional arguments: expected 0, got 1

freqtrade/freqai/prediction_models/SKLearnRandomForestClassifier.py

[error] too-many-positional-arguments - :63:27 - Too many positional arguments: expected 0, got 1

freqtrade/freqai/prediction_models/XGBoostClassifier.py

[error] too-many-positional-arguments - :67:27 - Too many positional arguments: expected 0, got 1

freqtrade/freqai/prediction_models/XGBoostRFClassifier.py

[error] too-many-positional-arguments - :67:27 - Too many positional arguments: expected 0, got 1

freqtrade/optimize/analysis/lookahead.py

[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] | Unknown` and `Literal[1]`

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

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

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-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]]`

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/benchmarks/test_async_iterable.py

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

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/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 - :2309:56 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | (Collection[int | float] & ~float)`

hydpy/core/parametertools.py

[error] non-subscriptable - :3418:55 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :3418:55 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :3423:56 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | float`
[error] non-subscriptable - :3901:45 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :3901:45 - Cannot subscript object of type `int` with no `__getitem__` method

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 | (((Unknown, /) -> int | float) & ~str)`

hydpy/core/typingtools.py

[error] too-many-positional-arguments - :86:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :87:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :88:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :89:26 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :91:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :92:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :93:26 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :94:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :95:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :102:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :103:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :104:26 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :105:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :106:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :107:26 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :114:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :115:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :116:26 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :117:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :118:25 - Too many positional arguments: expected 0, got 1
[error] invalid-type-form - :96:45 - Invalid subscript of object of type `GenericAlias` in type expression
[error] invalid-type-form - :108:55 - Invalid subscript of object of type `GenericAlias` in type expression
[error] invalid-type-form - :119:65 - Invalid subscript of object of type `GenericAlias` in type expression

hydpy/core/variabletools.py

[error] too-many-positional-arguments - :1480:24 - Too many positional arguments: expected 0, got 1

hydpy/cythons/modelutils.py

[error] invalid-assignment - :349:47 - Object of type `dict[Unknown | <class 'bool'> | str | ... omitted 7 union elements, Unknown | str]` is not assignable to `dict[type[Any] | str | None, str]`

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

src/hydra_zen/structured_configs/_make_custom_builds.py

[error] too-many-positional-arguments - :56:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :74:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :94:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :112:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :130:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :148:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :168:19 - Too many positional arguments: expected 0, got 1

src/hydra_zen/typing/_builds_overloads.py

[error] too-many-positional-arguments - :43:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :63:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :83:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :103:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :124:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :144:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :165:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :188:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :212:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :240:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :271:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :290:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :309:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :328:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :348:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :369:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :389:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :410:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :430:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :451:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :480:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :510:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :530:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :551:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :570:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :590:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :613:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :637:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :665:23 - Too many positional arguments: expected 0, got 1

src/hydra_zen/structured_configs/_implementations.py

[error] too-many-positional-arguments - :241:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1413:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1433:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1454:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1476:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1498:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1520:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1542:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1564:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1586:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1614:23 - Too many positional arguments: expected 0, got 1

src/hydra_zen/typing/_implementations.py

[error] invalid-argument-type - :279:32 - Argument is incorrect: Expected `(...) -> Any`, found `typing.TypeVar`
[error] invalid-argument-type - :279:57 - Argument is incorrect: Expected `(...) -> Any`, found `typing.TypeVar`

tests/annotations/declarations.py

[error] too-many-positional-arguments - :784:23 - Too many positional arguments: expected 0, got 1

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

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`

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/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[Unknown, ...] | 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_windows.py

[error] invalid-argument-type - :82 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, @Todo]`, found `dict[Unknown, Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, Unknown]`, 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, Unknown]`, 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]`

imagehash (https://github.com/JohannesBuchner/imagehash)

imagehash/__init__.py

[error] too-many-positional-arguments - :146:12 - Too many positional arguments: expected 0, got 1

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

jax/_src/lax/lax.py

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

jax/_src/numpy/lax_numpy.py

[error] invalid-assignment - :4151:15 - Object of type `tuple[tuple[typing.TypeVar, typing.TypeVar], ...]` is not assignable to `tuple[tuple[int, int], ...]`
[error] invalid-argument-type - :4151:35 - Argument to function `_broadcast_to_pairs` is incorrect: Expected `typing.TypeVar | Sequence[typing.TypeVar] | Sequence[Sequence[typing.TypeVar]]`, found `tuple[tuple[int, int], ...]`
[error] invalid-assignment - :4175:15 - Object of type `tuple[tuple[typing.TypeVar, typing.TypeVar], ...]` 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 `typing.TypeVar | Sequence[typing.TypeVar] | Sequence[Sequence[typing.TypeVar]]`, 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[typing.TypeVar, typing.TypeVar], ...]` 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 `typing.TypeVar | Sequence[typing.TypeVar] | Sequence[Sequence[typing.TypeVar]]`, 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[typing.TypeVar, typing.TypeVar], ...]` 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 `typing.TypeVar | Sequence[typing.TypeVar] | Sequence[Sequence[typing.TypeVar]]`, 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[typing.TypeVar, typing.TypeVar], ...]` 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 `typing.TypeVar | Sequence[typing.TypeVar] | Sequence[Sequence[typing.TypeVar]]`, 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]]]]`

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

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]`

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

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/__init__.py

[error] invalid-argument-type - :2525:33 - Argument to function `dir_size` is incorrect: Expected `Path | DirEntry[str]`, found `DirEntry[Path | DirEntry[str]]`

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] too-many-positional-arguments - :702:28 - Too many positional arguments: expected 0, got 1

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] too-many-positional-arguments - :701:28 - Too many positional arguments: expected 0, got 1

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/inspect.pyi

[error] too-many-positional-arguments - :192:43 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :200:54 - Too many positional arguments: expected 0, got 1

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

pandas/_libs/algos.pyi

[error] too-many-positional-arguments - :26:39 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :43:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :46:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :48:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :50:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :56:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :58:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :63:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :78:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :106:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :124:41 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :125:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :126:36 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :127:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :128:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :129:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :130:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :131:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :133:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :136:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :139:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :142:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :145:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :148:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :151:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :154:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :157:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :160:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :163:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :166:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :169:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :172:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :175:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :178:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :181:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :184:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :187:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :190:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :193:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :196:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :199:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :202:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :205:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :208:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :211:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :214:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :217:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :220:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :223:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :226:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :229:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :232:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :235:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :238:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :241:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :244:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :247:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :250:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :253:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :256:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :259:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :262:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :265:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :268:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :271:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :274:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :277:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :280:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :283:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :286:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :289:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :292:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :295:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :298:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :301:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :304:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :307:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :310:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :313:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :316:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :319:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :322:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :325:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :328:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :332:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :332:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :338:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :338:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :344:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :344:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :350:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :350:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :356:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :356:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :362:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :362:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :368:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :368:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :374:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :374:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :380:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :380:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :386:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :386:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :392:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :392:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :398:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :398:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :404:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :404:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :410:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :410:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :416:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :416:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :422:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :422:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :428:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :428:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :434:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :434:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :440:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :440:42 - Too many positional arguments: expected 0, got 1

pandas/_libs/groupby.pyi

[error] too-many-positional-arguments - :9:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :11:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :47:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :135:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :137:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :138:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :139:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :140:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :141:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :151:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :152:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :162:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :163:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :179:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :204:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :205:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :207:13 - Too many positional arguments: expected 0, got 1

pandas/_libs/hashing.pyi

[error] too-many-positional-arguments - :6:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :9:6 - Too many positional arguments: expected 0, got 1

pandas/_libs/hashtable.pyi

[error] too-many-positional-arguments - :27:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :87:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :92:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :97:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :102:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :107:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :112:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :117:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :122:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :127:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :132:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :137:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :142:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :147:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :152:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :171:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :176:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :177:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :186:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :202:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :209:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :212:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :221:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :235:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :236:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :236:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :239:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :240:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :257:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :258:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :260:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :265:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :266:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :272:6 - Too many positional arguments: expected 0, got 1

pandas/_libs/index.pyi

[error] too-many-positional-arguments - :31:50 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :35:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :35:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :41:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :41:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :88:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :88:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :95:50 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :99:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :99:38 - Too many positional arguments: expected 0, got 1

pandas/_libs/internals.pyi

[error] too-many-positional-arguments - :24:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :25:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :35:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :36:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :39:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :39:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :53:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :62:48 - Too many positional arguments: expected 0, got 1

pandas/_libs/interval.pyi

[error] too-many-positional-arguments - :165:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :168:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :168:38 - Too many positional arguments: expected 0, got 1

pandas/_libs/join.pyi

[error] too-many-positional-arguments - :10:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :10:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :16:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :16:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :21:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :21:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :24:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :28:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :34:5 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :35:5 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :42:5 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :43:5 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :50:5 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :51:5 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :61:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :61:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :70:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :70:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :79:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :79:34 - Too many positional arguments: expected 0, got 1

pandas/_libs/lib.pyi

[error] too-many-positional-arguments - :90:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :101:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :112:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :123:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :131:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :146:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :148:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :149:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :150:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :155:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :162:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :163:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :165:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :167:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :195:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :198:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :199:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :203:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :203:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :214:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :220:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :221:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :228:6 - Too many positional arguments: expected 0, got 1

pandas/_libs/missing.pyi

[error] too-many-positional-arguments - :15:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :16:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :17:44 - Too many positional arguments: expected 0, got 1

pandas/_libs/ops.pyi

[error] too-many-positional-arguments - :23:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :25:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :26:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :28:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :41:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :48:10 - Too many positional arguments: expected 0, got 1

pandas/_libs/parsers.pyi

[error] too-many-positional-arguments - :18:13 - Too many positional arguments: expected 0, got 1

pandas/_libs/reshape.pyi

[error] too-many-positional-arguments - :15:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :16:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :16:37 - Too many positional arguments: expected 0, got 1

pandas/_libs/sparse.pyi

[error] too-many-positional-arguments - :19:26 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :22:37 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :22:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :29:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :47:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :48:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :50:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :51:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :51:35 - Too many positional arguments: expected 0, got 1

pandas/_libs/tslib.pyi

[error] too-many-positional-arguments - :8:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :13:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :16:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :28:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :33:6 - Too many positional arguments: expected 0, got 1

pandas/_libs/tslibs/fields.pyi

[error] too-many-positional-arguments - :6:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :11:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :15:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :17:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :22:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :24:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :27:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :29:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :32:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :34:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :36:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :39:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :41:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :59:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :62:6 - Too many positional arguments: expected 0, got 1

pandas/_libs/tslibs/np_datetime.pyi

[error] too-many-positional-arguments - :21:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :23:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :24:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :25:6 - Too many positional arguments: expected 0, got 1

pandas/_libs/tslibs/offsets.pyi

[error] too-many-positional-arguments - :44:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :44:58 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :52:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :52:59 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :63:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :63:59 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :300:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :304:6 - Too many positional arguments: expected 0, got 1

pandas/_libs/tslibs/parsing.pyi

[error] too-many-positional-arguments - :23:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :25:6 - Too many positional arguments: expected 0, got 1

pandas/_libs/tslibs/strptime.pyi

[error] too-many-positional-arguments - :6:13 - Too many positional arguments: expected 0, got 1

pandas/_libs/tslibs/tzconversion.pyi

[error] too-many-positional-arguments - :16:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :21:6 - Too many positional arguments: expected 0, got 1

pandas/_libs/tslibs/vectorized.pyi

[error] too-many-positional-arguments - :11:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :15:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :17:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :22:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :25:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :27:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :32:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :36:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :38:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :41:6 - Too many positional arguments: expected 0, got 1

pandas/_libs/window/aggregations.pyi

[error] too-many-positional-arguments - :107:6 - Too many positional arguments: expected 0, got 1

pandas/_libs/window/indexers.pyi

[error] too-many-positional-arguments - :12:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :12:35 - Too many positional arguments: expected 0, got 1

pandas/_typing.py

[error] too-many-positional-arguments - :401:65 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :482:63 - Too many positional arguments: expected 0, got 1

pandas/core/array_algos/masked_reductions.py

[error] too-many-positional-arguments - :29:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :74:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :87:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :101:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :138:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :148:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :158:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :170:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :188:11 - Too many positional arguments: expected 0, got 1

pandas/core/array_algos/putmask.py

[error] too-many-positional-arguments - :30:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :64:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :104:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :116:44 - Too many positional arguments: expected 0, got 1

pandas/core/array_algos/replace.py

[error] too-many-positional-arguments - :47:59 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :115:53 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/_ranges.py

[error] too-many-positional-arguments - :34:6 - Too many positional arguments: expected 0, got 1

pandas/core/indexes/category.py

[error] too-many-positional-arguments - :390:23 - Too many positional arguments: expected 0, got 1

pandas/core/ops/invalid.py

[error] too-many-positional-arguments - :30:6 - Too many positional arguments: expected 0, got 1

pandas/core/ops/mask_ops.py

[error] too-many-positional-arguments - :25:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :25:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :87:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :87:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :140:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :140:35 - Too many positional arguments: expected 0, got 1

pandas/io/formats/csvs.py

[error] too-many-positional-arguments - :57:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :155:10 - Too many positional arguments: expected 0, got 1

pandas/_libs/tslibs/period.pyi

[error] too-many-positional-arguments - :21:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :23:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :25:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :29:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :32:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :34:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :36:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :38:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :40:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :42:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :44:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :47:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :51:6 - Too many positional arguments: expected 0, got 1

pandas/_libs/tslibs/timedeltas.pyi

[error] too-many-positional-arguments - :66:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :68:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :70:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :81:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :84:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :136:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :137:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :140:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :141:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :147:51 - Too many positional arguments: expected 0, got 1

pandas/core/_numba/kernels/mean_.py

[error] too-many-positional-arguments - :169:13 - Too many positional arguments: expected 0, got 1

pandas/core/_numba/kernels/min_max_.py

[error] too-many-positional-arguments - :136:13 - Too many positional arguments: expected 0, got 1

pandas/core/_numba/kernels/sum_.py

[error] too-many-positional-arguments - :166:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :170:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :170:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :228:13 - Too many positional arguments: expected 0, got 1

pandas/core/_numba/kernels/var_.py

[error] too-many-positional-arguments - :175:13 - Too many positional arguments: expected 0, got 1

pandas/core/algorithms.py

[error] too-many-positional-arguments - :463:36 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :497:48 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :599:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :600:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :961:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :962:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :994:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :995:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1021:51 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1022:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1073:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1259:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1465:12 - Too many positional arguments: expected 0, got 1
[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]] | Unknown | ... omitted 4 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]] | Unknown | ... omitted 4 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]] | Unknown | ... omitted 4 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]] | Unknown | ... omitted 4 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]] | Unknown | ... omitted 4 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]] | Unknown | ... omitted 4 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]] | Unknown | ... omitted 4 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]] | Unknown | ... omitted 5 union elements`

pandas/core/apply.py

[error] too-many-positional-arguments - :1712:55 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1757:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1828:5 - Too many positional arguments: expected 0, got 1

pandas/core/array_algos/masked_accumulations.py

[error] too-many-positional-arguments - :21:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :24:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :77:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :78:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :83:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :84:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :89:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :90:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :95:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :96:24 - Too many positional arguments: expected 0, got 1

pandas/core/array_algos/quantile.py

[error] too-many-positional-arguments - :21:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :46:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :48:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :113:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :114:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :157:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :160:11 - Too many positional arguments: expected 0, got 1

pandas/core/array_algos/take.py

[error] too-many-positional-arguments - :120:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :169:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :169:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :466:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :489:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :489:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :518:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :521:11 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/_mixins.py

[error] too-many-positional-arguments - :203:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :250:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :387:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :405:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :500:13 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/arrow/array.py

[error] too-many-positional-arguments - :1052:50 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1128:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1411:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1510:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1737:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2351:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2499:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2544:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2609:14 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/base.py

[error] too-many-positional-arguments - :1279:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1409:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1516:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2280:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2321:39 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2432:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2459:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2529:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2628:14 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/boolean.py

[error] too-many-positional-arguments - :230:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :330:52 - Too many positional arguments: expected 0, got 1
[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`
[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, Unknown | None]`

pandas/core/arrays/categorical.py

[error] too-many-positional-arguments - :1826:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1847:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1973:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2181:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2415:50 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2695:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2785:14 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/datetimelike.py

[error] too-many-positional-arguments - :324:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :341:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :537:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :769:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :824:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :828:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1054:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1054:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1320:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1345:43 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1579:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1708:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1786:45 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/datetimes.py

[error] too-many-positional-arguments - :316:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :767:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :844:36 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1126:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1283:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1351:40 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1421:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1466:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1505:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2257:33 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :501 -
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"] | Unknown`
[error] invalid-argument-type - :503 -
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"] | Unknown`

pandas/core/arrays/interval.py

[error] too-many-positional-arguments - :1927:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2096:42 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/masked.py

[error] too-many-positional-arguments - :126:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :129:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :136:41 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :814:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :815:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1047:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1162:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1211:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1477:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1930:14 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/numeric.py

[error] too-many-positional-arguments - :266:41 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/period.py

[error] too-many-positional-arguments - :259:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :740:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :945:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :982:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1068:39 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1336:12 - Too many positional arguments: expected 0, got 1
[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[Unknown, BaseOffset | Unknown | None]`

pandas/core/arrays/sparse/array.py

[error] too-many-positional-arguments - :888:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1193:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1430:32 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/sparse/scipy_sparse.py

[error] too-many-positional-arguments - :43:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :45:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :92:5 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :93:5 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/string_.py

[error] too-many-positional-arguments - :467:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :828:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :834:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :840:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :957:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1049:10 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/string_arrow.py

[error] too-many-positional-arguments - :280:42 - Too many positional arguments: expected 0, got 1

pandas/core/arrays/timedeltas.py

[error] too-many-positional-arguments - :227:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :458:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :767:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :824:33 - Too many positional arguments: expected 0, got 1

pandas/core/base.py

[error] too-many-positional-arguments - :1292:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1434:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1442:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1468:56 - Too many positional arguments: expected 0, got 1

pandas/core/computation/pytables.py

[error] too-many-positional-arguments - :239:21 - Too many positional arguments: expected 0, got 1

pandas/core/dtypes/missing.py

[error] too-many-positional-arguments - :79:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :90:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :94:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :223:39 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :238:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :260:47 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :277:54 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :294:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :305:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :309:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :313:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :498:11 - Too many positional arguments: expected 0, got 1

pandas/core/groupby/groupby.py

[error] too-many-positional-arguments - :570:41 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1221:47 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1264:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :5483:40 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :5751:44 - Too many positional arguments: expected 0, got 1

pandas/core/groupby/grouper.py

[error] too-many-positional-arguments - :283:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :286:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :321:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :387:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :445:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :599:41 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :608:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :616:43 - Too many positional arguments: expected 0, got 1

pandas/core/groupby/ops.py

[error] too-many-positional-arguments - :320:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :321:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :367:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :368:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :651:41 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :661:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :685:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :744:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :758:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :762:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :860:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :863:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :900:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :902:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :971:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1035:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1074:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1109:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1150:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1215:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1216:21 - Too many positional arguments: expected 0, got 1

pandas/core/indexes/base.py

[error] too-many-positional-arguments - :388:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :398:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :398:49 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :409:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :409:49 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :420:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :420:49 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1574:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2586:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2632:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2690:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2898:55 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3657:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3798:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3900:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3933:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3967:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4000:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4002:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4009:39 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4148:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4269:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4269:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4350:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4350:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4373:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4373:59 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4386:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4386:60 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4505:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4505:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4532:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4532:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4537:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4538:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4672:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4672:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4701:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4701:57 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4713:59 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4849:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4849:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4864:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4865:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4908:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4909:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4911:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4911:51 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :5692:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :5693:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :5937:43 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6049:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6049:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6139:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6246:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6251:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6251:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6256:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6256:39 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6256:61 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6261:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6261:39 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6261:61 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6561:65 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6984:51 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :7190:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :7897:6 - Too many positional arguments: expected 0, got 1

pandas/core/indexes/datetimelike.py

[error] too-many-positional-arguments - :135:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :289:54 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :302:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :747:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :748:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :750:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :750:51 - Too many positional arguments: expected 0, got 1
[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, Unknown | None, Unknown | None]`, found `tuple[DatetimeTimedeltaMixin | Unknown, Unknown | None, Unknown | None]`

pandas/core/indexes/datetimes.py

[error] too-many-positional-arguments - :443:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :732:60 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :813:10 - Too many positional arguments: expected 0, got 1

pandas/core/indexes/extension.py

[error] too-many-positional-arguments - :158:25 - Too many positional arguments: expected 0, got 1

pandas/core/indexes/interval.py

[error] too-many-positional-arguments - :821:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :846:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :846:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :926:67 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :940:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :940:38 - Too many positional arguments: expected 0, got 1

pandas/core/indexes/multi.py

[error] too-many-positional-arguments - :1486:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1749:55 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2455:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2865:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3023:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3056:47 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3187:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3593:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3705:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3755:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3763:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3766:26 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3845:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3846:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4266:43 - Too many positional arguments: expected 0, got 1

pandas/core/indexes/period.py

[error] too-many-positional-arguments - :352:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :355:56 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :398:45 - Too many positional arguments: expected 0, got 1

pandas/core/indexes/range.py

[error] too-many-positional-arguments - :537:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :726:43 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :760:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1093:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1093:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1100:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1100:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1547:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1547:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1559:10 - Too many positional arguments: expected 0, got 1

pandas/core/indexing.py

[error] too-many-positional-arguments - :1455:39 - Too many positional arguments: expected 0, got 1

pandas/core/internals/blocks.py

[error] too-many-positional-arguments - :290:43 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :681:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :817:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :886:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :971:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :971:55 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :998:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1039:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1040:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2042:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2042:55 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2095:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2096:24 - Too many positional arguments: expected 0, got 1

pandas/core/internals/construction.py

[error] too-many-positional-arguments - :950:19 - Too many positional arguments: expected 0, got 1

pandas/core/internals/managers.py

[error] too-many-positional-arguments - :196:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :197:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :224:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :240:26 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :338:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :791:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1022:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2104:43 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2147:29 - Too many positional arguments: expected 0, got 1

pandas/core/methods/describe.py

[error] too-many-positional-arguments - :347:6 - Too many positional arguments: expected 0, got 1

pandas/core/missing.py

[error] too-many-positional-arguments - :62:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :77:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :239:42 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :866:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :867:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :908:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :909:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :922:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :923:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :936:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :937:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :952:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :967:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :993:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1040:14 - Too many positional arguments: expected 0, got 1

pandas/core/nanops.py

[error] too-many-positional-arguments - :212:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :213:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :260:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :261:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :397:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :489:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :545:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :605:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :606:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :647:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :668:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :863:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1043:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1097:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1124:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1170:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1218:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1307:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1427:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1467:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1489:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1492:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1531:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1581:35 - Too many positional arguments: expected 0, got 1
[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] | Unknown | 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 `Unknown | int`

pandas/core/ops/array_ops.py

[error] invalid-argument-type - :340 -
Old: Argument to function `invalid_comparison` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown] | ... omitted 13 union elements`, found `~Top[list[Unknown]] | @Todo`
New: Argument to function `invalid_comparison` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown] | ... omitted 13 union elements`, found `~Top[list[Unknown]] | Unknown`

pandas/core/resample.py

[error] too-many-positional-arguments - :2633:49 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2634:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2808:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2820:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2826:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2832:14 - Too many positional arguments: expected 0, got 1

pandas/core/reshape/merge.py

[error] too-many-positional-arguments - :1087:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1088:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1276:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1277:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1393:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1393:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1404:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1404:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1474:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1517:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1518:24 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1519:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1519:52 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2044:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2044:41 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2122:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2122:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2160:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2161:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2277:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2278:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2550:43 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2550:65 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2651:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2651:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2682:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2682:57 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2692:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2692:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2721:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2721:48 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2752:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2752:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2991:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2991:61 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2992:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2992:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3003:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3004:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3007:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :3007:35 - Too many positional arguments: expected 0, got 1

pandas/core/reshape/reshape.py

[error] too-many-positional-arguments - :182:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :246:38 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :246:60 - Too many positional arguments: expected 0, got 1

pandas/core/series.py

[error] too-many-positional-arguments - :1019:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2985:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4928:18 - Too many positional arguments: expected 0, got 1

pandas/core/sorting.py

[error] too-many-positional-arguments - :66:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :123:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :213:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :213:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :244:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :245:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :266:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :267:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :269:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :271:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :308:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :378:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :379:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :489:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :601:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :633:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :634:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :676:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :677:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :677:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :707:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :707:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :708:12 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :708:35 - Too many positional arguments: expected 0, got 1

pandas/core/strings/accessor.py

[error] too-many-positional-arguments - :3861:36 - Too many positional arguments: expected 0, got 1

pandas/core/tools/numeric.py

[error] too-many-positional-arguments - :218:11 - Too many positional arguments: expected 0, got 1

pandas/core/util/hashing.py

[error] too-many-positional-arguments - :50:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :189:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :240:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :295:6 - Too many positional arguments: expected 0, got 1

pandas/core/window/ewm.py

[error] too-many-positional-arguments - :106:6 - Too many positional arguments: expected 0, got 1

pandas/core/window/rolling.py

[error] too-many-positional-arguments - :389:31 - Too many positional arguments: expected 0, got 1

pandas/io/pytables.py

[error] too-many-positional-arguments - :4648:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :5081:13 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :2749 -
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 | Unknown | ndarray[tuple[Any, ...], Unknown]`

pandas/plotting/_matplotlib/converter.py

[error] too-many-positional-arguments - :499:55 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :514:60 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :520:34 - Too many positional arguments: expected 0, got 1

pandas/plotting/_matplotlib/core.py

[error] too-many-positional-arguments - :1921:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2097:22 - Too many positional arguments: expected 0, got 1

pandas/tests/arithmetic/test_datetime64.py

[error] invalid-argument-type - :2229:36 - Argument to function `__new__` is incorrect: Expected `(Unknown, Unknown | str, /) -> Unknown`, found `<class 'timedelta64'>`

pandas/tests/dtypes/test_missing.py

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

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[Unknown, Unknown]` on object of type `ExtensionArray`

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 `Unknown | 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 `Unknown | 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 `Unknown | None`

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] | Unknown`

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) -> Unknown` 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) -> Unknown` 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) -> Unknown` 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) -> Unknown` 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) -> Unknown` 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) -> Unknown` 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) -> Unknown` 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) -> Unknown` with no `__getitem__` method

pandas/tests/scalar/timedelta/test_arithmetic.py

[error] unsupported-operator - :1200 -
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"] | Unknown`
[error] unsupported-operator - :1202 -
Old: Operator `+` is unsupported between objects of type `Literal["1"] | @Todo` and `Timedelta`
New: Operator `+` is unsupported between objects of type `Literal["1"] | Unknown` and `Timedelta`
[error] unsupported-operator - :1204 -
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"] | Unknown`
[error] unsupported-operator - :1206 -
Old: Operator `-` is unsupported between objects of type `Literal["1"] | @Todo` and `Timedelta`
New: Operator `-` is unsupported between objects of type `Literal["1"] | Unknown` and `Timedelta`
[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"] | Unknown` and `Timedelta`
[error] unsupported-operator - :1211 -
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"] | Unknown`
[error] unsupported-operator - :1225 -
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"] | Unknown`

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/tseries/frequencies.py

[error] too-many-positional-arguments - :217:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :221:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :306:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :311:25 - Too many positional arguments: expected 0, got 1

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

pandas-stubs/core/algorithms.pyi

[error] too-many-positional-arguments - :67:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :67:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :72:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :76:30 - Too many positional arguments: expected 0, got 1

pandas-stubs/core/arrays/categorical.pyi

[error] too-many-positional-arguments - :64:24 - Too many positional arguments: expected 0, got 1

pandas-stubs/core/base.pyi

[error] too-many-positional-arguments - :89:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :97:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :222:7 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :235:7 - Too many positional arguments: expected 0, got 1

pandas-stubs/core/groupby/ops.pyi

[error] too-many-positional-arguments - :18:13 - Too many positional arguments: expected 0, got 1

pandas-stubs/core/indexes/accessors.pyi

[error] too-many-positional-arguments - :138:55 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :141:55 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :296:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :312:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :421:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :422:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :434:32 - Too many positional arguments: expected 0, got 1

pandas-stubs/core/util/hashing.pyi

[error] too-many-positional-arguments - :25:6 - Too many positional arguments: expected 0, got 1

pandas-stubs/plotting/_core.pyi

[error] too-many-positional-arguments - :236:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :299:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :319:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :338:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :372:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :400:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :420:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :428:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :450:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :474:10 - Too many positional arguments: expected 0, got 1

pandas-stubs/plotting/_misc.pyi

[error] too-many-positional-arguments - :45:6 - Too many positional arguments: expected 0, got 1

pandas-stubs/_libs/tslibs/offsets.pyi

[error] too-many-positional-arguments - :69:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :69:59 - Too many positional arguments: expected 0, got 1

pandas-stubs/_typing.pyi

[error] too-many-positional-arguments - :88:41 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :91:47 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :701:50 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :705:55 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :777:63 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :787:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :787:41 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :841:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :842:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :843:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :844:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :845:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :846:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :847:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :848:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :849:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :850:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :866:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :867:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :868:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :869:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :870:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :871:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :872:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :873:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :874:31 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :875:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :876:28 - Too many positional arguments: expected 0, got 1

pandas-stubs/core/frame.pyi

[error] too-many-positional-arguments - :1807:10 - Too many positional arguments: expected 0, got 1

pandas-stubs/core/indexes/base.pyi

[error] too-many-positional-arguments - :1161:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1169:10 - Too many positional arguments: expected 0, got 1

pandas-stubs/core/indexes/interval.pyi

[error] too-many-positional-arguments - :43:7 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :44:7 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :49:23 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :219:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :219:38 - Too many positional arguments: expected 0, got 1

pandas-stubs/core/indexes/period.pyi

[error] too-many-positional-arguments - :40:25 - Too many positional arguments: expected 0, got 1

pandas-stubs/core/series.pyi

[error] too-many-positional-arguments - :349:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4454:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4470:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4518:10 - Too many positional arguments: expected 0, got 1

tests/arrays/test_extension_array.py

[error] invalid-argument-type - :54:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :46 -
Old: Type `ExtensionArray | @Todo` does not match asserted type `Unknown`
New: Type `ExtensionArray | Unknown` does not match asserted type `Unknown`

tests/indexes/arithmetic/bool/test_add.py

[error] too-many-positional-arguments - :57:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :58:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :59:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :61:32 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :49 -
Old: Type `Index[bool]` does not match asserted type `@Todo`
New: Type `Index[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` 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 | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/arithmetic/bool/test_mul.py

[error] too-many-positional-arguments - :94:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :95:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :96:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :104:32 - Too many positional arguments: expected 0, got 1
[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`

tests/indexes/arithmetic/bool/test_sub.py

[error] too-many-positional-arguments - :69:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :70:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :72:32 - Too many positional arguments: expected 0, got 1
[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] too-many-positional-arguments - :74:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :75:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :76:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :78:32 - Too many positional arguments: expected 0, got 1
[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`

tests/indexes/arithmetic/complex/test_add.py

[error] too-many-positional-arguments - :57:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :58:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :60:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :63:32 - Too many positional arguments: expected 0, got 1
[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 `Unknown`
[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 `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`

tests/indexes/arithmetic/complex/test_mul.py

[error] too-many-positional-arguments - :94:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :95:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :97:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :100:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :106:32 - Too many positional arguments: expected 0, got 1
[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`

tests/indexes/arithmetic/complex/test_sub.py

[error] too-many-positional-arguments - :60:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :62:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :65:32 - Too many positional arguments: expected 0, got 1
[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] too-many-positional-arguments - :63:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :66:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :69:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :72:32 - Too many positional arguments: expected 0, got 1
[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`

tests/indexes/arithmetic/float/test_add.py

[error] too-many-positional-arguments - :57:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :58:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :59:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :61:32 - Too many positional arguments: expected 0, got 1
[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 `Unknown`
[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 `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 | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/arithmetic/float/test_floordiv.py

[error] too-many-positional-arguments - :95:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :96:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :104:33 - Too many positional arguments: expected 0, got 1
[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`

tests/indexes/arithmetic/float/test_mul.py

[error] too-many-positional-arguments - :94:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :95:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :96:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :105:32 - Too many positional arguments: expected 0, got 1
[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`

tests/indexes/arithmetic/float/test_sub.py

[error] too-many-positional-arguments - :60:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :61:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :63:32 - Too many positional arguments: expected 0, got 1
[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] too-many-positional-arguments - :94:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :95:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :96:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :105:32 - Too many positional arguments: expected 0, got 1
[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`

tests/indexes/arithmetic/int/test_add.py

[error] too-many-positional-arguments - :57:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :58:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :59:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :61:32 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :49 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :50 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` 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 | complex]` does not match asserted type `@Todo`
New: Type `Index[int | float | complex]` does not match asserted type `Unknown`

tests/indexes/arithmetic/int/test_floordiv.py

[error] too-many-positional-arguments - :95:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :96:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :104:33 - Too many positional arguments: expected 0, got 1
[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`

tests/indexes/arithmetic/int/test_mul.py

[error] too-many-positional-arguments - :94:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :95:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :96:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :104:34 - Too many positional arguments: expected 0, got 1
[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`

tests/indexes/arithmetic/int/test_sub.py

[error] too-many-positional-arguments - :60:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :61:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :63:32 - Too many positional arguments: expected 0, got 1
[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] too-many-positional-arguments - :94:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :95:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :96:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :105:32 - Too many positional arguments: expected 0, got 1
[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`

tests/indexes/arithmetic/str/test_add.py

[error] too-many-positional-arguments - :64:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :69:39 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :57 -
Old: Type `Never` does not match asserted type `@Todo`
New: Type `Never` does not match asserted type `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 `Unknown`

tests/indexes/arithmetic/str/test_mul.py

[error] too-many-positional-arguments - :100:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :101:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :103:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :104:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :106:32 - Too many positional arguments: expected 0, got 1
[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`

tests/indexes/arithmetic/test_floordiv.py

[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`

tests/indexes/arithmetic/test_mul.py

[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 - :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`

tests/indexes/arithmetic/timedeltaindex/test_floordiv.py

[error] too-many-positional-arguments - :97:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :99:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :102:35 - Too many positional arguments: expected 0, got 1
[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`

tests/indexes/arithmetic/timedeltaindex/test_mul.py

[error] too-many-positional-arguments - :80:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :82:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :85:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :90:32 - Too many positional arguments: expected 0, got 1
[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`

tests/indexes/arithmetic/timedeltaindex/test_truediv.py

[error] too-many-positional-arguments - :97:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :99:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :100:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :102:34 - Too many positional arguments: expected 0, got 1
[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`

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] too-many-positional-arguments - :262:53 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :54:53 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :60:47 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :254:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :255:70 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1207:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1219:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1364:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1365:72 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1367:73 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1370:72 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1394:69 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :249 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :250 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :251 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :257 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] invalid-argument-type - :263:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :263:9 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :1363 -
Old: Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
New: Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1372 -
Old: Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
New: Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1373 -
Old: Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
New: Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1374 -
Old: Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
New: Type `signedinteger[_64Bit]` does not match asserted type `Unknown`

tests/indexes/test_rangeindex.py

[error] invalid-argument-type - :37:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :42:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[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], Unknown | None, Unknown | None]` does not match asserted type `Unknown`

tests/scalars/test_scalars.py

[error] too-many-positional-arguments - :622:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :623:19 - Too many positional arguments: expected 0, got 1
[warning] unused-ignore-comment - :1221:82 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1222:82 - Unused blanket `type: ignore` directive
[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] 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 - :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 - :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 - :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 - :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] 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 - :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 - :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 - :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 - :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] 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] 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 - :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] 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 - :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] 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 - :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 - :737 -
Old: Type `bool[bool]` does not match asserted type `@Todo`
New: Type `bool[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :738 -
Old: Type `bool[bool]` does not match asserted type `@Todo`
New: Type `bool[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :754 -
Old: Type `bool[bool]` does not match asserted type `@Todo`
New: Type `bool[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :755 -
Old: Type `bool[bool]` does not match asserted type `@Todo`
New: Type `bool[bool]` does not match asserted type `Unknown`
[error] invalid-argument-type - :859:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :859:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :859:67 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :860:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :860:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :860:68 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :862:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :862:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :862:67 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :863:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :863:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :863:68 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :879:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :879:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :879:67 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :880:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :880:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :880:68 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :882:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :882:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :882:67 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :883:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :883:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :883:68 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :896:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :896:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :896:68 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :897:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :897:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :897:68 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :907:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :907:56 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :908:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :908:56 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :1103 -
Old: Type `bool[bool]` does not match asserted type `@Todo`
New: Type `bool[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1104 -
Old: Type `bool[bool]` does not match asserted type `@Todo`
New: Type `bool[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1120 -
Old: Type `bool[bool]` does not match asserted type `@Todo`
New: Type `bool[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1121 -
Old: Type `bool[bool]` does not match asserted type `@Todo`
New: Type `bool[bool]` does not match asserted type `Unknown`
[error] invalid-argument-type - :1247:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1247:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1247:67 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1248:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1248:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1248:68 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1250:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1250:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1250:67 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1251:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1251:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1251:68 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1267:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1267:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1267:67 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1268:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1268:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1268:68 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1270:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1270:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1270:67 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1271:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1271:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1271:68 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1284:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1284:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1284:68 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1285:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1285:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1285:68 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1295:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1295:56 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1296:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1296:56 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :1845 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` 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 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` does not match asserted type `bool`
[error] invalid-argument-type - :1846:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1848 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` does not match asserted type `bool`
[error] invalid-argument-type - :1848:66 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1848:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1848:66 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :1849 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` does not match asserted type `bool`
[error] invalid-argument-type - :1849:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1849:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1849:67 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :1851 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` 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 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` does not match asserted type `bool`
[error] invalid-argument-type - :1852: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] too-many-positional-arguments - :1858:62 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1859:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1859:63 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :1866 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` 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 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` does not match asserted type `bool`
[error] invalid-argument-type - :1867:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1869 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` does not match asserted type `bool`
[error] invalid-argument-type - :1869:66 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1869:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1869:66 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :1870 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` does not match asserted type `bool`
[error] invalid-argument-type - :1870:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1870:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1870:67 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :1872 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` 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 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` does not match asserted type `bool`
[error] invalid-argument-type - :1873: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] too-many-positional-arguments - :1879:62 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1880:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1880:63 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :1887 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` 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 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` does not match asserted type `bool`
[error] invalid-argument-type - :1888:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1890 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` does not match asserted type `bool`
[error] invalid-argument-type - :1890:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1890:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1890:67 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :1891 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` does not match asserted type `bool`
[error] invalid-argument-type - :1891:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1891:45 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1891:67 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :1893 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` 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 -
Old: Type `@Todo` does not match asserted type `bool`
New: Type `Unknown` does not match asserted type `bool`
[error] invalid-argument-type - :1894:63 - 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] too-many-positional-arguments - :1901:55 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :1902:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1902:55 - Too many positional arguments: expected 0, got 1

tests/series/arithmetic/bool/test_add.py

[error] too-many-positional-arguments - :80:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :81:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :82:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :84:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/bool/test_mul.py

[error] too-many-positional-arguments - :130:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :131:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :132:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :134:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :140:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/bool/test_sub.py

[error] too-many-positional-arguments - :97:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :100:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/bool/test_truediv.py

[error] too-many-positional-arguments - :142:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :143:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :144:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :146:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/complex/test_add.py

[error] too-many-positional-arguments - :92:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :93:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :95:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/complex/test_mul.py

[error] too-many-positional-arguments - :142:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :143:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :145:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :148:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :154:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/complex/test_sub.py

[error] too-many-positional-arguments - :95:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :97:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :100:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/complex/test_truediv.py

[error] too-many-positional-arguments - :183:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :186:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :189:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :192:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/float/test_add.py

[error] too-many-positional-arguments - :80:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :81:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :82:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :84:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/float/test_floordiv.py

[error] too-many-positional-arguments - :142:33 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/float/test_mul.py

[error] too-many-positional-arguments - :130:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :131:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :132:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :134:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :140:34 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/float/test_sub.py

[error] too-many-positional-arguments - :83:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :84:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :86:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/float/test_truediv.py

[error] too-many-positional-arguments - :188:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :189:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :190:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :192:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :198:34 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/int/test_add.py

[error] too-many-positional-arguments - :80:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :81:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :82:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :84:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/int/test_floordiv.py

[error] too-many-positional-arguments - :135:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :136:35 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :138:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :144:33 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/int/test_mul.py

[error] too-many-positional-arguments - :130:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :131:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :132:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :134:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :140:34 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/int/test_sub.py

[error] too-many-positional-arguments - :83:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :84:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :86:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/int/test_truediv.py

[error] too-many-positional-arguments - :188:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :189:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :190:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :192:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :198:34 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/str/test_add.py

[error] too-many-positional-arguments - :82:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :87:39 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/str/test_mul.py

[error] too-many-positional-arguments - :136:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :137:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :139:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :140:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :142:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/test_add.py

[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`

tests/series/arithmetic/test_floordiv.py

[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`

tests/series/arithmetic/test_mul.py

[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`

tests/series/arithmetic/test_sub.py

[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`

tests/series/arithmetic/test_truediv.py

[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`

tests/series/arithmetic/timedelta/test_add.py

[error] too-many-positional-arguments - :105:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :106:34 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/timedelta/test_floordiv.py

[error] too-many-positional-arguments - :147:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :148:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :149:33 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :152:35 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/timedelta/test_mul.py

[error] too-many-positional-arguments - :107:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :108:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :109:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :112:32 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/timedelta/test_sub.py

[error] too-many-positional-arguments - :115:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :116:34 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/timedelta/test_truediv.py

[error] too-many-positional-arguments - :173:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :174:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :175:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :176:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :178:34 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/timestamp/test_add.py

[error] too-many-positional-arguments - :123:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :126:34 - Too many positional arguments: expected 0, got 1
[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`

tests/series/arithmetic/timestamp/test_sub.py

[error] too-many-positional-arguments - :112:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :114:32 - Too many positional arguments: expected 0, got 1
[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 - :117 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`

tests/series/test_series.py

[error] invalid-argument-type - :2004:54 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :2006:74 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :2008:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :2009:74 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :2011:74 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :2015:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :2024:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1848:65 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :1848:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1848:65 - Too many positional arguments: expected 0, got 1

tests/test_extension.py

[error] invalid-argument-type - :52:73 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :55:73 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`

tests/test_frame.py

[error] too-many-positional-arguments - :97:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4178:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :4181:8 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :2643 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`

tests/test_interval.py

[error] invalid-argument-type - :130:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`

tests/test_pandas.py

[error] too-many-positional-arguments - :670:13 - Too many positional arguments: expected 0, got 1
[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 - :455:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :456:60 - 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 - :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 - :480:57 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :481: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 - :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] invalid-argument-type - :916:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :920:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[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] invalid-argument-type - :1128:64 - 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] too-many-positional-arguments - :465:40 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :465:62 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :466:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :466:41 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :466:63 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :665:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :665:43 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :665:67 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :672:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :672:9 - Too many positional arguments: expected 0, got 1
[error] type-assertion-failure - :768 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :770 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :777 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :781 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :787 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :791 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :905 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :909 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :913 -
Old: Type `Categorical` does not match asserted type `@Todo`
New: Type `Categorical` does not match asserted type `Unknown`
[error] type-assertion-failure - :917 -
Old: Type `Index[Any]` does not match asserted type `@Todo`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :921 -
Old: Type `Index[Any]` does not match asserted type `@Todo`
New: Type `Index[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :925 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :931 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :955 -
Old: Type `@Todo | DatetimeIndex` does not match asserted type `ndarray[tuple[int], Unknown] | Index[Any]`
New: Type `Unknown | DatetimeIndex` does not match asserted type `ndarray[tuple[int], Unknown] | Index[Any]`
[error] type-assertion-failure - :1008 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1037 -
Old: Type `@Todo` does not match asserted type `DatetimeIndex`
New: Type `Unknown` does not match asserted type `DatetimeIndex`
[error] type-assertion-failure - :1038 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1041 -
Old: Type `@Todo` does not match asserted type `DatetimeIndex`
New: Type `Unknown` 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_plotting.py

[error] too-many-positional-arguments - :217:41 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :381:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :400:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :407:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :419:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :426:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :438:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :445:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :457:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :464:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :495:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :502:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :520:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :527:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :539:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :546:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :558:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :565:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :577:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :585:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :605:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :614:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :698:57 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :215:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :215:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :215:60 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :218:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :218:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :383:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :383:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :402:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :402:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :409:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :409:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :421:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :421:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :428:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :428:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :440:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :440:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :447:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :447:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :459:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :459:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :466:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :466:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :497:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :497:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :504:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :504:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :522:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :522:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :529:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :529:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :541:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :541:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :548:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :548:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :560:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :560:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :567:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :567:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :579:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :579:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :587:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :587:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :607:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :607:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :616:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :616:9 - Too many positional arguments: expected 0, got 1
[error] invalid-argument-type - :700:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - :700:9 - Too many positional arguments: expected 0, got 1

tests/test_timefuncs.py

[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] 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 - :995:71 - 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] invalid-argument-type - :1081:71 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :945 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :950 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :964 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1045 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1050 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1055 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1060 -
Old: Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
New: Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`

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])`

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

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`

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 - :789:45 - Object of type `((...) -> object) | ((...) -> Generator[object, None, None])` has no attribute `__name__`
[error] invalid-return-type - :1088:28 - Return type does not match returned value: expected `FixtureValue@FixtureDef`, found `FixtureValue@FixtureDef | None`
[error] unresolved-attribute - :1005:42 - Object of type `((...) -> FixtureValue@FixtureDef) | ((...) -> Generator[FixtureValue@FixtureDef, None, None])` has no attribute `__name__`

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

rclip/model.py

[error] too-many-positional-arguments - :14:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :126:66 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :137:55 - Too many positional arguments: expected 0, got 1

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

rotkehlchen/db/dbhandler.py

[error] no-matching-overload - :3447:25 - No overload of bound method `search` matches arguments

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

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/ensemble/_hist_gradient_boosting/gradient_boosting.py

[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 `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 `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 `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 `Unknown | None`
[error] not-iterable - :418 -
Old: Object of type `@Todo | None` may not be iterable
New: Object of type `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 `Unknown | None`
[error] not-iterable - :441 -
Old: Object of type `@Todo | None` may not be iterable
New: Object of type `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 `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 `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 `Unknown | None`

sklearn/externals/array_api_compat/common/_helpers.py

[error] too-many-positional-arguments - :47:37 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :51:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :98:44 - Too many positional arguments: expected 0, got 1
[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 `Unknown | SupportsArrayNamespace[Any]`

sklearn/externals/array_api_extra/_lib/_testing.py

[error] too-many-positional-arguments - :113:56 - Too many positional arguments: expected 0, got 1

sklearn/linear_model/_logistic.py

[error] invalid-argument-type - :382 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `@Todo | Literal[10]`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Literal[10]`
[error] invalid-argument-type - :383 -
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 | Literal[10]`

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

scipy/linalg/_cythonized_array_utils.pyi

[error] too-many-positional-arguments - :4:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :7:8 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :13:8 - Too many positional arguments: expected 0, got 1

scipy/linalg/_decomp_lu_cython.pyi

[error] too-many-positional-arguments - :8:22 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :8:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :8:68 - Too many positional arguments: expected 0, got 1

scipy/linalg/_matfuncs_expm.pyi

[error] too-many-positional-arguments - :4:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6:22 - Too many positional arguments: expected 0, got 1

scipy/spatial/_qhull.pyi

[error] too-many-positional-arguments - :25:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :30:32 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :34:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :44:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :45:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :46:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :47:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :48:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :50:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :53:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :56:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :57:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :60:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :62:34 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :65:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :66:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :68:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :73:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :74:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :90:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :91:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :92:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :93:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :94:11 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :96:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :112:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :114:28 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :116:36 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :119:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :120:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :123:30 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :129:10 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :130:48 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :131:44 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :133:46 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :137:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :138:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :139:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :140:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :141:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :156:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :158:27 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :161:15 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :162:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :165:19 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :182:25 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :187:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :189:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :190:18 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :193:20 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :211:29 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :213:32 - Too many positional arguments: expected 0, got 1

scipy/spatial/distance.pyi

[error] too-many-positional-arguments - :12:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :12:41 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :17:21 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :17:41 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :64:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :69:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :76:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :78:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :157:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :162:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :168:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :170:6 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :188:6 - Too many positional arguments: expected 0, got 1

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

[error] too-many-positional-arguments - :45:37 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :48:9 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :95:41 - Too many positional arguments: expected 0, got 1

scipy/_lib/array_api_extra/src/array_api_extra/_lib/_testing.py

[error] too-many-positional-arguments - :113:56 - Too many positional arguments: expected 0, got 1

scipy/_lib/cobyqa/cobyqa/main.py

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

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

[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 `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 `Unknown | None`

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 | Unknown`

scipy/io/matlab/tests/test_mio.py

[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], Unknown]]` 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: Unknown | tuple[Unknown, ...], /) -> 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], Unknown]]` 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], Unknown]]` 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: Unknown | tuple[Unknown, ...], /) -> 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], Unknown]]` 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], Unknown]]` 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: Unknown | tuple[Unknown, ...], /) -> 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], Unknown]]` 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], Unknown]]` 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: Unknown | tuple[Unknown, ...], /) -> 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], Unknown]]` 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], Unknown]]` 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: Unknown | tuple[Unknown, ...], /) -> 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], Unknown]]` 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], Unknown]]` 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: Unknown | tuple[Unknown, ...], /) -> 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], Unknown]]` 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], Unknown]]` 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: Unknown | tuple[Unknown, ...], /) -> 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], Unknown]]` 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], Unknown]]` 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: Unknown | tuple[Unknown, ...], /) -> 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], Unknown]]` 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], Unknown]]` 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: Unknown | tuple[Unknown, ...], /) -> 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], Unknown]]` 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], Unknown]]` 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: Unknown | tuple[Unknown, ...], /) -> 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], Unknown]]` 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], Unknown]]` 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: Unknown | tuple[Unknown, ...], /) -> 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], Unknown]]` cannot be called with key of type `Literal[1]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`

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] unsupported-operator - :1441 -
Old: Operator `&` is unsupported between objects of type `@Todo | None` and `Literal[1]`
New: Operator `&` is unsupported between objects of type `Unknown | None` and `Literal[1]`

scipy/optimize/_hessian_update_strategy.py

[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 | 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 | 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 | float`
[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`

scipy/signal/_signaltools.py

[error] invalid-argument-type - :3460:29 - 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/_spline.pyi

[error] too-many-positional-arguments - :5:17 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :5:39 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6:16 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :6:40 - Too many positional arguments: expected 0, got 1
[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/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] | Unknown` and `StateSpace`

scipy/special/tests/test_basic.py

[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/_multicomp.py

[error] invalid-return-type - :428 -
Old: 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]`
New: 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], Unknown]`

scipy/stats/_qmc.py

[error] too-many-positional-arguments - :2929:13 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :2929:38 - Too many positional arguments: expected 0, got 1

scipy/stats/_sensitivity_analysis.py

[error] too-many-positional-arguments - :26:40 - Too many positional arguments: expected 0, got 1

scipy/stats/tests/test_multivariate.py

[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 | Unknown`
[error] not-iterable - :2138 -
Old: Object of type `None | @Todo` may not be iterable
New: Object of type `None | Unknown` may not be iterable

tools/check_python_h_first.py

[error] invalid-argument-type - :169:33 - Argument to bound method `remove` is incorrect: Expected `Literal["scipy"]`, found `Literal["build", ".git", "boost"]`
[error] invalid-argument-type - :173:29 - Argument to bound method `remove` is incorrect: Expected `Literal["scipy"]`, found `str`

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

setuptools/_vendor/wheel/macosx_libfile.py

[warning] possibly-missing-attribute - :439:16 - Attribute `endswith` may be missing on object of type `str | PathLike[str]`
[warning] possibly-missing-attribute - :439:47 - Attribute `endswith` may be missing on object of type `str | PathLike[str]`

setuptools/build_meta.py

[warning] possibly-missing-attribute - :357:46 - Attribute `endswith` may be missing on object of type `str | PathLike[str]`

setuptools/command/bdist_egg.py

[error] unsupported-operator - :307:17 - Operator `+` is unsupported between objects of type `Unknown | str` and `Unknown | None`
[error] no-matching-overload - :309:20 - No overload of function `splitext` matches arguments
[error] no-matching-overload - :312:23 - No overload of function `join` matches arguments
[error] unsupported-operator - :312:55 - Operator `+` is unsupported between objects of type `Unknown | str` and `Unknown | None`

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`

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

sphinx/ext/apidoc/_generate.py

[warning] possibly-missing-attribute - :247:16 - Attribute `endswith` may be missing on object of type `str | Path`
[warning] possibly-missing-attribute - :260:20 - Attribute `startswith` may be missing on object of type `str | Path`

sphinx/jinja2glue.py

[error] invalid-return-type - :228:16 - Return type does not match returned value: expected `tuple[int | float, str]`, found `tuple[int | float, str] | tuple[int | float, Unknown | _StrPath]`

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/routing.py

[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]`

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

static_frame/core/util.py

[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, Unknown]]` 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: Unknown | tuple[Unknown, ...], /) -> 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, Unknown]]` 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]]`

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[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: Unknown, 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: Unknown, 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 | Unknown, (a: _Buffer | @Todo, axis: None, dtype: Unknown, 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: Unknown, 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: Unknown, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | Unknown, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, *, dtype: Unknown, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | Unknown, (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]]]`
[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: Unknown, 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: Unknown, 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 | Unknown, (a: _Buffer | @Todo, axis: None, dtype: Unknown, 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: Unknown, 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: Unknown, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | Unknown, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, *, dtype: Unknown, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | Unknown, (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]]]`

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

strawberry/extensions/runner.py

[warning] unused-ignore-comment - :49:51 - 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 - :965:23 - Unused blanket `type: ignore` directive

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

sympy/utilities/_compilation/util.py

[error] invalid-argument-type - :177:32 - Argument to function `fnmatch` is incorrect: Argument type `None | Literal["."]` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :177:32 - Argument to function `fnmatch` is incorrect: Expected `str`, found `None | Literal["."]`
[error] no-matching-overload - :178:32 - No overload of function `join` matches arguments

sympy/vector/implicitregion.py

[error] too-many-positional-arguments - :129:20 - Too many positional arguments: expected 0, got 1
[error] invalid-type-form - :129:49 - Int literals are not allowed in this context in a type expression

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/folder.py

[error] invalid-return-type - :46:12 - Return type does not match returned value: expected `tuple[list[str], dict[str, int]]`, found `tuple[list[str | Path] & ~AlwaysFalsy, dict[Unknown, int | Unknown]]`

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]]`

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

zerver/webhooks/airbrake/view.py

[error] too-many-positional-arguments - :21:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/airbyte/view.py

[error] too-many-positional-arguments - :86:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/alertmanager/view.py

[error] too-many-positional-arguments - :21:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/ansibletower/view.py

[error] too-many-positional-arguments - :29:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/appfollow/view.py

[error] too-many-positional-arguments - :20:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/azuredevops/view.py

[error] too-many-positional-arguments - :178:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/basecamp/view.py

[error] too-many-positional-arguments - :46:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/beeminder/view.py

[error] too-many-positional-arguments - :32:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/bitbucket/view.py

[error] too-many-positional-arguments - :22:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/bitbucket3/view.py

[error] too-many-positional-arguments - :431:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/canarytoken/view.py

[error] too-many-positional-arguments - :19:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/circleci/view.py

[error] too-many-positional-arguments - :65:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/codeship/view.py

[error] too-many-positional-arguments - :30:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/crashlytics/view.py

[error] too-many-positional-arguments - :26:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/delighted/view.py

[error] too-many-positional-arguments - :40:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/dialogflow/view.py

[error] too-many-positional-arguments - :20:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/errbit/view.py

[error] too-many-positional-arguments - :20:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/flock/view.py

[error] too-many-positional-arguments - :18:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/freshdesk/view.py

[error] too-many-positional-arguments - :138:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/freshstatus/view.py

[error] too-many-positional-arguments - :85:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/front/view.py

[error] too-many-positional-arguments - :144:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/gitea/view.py

[error] too-many-positional-arguments - :59:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/gocd/view.py

[error] too-many-positional-arguments - :38:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/gogs/view.py

[error] too-many-positional-arguments - :169:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/gosquared/view.py

[error] too-many-positional-arguments - :30:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/grafana/view.py

[error] too-many-positional-arguments - :56:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/greenhouse/view.py

[error] too-many-positional-arguments - :38:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/groove/view.py

[error] too-many-positional-arguments - :110:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/helloworld/view.py

[error] too-many-positional-arguments - :19:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/homeassistant/view.py

[error] too-many-positional-arguments - :17:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/ifttt/view.py

[error] too-many-positional-arguments - :20:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/insping/view.py

[error] too-many-positional-arguments - :26:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/intercom/view.py

[error] too-many-positional-arguments - :333:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/jira/view.py

[error] too-many-positional-arguments - :357:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/json/view.py

[error] too-many-positional-arguments - :25:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/lidarr/view.py

[error] too-many-positional-arguments - :60:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/linear/view.py

[error] too-many-positional-arguments - :117:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/mention/view.py

[error] too-many-positional-arguments - :18:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/netlify/view.py

[error] too-many-positional-arguments - :32:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/newrelic/view.py

[error] too-many-positional-arguments - :164:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/opencollective/view.py

[error] too-many-positional-arguments - :20:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/pagerduty/view.py

[error] too-many-positional-arguments - :238:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/patreon/view.py

[error] too-many-positional-arguments - :156:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/pingdom/view.py

[error] too-many-positional-arguments - :47:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/radarr/view.py

[error] too-many-positional-arguments - :53:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/raygun/view.py

[error] too-many-positional-arguments - :22:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/reviewboard/view.py

[error] too-many-positional-arguments - :185:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/rhodecode/view.py

[error] too-many-positional-arguments - :88:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/rundeck/view.py

[error] too-many-positional-arguments - :20:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/semaphore/view.py

[error] too-many-positional-arguments - :99:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/sentry/view.py

[error] too-many-positional-arguments - :275:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/sonarqube/view.py

[error] too-many-positional-arguments - :117:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/sonarr/view.py

[error] too-many-positional-arguments - :47:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/splunk/view.py

[error] too-many-positional-arguments - :27:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/statuspage/view.py

[error] too-many-positional-arguments - :61:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/stripe/view.py

[error] too-many-positional-arguments - :55:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/taiga/view.py

[error] too-many-positional-arguments - :31:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/thinkst/view.py

[error] too-many-positional-arguments - :118:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/trello/view/__init__.py

[error] too-many-positional-arguments - :23:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/updown/view.py

[error] too-many-positional-arguments - :81:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/wekan/view.py

[error] too-many-positional-arguments - :45:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/zabbix/view.py

[error] too-many-positional-arguments - :38:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/zapier/view.py

[error] too-many-positional-arguments - :19:14 - Too many positional arguments: expected 0, got 1

zerver/actions/message_send.py

[error] too-many-positional-arguments - :412:25 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :423:27 - Too many positional arguments: expected 1, got 2

zerver/tests/test_typed_endpoint.py

[error] too-many-positional-arguments - :251:19 - Too many positional arguments: expected 0, got 1

zerver/views/report.py

[error] too-many-positional-arguments - :17:42 - Too many positional arguments: expected 0, got 1

zerver/views/tusd.py

[error] too-many-positional-arguments - :298:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/appveyor/view.py

[error] too-many-positional-arguments - :26:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/bitbucket2/view.py

[error] too-many-positional-arguments - :86:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/buildbot/view.py

[error] too-many-positional-arguments - :19:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/clubhouse/view.py

[error] too-many-positional-arguments - :764:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/freshping/view.py

[error] too-many-positional-arguments - :29:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/github/view.py

[error] too-many-positional-arguments - :1010:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/gitlab/view.py

[error] too-many-positional-arguments - :582:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/harbor/view.py

[error] too-many-positional-arguments - :97:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/openproject/view.py

[error] too-many-positional-arguments - :58:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/opsgenie/view.py

[error] too-many-positional-arguments - :35:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/teamcity/view.py

[error] too-many-positional-arguments - :58:14 - Too many positional arguments: expected 0, got 1

zerver/webhooks/uptimerobot/view.py

[error] too-many-positional-arguments - :40:14 - Too many positional arguments: expected 0, got 1

zilencer/views.py

[error] too-many-positional-arguments - :798:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :901:14 - Too many positional arguments: expected 0, got 1
[error] too-many-positional-arguments - :1823:14 - Too many positional arguments: expected 0, got 1