Summary

Comparing branches/commits:
Old: main (merge base) 3932f7c8
New: 20593/merge 8f641ede
Lint Rule Removed Added Changed
Total 2 109 337
invalid-argument-type 1 104 178
possibly-missing-attribute 1 0 81
unsupported-operator 0 4 33
invalid-assignment 0 0 17
invalid-return-type 0 0 12
possibly-missing-implicit-call 0 0 12
not-iterable 0 0 4
unused-ignore-comment 0 1 0

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

github/MainClass.py

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

github/Milestone.py

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

github/NamedUser.py

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

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

alerta/models/group.py

[error] invalid-argument-type - :34:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `(Any & ~AlwaysFalsy) | Any | None`
New: Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`

alerta/tasks.py

[error] invalid-argument-type - :37:61 -
Old: Argument to function `process_status` is incorrect: Expected `str`, found `Unknown | (Unknown & ~AlwaysFalsy) | None`
New: Argument to function `process_status` is incorrect: Expected `str`, found `Unknown | None`

alerta/webhooks/slack.py

[warning] possibly-missing-attribute - :41:52 -
Old: Attribute `capitalize` on type `Unknown | (Unknown & ~AlwaysFalsy) | None` may be missing
New: Attribute `capitalize` on type `Unknown | None` may be missing

alerta/webhooks/telegram.py

[warning] possibly-missing-attribute - :52:61 -
Old: Attribute `capitalize` on type `Unknown | (Unknown & ~AlwaysFalsy) | None` may be missing
New: Attribute `capitalize` on type `Unknown | None` may be missing

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

altair/jupyter/jupyter_chart.py

[warning] possibly-missing-attribute - :275:60 -
Old: Attribute `type` on type `(Any & Top[dict[Unknown, Unknown]]) | (UndefinedType & Top[dict[Unknown, Unknown]]) | Any` may be missing
New: Attribute `type` on type `Any | (UndefinedType & Top[dict[Unknown, Unknown]])` may be missing

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

apprise/plugins/discord.py

[warning] possibly-missing-implicit-call - :357:25 -
Old: Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown] | str | (Unknown & ~AlwaysFalsy)` may be missing
New: Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown] | str` may be missing

apprise/plugins/lametric.py

[warning] possibly-missing-implicit-call - :768:13 -
Old: Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | (Unknown & ~AlwaysFalsy)]]]` may be missing
New: Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown]]]` may be missing

apprise/plugins/notifiarr.py

[warning] possibly-missing-implicit-call - :331:17 -
Old: Method `__setitem__` of type `Unknown | (Unknown & ~AlwaysFalsy) | NotifyType | dict[Unknown | str, Unknown | bool | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | int] | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown]]` may be missing
New: Method `__setitem__` of type `Unknown | NotifyType | dict[Unknown | str, Unknown | bool | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | int] | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown]]` may be missing

apprise/plugins/pagerduty.py

[warning] possibly-missing-implicit-call - :384:17 -
Old: Method `__setitem__` of type `Unknown | str | (Unknown & ~AlwaysFalsy)` may be missing
New: Method `__setitem__` of type `Unknown | str` may be missing

apprise/plugins/sendpulse.py

[warning] possibly-missing-attribute - :562:17 -
Old: Attribute `append` on type `Unknown | dict[Unknown | str, Unknown] | list[Unknown] | (Unknown & ~AlwaysFalsy)` may be missing
New: Attribute `append` on type `Unknown | dict[Unknown | str, Unknown] | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :573:17 -
Old: Attribute `append` on type `Unknown | dict[Unknown | str, Unknown] | list[Unknown] | (Unknown & ~AlwaysFalsy)` may be missing
New: Attribute `append` on type `Unknown | dict[Unknown | str, Unknown] | list[Unknown]` may be missing

apprise/plugins/sparkpost.py

[warning] possibly-missing-attribute - :578:21 -
Old: Attribute `append` on type `Unknown | bool | dict[Unknown | str, Unknown | (Unknown & ~AlwaysFalsy)] | str` may be missing
New: Attribute `append` on type `Unknown | bool | dict[Unknown | str, Unknown] | str` may be missing

apprise/utils/parse.py

[error] unsupported-operator - :790:5 -
Old: Operator `+=` is unsupported between objects of type `None` and `Unknown | None | str | dict[Unknown, Unknown] | (Unknown & ~AlwaysFalsy)`
New: Operator `+=` is unsupported between objects of type `None` and `Unknown | None | str | dict[Unknown, Unknown]`
[error] unsupported-operator - :790:5 -
Old: Operator `+=` is unsupported between objects of type `dict[Unknown, Unknown]` and `Unknown | None | str | dict[Unknown, Unknown] | (Unknown & ~AlwaysFalsy)`
New: Operator `+=` is unsupported between objects of type `None` and `Unknown | None | str | dict[Unknown, Unknown]`
[error] unsupported-operator - :790:5 -
Old: Operator `+=` is unsupported between objects of type `str` and `Unknown | None | str | dict[Unknown, Unknown] | (Unknown & ~AlwaysFalsy)`
New: Operator `+=` is unsupported between objects of type `None` and `Unknown | None | str | dict[Unknown, Unknown]`
[error] unsupported-operator - :790:5 - Operator `+=` is unsupported between objects of type `dict[Unknown, Unknown]` and `Unknown | None | str | dict[Unknown, Unknown]`
[error] unsupported-operator - :790:5 - Operator `+=` is unsupported between objects of type `str` and `Unknown | None | str | dict[Unknown, Unknown]`

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

arviz/plots/backends/bokeh/khatplot.py

[error] invalid-argument-type - :96:52 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | float | Unknown`

arviz/plots/lmplot.py

[warning] possibly-missing-attribute - :229:32 -
Old: Attribute `sizes` on type `(Unknown & ~str) | None | Unknown` may be missing
New: Attribute `sizes` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :229:57 -
Old: Attribute `sizes` on type `(Unknown & ~str) | None | Unknown` may be missing
New: Attribute `sizes` on type `Unknown | None` may be missing

arviz/plots/tsplot.py

[warning] possibly-missing-attribute - :231:33 -
Old: Attribute `coords` on type `(Unknown & ~str) | None | Unknown` may be missing
New: Attribute `coords` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :231:52 -
Old: Attribute `dims` on type `(Unknown & ~str) | None | Unknown` may be missing
New: Attribute `dims` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :235:29 -
Old: Attribute `coords` on type `(Unknown & ~str) | None | Unknown` may be missing
New: Attribute `coords` on type `Unknown | None` may be missing

cki-lib (https://gitlab.com/cki-project/cki-lib)

tests/test_s3bucket.py

[warning] possibly-missing-attribute - :49:26 -
Old: Attribute `signature_version` on type `Unknown | (Unknown & ~AlwaysFalsy) | None` may be missing
New: Attribute `signature_version` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :57:27 -
Old: Attribute `signature_version` on type `Unknown | (Unknown & ~AlwaysFalsy) | None` may be missing
New: Attribute `signature_version` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :65:26 -
Old: Attribute `signature_version` on type `Unknown | (Unknown & ~AlwaysFalsy) | None` may be missing
New: Attribute `signature_version` on type `Unknown | None` may be missing

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

cloudinit/util.py

[error] not-iterable - :2016:26 -
Old: Object of type `list[Unknown | (Unknown & str)] | list[Unknown] | None | list[Unknown | str]` may not be iterable
New: Object of type `list[Unknown] | None | list[Unknown | str]` may not be iterable

tests/unittests/helpers.py

[error] invalid-assignment - :421:5 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]) | (bound method dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None]].__setitem__(key: Unknown | str, value: Unknown | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None], /) -> None) | (bound method dict[Unknown | str, Unknown | bool | list[Unknown]].__setitem__(key: Unknown | str, value: Unknown | bool | list[Unknown], /) -> None)` cannot be called with a key of type `Literal["distro"]` and a value of type `Unknown` on object of type `(Unknown & ~None) | Unknown | list[Unknown | str] | str | list[Unknown] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None]] | dict[Unknown | str, Unknown | bool | list[Unknown]]`
New: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None]) | (bound method dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None]].__setitem__(key: Unknown | str, value: Unknown | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None], /) -> None) | (bound method dict[Unknown | str, Unknown | bool | list[Unknown]].__setitem__(key: Unknown | str, value: Unknown | bool | list[Unknown], /) -> None)` cannot be called with a key of type `Literal["distro"]` and a value of type `Unknown` on object of type `Unknown | list[Unknown | str] | str | list[Unknown] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None]] | dict[Unknown | str, Unknown | bool | list[Unknown]]`
[error] invalid-assignment - :423:9 -
Old: Method `__setitem__` of type `@Todo | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (bound method dict[Unknown | str, Unknown | None].__setitem__(key: Unknown | str, value: Unknown | None, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["renderers"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `@Todo | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None] | bool | list[Unknown]`
New: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (bound method dict[Unknown | str, Unknown | None].__setitem__(key: Unknown | str, value: Unknown | None, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["renderers"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `Unknown | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None] | bool | list[Unknown]`
[error] invalid-assignment - :425:9 -
Old: Method `__setitem__` of type `@Todo | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (bound method dict[Unknown | str, Unknown | None].__setitem__(key: Unknown | str, value: Unknown | None, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["activators"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `@Todo | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None] | bool | list[Unknown]`
New: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (bound method dict[Unknown | str, Unknown | None].__setitem__(key: Unknown | str, value: Unknown | None, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["activators"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `Unknown | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None] | bool | list[Unknown]`
[error] invalid-argument-type - :426:27 -
Old: Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `@Todo | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None] | bool | list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[Unknown | str, Unknown | str] | str | dict[Unknown | str, Unknown | None] | bool | list[Unknown]`

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

homeassistant/components/alexa/capabilities.py

[warning] possibly-missing-implicit-call - :227:13 -
Old: Method `__setitem__` of type `Any | str | dict[Unknown | str, Unknown | (Unknown & ~AlwaysFalsy)]` may be missing
New: Method `__setitem__` of type `Any | str | dict[Unknown | str, Unknown]` may be missing

homeassistant/components/cloud/__init__.py

[error] invalid-argument-type - :268:51 -
Old: Argument to bound method `__init__` is incorrect: Expected `dict[str, Any]`, found `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `dict[str, Any]`, found `Unknown | (str & ~AlwaysFalsy)`
[error] invalid-argument-type - :268:63 -
Old: Argument to bound method `__init__` is incorrect: Expected `dict[str, Any]`, found `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `dict[str, Any]`, found `Unknown | (str & ~AlwaysFalsy)`

homeassistant/components/forked_daapd/media_player.py

[warning] possibly-missing-attribute - :876:19 -
Old: Attribute `get` on type `Unknown | (Unknown & ~AlwaysTruthy) | None` may be missing
New: Attribute `get` on type `Unknown | None` may be missing

homeassistant/components/influxdb/__init__.py

[warning] possibly-missing-implicit-call - :282:13 -
Old: Method `__setitem__` of type `Any | (Unknown & ~AlwaysFalsy) | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
New: Method `__setitem__` of type `Any | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :284:13 -
Old: Method `__setitem__` of type `Any | (Unknown & ~AlwaysFalsy) | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
New: Method `__setitem__` of type `Any | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :290:17 -
Old: Method `__setitem__` of type `Any | (Unknown & ~AlwaysFalsy) | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
New: Method `__setitem__` of type `Any | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :304:21 -
Old: Method `__setitem__` of type `Any | (Unknown & ~AlwaysFalsy) | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
New: Method `__setitem__` of type `Any | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :308:21 -
Old: Method `__setitem__` of type `Any | (Unknown & ~AlwaysFalsy) | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
New: Method `__setitem__` of type `Any | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :311:25 -
Old: Method `__setitem__` of type `Any | (Unknown & ~AlwaysFalsy) | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
New: Method `__setitem__` of type `Any | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-attribute - :320:9 -
Old: Attribute `update` on type `Any | (Unknown & ~AlwaysFalsy) | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing
New: Attribute `update` on type `Any | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]` may be missing

homeassistant/components/plex/media_browser.py

[warning] possibly-missing-attribute - :251:17 -
Old: Attribute `append` on type `Unknown | MediaClass | (Unknown & ~str) | bool | list[Unknown]` may be missing
New: Attribute `append` on type `Unknown | MediaClass | bool | list[Unknown]` may be missing
[error] invalid-argument-type - :253:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | (Unknown & ~str) | bool | list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | (Unknown & ~str) | bool | list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | (Unknown & ~str) | bool | list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | (Unknown & ~str) | bool | list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | MediaClass | (Unknown & ~str) | bool | list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | MediaClass | (Unknown & ~str) | bool | list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | MediaClass | (Unknown & ~str) | bool | list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | (Unknown & ~str) | bool | list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | (Unknown & ~str) | bool | list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | (Unknown & ~str) | bool | list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | (Unknown & ~str) | bool | list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - :253:28 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | bool | list[Unknown]`

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

ddtrace/appsec/_processor.py

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

ddtrace/contrib/internal/botocore/services/bedrock.py

[error] invalid-return-type - :305:12 -
Old: Return type does not match returned value: expected `dict[str, list[str]]`, found `dict[Unknown | str, Unknown | (@Todo & Top[list[Unknown]]) | list[Unknown] | (Any & Top[list[Unknown]] & ~AlwaysFalsy) | list[Unknown | str | (@Todo & ~Top[list[Unknown]]) | (Any & ~AlwaysFalsy & ~Top[list[Unknown]]) | None] | list[Unknown | str | (@Todo & ~Top[list[Unknown]]) | None]]`
New: Return type does not match returned value: expected `dict[str, list[str]]`, found `dict[Unknown | str, Unknown | (@Todo & Top[list[Unknown]]) | list[Unknown] | list[Unknown | str | (@Todo & ~Top[list[Unknown]]) | None]]`

ddtrace/contrib/internal/botocore/services/sqs.py

[error] invalid-argument-type - :76:38 -
Old: Argument to function `add_dd_attributes_to_message` is incorrect: Expected `dict[str, Any]`, found `Unknown | dict[Unknown, Unknown] | (Unknown & ~None) | str | None`
New: Argument to function `add_dd_attributes_to_message` is incorrect: Expected `dict[str, Any]`, found `Unknown | dict[Unknown, Unknown] | str | None`
[error] invalid-argument-type - :76:38 -
Old: Argument to function `add_dd_attributes_to_message` is incorrect: Expected `dict[str, str]`, found `Unknown | dict[Unknown, Unknown] | (Unknown & ~None) | str | None`
New: Argument to function `add_dd_attributes_to_message` is incorrect: Expected `dict[str, Any]`, found `Unknown | dict[Unknown, Unknown] | str | None`
[error] invalid-argument-type - :76:38 -
Old: Argument to function `add_dd_attributes_to_message` is incorrect: Expected `str | None`, found `Unknown | dict[Unknown, Unknown] | (Unknown & ~None) | str | None`
New: Argument to function `add_dd_attributes_to_message` is incorrect: Expected `dict[str, Any]`, found `Unknown | dict[Unknown, Unknown] | str | None`
[error] invalid-argument-type - :76:38 - Argument to function `add_dd_attributes_to_message` is incorrect: Expected `dict[str, str]`, found `Unknown | dict[Unknown, Unknown] | str | None`
[error] invalid-argument-type - :76:38 - Argument to function `add_dd_attributes_to_message` is incorrect: Expected `str | None`, found `Unknown | dict[Unknown, Unknown] | str | None`

ddtrace/contrib/internal/django/user.py

[error] invalid-argument-type - :50:53 -
Old: Argument expression after ** must be a mapping with `str` key type: Found `Unknown | (Unknown & ~AlwaysFalsy) | (EnvVariable[str] & ~AlwaysFalsy)`
New: Argument expression after ** must be a mapping with `str` key type: Found `Unknown | (EnvVariable[str] & ~AlwaysFalsy)`

ddtrace/contrib/internal/redis_utils.py

[error] invalid-return-type - :89:16 -
Old: Return type does not match returned value: expected `dict[str, str]`, found `dict[Unknown | str, Unknown | (Unknown & ~AlwaysFalsy) | int]`
New: Return type does not match returned value: expected `dict[str, str]`, found `dict[Unknown | str, Unknown | int]`

ddtrace/internal/agent.py

[error] invalid-argument-type - :18:28 -
Old: Argument to function `get_connection` is incorrect: Expected `str`, found `Unknown | DerivedVariable[Unknown] | (Unknown & ~None)`
New: Argument to function `get_connection` is incorrect: Expected `str`, found `Unknown | DerivedVariable[Unknown]`

ddtrace/internal/ci_visibility/git_client.py

[error] invalid-argument-type - :99:38 -
Old: Argument to function `urljoin` is incorrect: Argument type `Unknown | DerivedVariable[Unknown] | (Unknown & ~AlwaysFalsy)` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
New: Argument to function `urljoin` is incorrect: Argument type `Unknown | DerivedVariable[Unknown]` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

ddtrace/internal/ci_visibility/recorder.py

[error] invalid-argument-type - :290:17 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | Unknown | DerivedVariable[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | DerivedVariable[Unknown]`

ddtrace/internal/core/crashtracking.py

[error] invalid-argument-type - :115:9 -
Old: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `(Unknown & ~AlwaysFalsy) | (EnvVariable[None] & ~AlwaysFalsy) | Unknown | DerivedVariable[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | (EnvVariable[None] & ~AlwaysFalsy) | DerivedVariable[Unknown]`

ddtrace/internal/coverage/instrumentation_py3_12.py

[error] invalid-assignment - :130:21 -
Old: Method `__setitem__` of type `bound method dict[int, tuple[str, tuple[str, ...] | None]].__setitem__(key: int, value: tuple[str, tuple[str, ...] | None], /) -> None` cannot be called with a key of type `Literal[0] | (Unknown & int) | Unknown` and a value of type `tuple[None | str, tuple[Unknown, ...]]` on object of type `dict[int, tuple[str, tuple[str, ...] | None]]`
New: Method `__setitem__` of type `bound method dict[int, tuple[str, tuple[str, ...] | None]].__setitem__(key: int, value: tuple[str, tuple[str, ...] | None], /) -> None` cannot be called with a key of type `Literal[0] | Unknown` and a value of type `tuple[None | str, tuple[Unknown, ...]]` on object of type `dict[int, tuple[str, tuple[str, ...] | None]]`
[error] invalid-assignment - :135:21 -
Old: Method `__setitem__` of type `bound method dict[int, tuple[str, tuple[str, ...] | None]].__setitem__(key: int, value: tuple[str, tuple[str, ...] | None], /) -> None` cannot be called with a key of type `(Literal[0] & Unknown) | Unknown` and a value of type `tuple[None | str, tuple[str]]` on object of type `dict[int, tuple[str, tuple[str, ...] | None]]`
New: Method `__setitem__` of type `bound method dict[int, tuple[str, tuple[str, ...] | None]].__setitem__(key: int, value: tuple[str, tuple[str, ...] | None], /) -> None` cannot be called with a key of type `Unknown` and a value of type `tuple[None | str, tuple[str]]` on object of type `dict[int, tuple[str, tuple[str, ...] | None]]`

ddtrace/internal/metrics.py

[error] invalid-argument-type - :33:45 -
Old: Argument to function `get_dogstatsd_client` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | Unknown | DerivedVariable[Unknown]`
New: Argument to function `get_dogstatsd_client` is incorrect: Expected `str`, found `Unknown | DerivedVariable[Unknown]`

ddtrace/settings/_agent.py

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

ddtrace/vendor/ply/yacc.py

[error] invalid-assignment - :601:29 -
Old: Object of type `(Unknown & ~AlwaysFalsy) | Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
New: Object of type `Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
[error] invalid-assignment - :907:29 -
Old: Object of type `(Unknown & ~AlwaysFalsy) | Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
New: Object of type `Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
[error] invalid-assignment - :1199:29 -
Old: Object of type `(Unknown & ~AlwaysFalsy) | Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
New: Object of type `Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`

tests/internal/remoteconfig/test_remoteconfig_client_e2e.py

[error] invalid-assignment - :61:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]) | (bound method dict[Unknown | str, Unknown | str | list[Unknown] | None].__setitem__(key: Unknown | str, value: Unknown | str | list[Unknown] | None, /) -> None) | (bound method dict[Unknown | str, Unknown | int | (Unknown & ~None) | list[Unknown]].__setitem__(key: Unknown | str, value: Unknown | int | (Unknown & ~None) | list[Unknown], /) -> None)` cannot be called with a key of type `Literal["backend_client_state"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `Unknown | list[Unknown | str] | bool | dict[Unknown | str, Unknown | str | list[Unknown] | None] | dict[Unknown | str, Unknown | int | (Unknown & ~None) | list[Unknown]] | str`
New: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]) | (bound method dict[Unknown | str, Unknown | str | list[Unknown] | None].__setitem__(key: Unknown | str, value: Unknown | str | list[Unknown] | None, /) -> None) | (bound method dict[Unknown | str, Unknown | int | list[Unknown]].__setitem__(key: Unknown | str, value: Unknown | int | list[Unknown], /) -> None)` cannot be called with a key of type `Literal["backend_client_state"]` and a value of type `Unknown & ~AlwaysFalsy` on object of type `Unknown | list[Unknown | str] | bool | dict[Unknown | str, Unknown | str | list[Unknown] | None] | dict[Unknown | str, Unknown | int | list[Unknown]] | str`
[error] invalid-assignment - :63:9 -
Old: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]) | (bound method dict[Unknown | str, Unknown | str | list[Unknown] | None].__setitem__(key: Unknown | str, value: Unknown | str | list[Unknown] | None, /) -> None) | (bound method dict[Unknown | str, Unknown | int | (Unknown & ~None) | list[Unknown]].__setitem__(key: Unknown | str, value: Unknown | int | (Unknown & ~None) | list[Unknown], /) -> None)` cannot be called with a key of type `Literal["error"]` and a value of type `Unknown | None` on object of type `Unknown | list[Unknown | str] | bool | dict[Unknown | str, Unknown | str | list[Unknown] | None] | dict[Unknown | str, Unknown | int | (Unknown & ~None) | list[Unknown]] | str`
New: Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None]) | (bound method dict[Unknown | str, Unknown | str | list[Unknown] | None].__setitem__(key: Unknown | str, value: Unknown | str | list[Unknown] | None, /) -> None) | (bound method dict[Unknown | str, Unknown | int | list[Unknown]].__setitem__(key: Unknown | str, value: Unknown | int | list[Unknown], /) -> None)` cannot be called with a key of type `Literal["error"]` and a value of type `Unknown | None` on object of type `Unknown | list[Unknown | str] | bool | dict[Unknown | str, Unknown | str | list[Unknown] | None] | dict[Unknown | str, Unknown | int | list[Unknown]] | str`

tests/llmobs/_utils.py

[error] invalid-assignment - :289:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["tag"]` and a value of type `dict[Unknown | str, Unknown | (Unknown & ~None)]` on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown | str]`
New: Method `__setitem__` of type `Unknown | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["tag"]` and a value of type `dict[Unknown | str, Unknown]` on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown | str]`
[error] invalid-assignment - :291:9 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["span"]` and a value of type `dict[Unknown | str, Unknown | (Unknown & ~None)]` on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown | str]`
New: Method `__setitem__` of type `Unknown | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | str, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | str], /) -> None])` cannot be called with a key of type `Literal["span"]` and a value of type `dict[Unknown | str, Unknown]` on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown | str]`

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

discord/audit_logs.py

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

discord/ext/commands/cog.py

[error] invalid-assignment - :543:17 -
Old: Object of type `list[Unknown | (str & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)]` is not assignable to attribute `__cog_listener_names__` on type `(FuncT@listener & ~staticmethod) | ((...) -> Unknown)`
New: Object of type `list[Unknown | (Any & ~AlwaysFalsy) | (str & ~AlwaysFalsy)]` is not assignable to attribute `__cog_listener_names__` on type `(FuncT@listener & ~staticmethod) | ((...) -> Unknown)`

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

mypy_django_plugin/django/context.py

[warning] possibly-missing-attribute - :332:64 -
Old: Attribute `base_field` on type `(Field[Any, Any] & Top[ArrayField[Unknown, Unknown]]) | (ForeignObjectRel & Top[ArrayField[Unknown, Unknown]]) | (Field[Any, Any] & ArrayField) | (ForeignObjectRel & ArrayField) | (AutoField[Unknown, Unknown] & Field[Unknown, Unknown] & Top[ArrayField[Unknown, Unknown]]) | (AutoField[Unknown, Unknown] & Field[Unknown, Unknown] & ArrayField)` may be missing
New: Attribute `base_field` on type `(Field[Any, Any] & Top[ArrayField[Unknown, Unknown]]) | (ForeignObjectRel & Top[ArrayField[Unknown, Unknown]]) | (Field[Any, Any] & ArrayField) | (ForeignObjectRel & ArrayField)` may be missing

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

ibis/backends/impala/__init__.py

[error] invalid-argument-type - :1304:69 -
Old: Argument expression after ** must be a mapping type: Found `set[Unknown | str | (Unknown & ~None) | dict[Unknown, Unknown]]`
New: Argument expression after ** must be a mapping type: Found `set[Unknown | str | dict[Unknown, Unknown]]`

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

jax/_src/array.py

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

jax/_src/checkify.py

[warning] possibly-missing-attribute - :374:61 -
Old: Attribute `debug_info` on type `Any | (Any & ~ClosedJaxpr) | (tuple[@Todo, @Todo] & ~ClosedJaxpr)` may be missing
New: Attribute `debug_info` on type `Any | (tuple[@Todo, @Todo] & ~ClosedJaxpr)` may be missing

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

kornia/enhance/adjust.py

[warning] possibly-missing-attribute - :180:14 -
Old: Attribute `to` on type `int | (Unknown & ~float) | Unknown` may be missing
New: Attribute `to` on type `int | Unknown` may be missing

kornia/enhance/normalize.py

[warning] possibly-missing-attribute - :249:12 -
Old: Attribute `shape` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `shape` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :249:27 -
Old: Attribute `shape` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `shape` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :250:16 -
Old: Attribute `shape` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `shape` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :250:52 -
Old: Attribute `shape` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `shape` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :251:90 -
Old: Attribute `shape` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `shape` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :254:12 -
Old: Attribute `shape` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `shape` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :254:26 -
Old: Attribute `shape` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `shape` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :255:16 -
Old: Attribute `shape` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `shape` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :255:51 -
Old: Attribute `shape` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `shape` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :256:89 -
Old: Attribute `shape` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `shape` on type `Unknown | int` may be missing

kornia/filters/kernels.py

[warning] possibly-missing-attribute - :106:18 -
Old: Attribute `shape` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `shape` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :110:40 -
Old: Attribute `device` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `device` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :110:60 -
Old: Attribute `dtype` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `dtype` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :115:43 -
Old: Attribute `device` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `device` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :115:63 -
Old: Attribute `dtype` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `dtype` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :120:42 -
Old: Attribute `pow` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `pow` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :146:18 -
Old: Attribute `shape` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `shape` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :148:43 -
Old: Attribute `device` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `device` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :148:63 -
Old: Attribute `dtype` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `dtype` on type `Unknown | int` may be missing
[warning] possibly-missing-attribute - :150:22 -
Old: Attribute `abs` on type `(Unknown & ~float) | int | Unknown` may be missing
New: Attribute `abs` on type `Unknown | int` may be missing

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

mesonbuild/cmake/fileapi.py

[error] unsupported-operator - :218:17 -
Old: Operator `+=` is unsupported between objects of type `Path` and `list[Unknown | dict[Unknown | str, Unknown | bool | (list[Unknown] & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)]]`
New: Operator `+=` is unsupported between objects of type `Path` and `list[Unknown | dict[Unknown | str, Unknown | bool | (list[Unknown] & ~AlwaysFalsy)]]`
[error] unsupported-operator - :218:17 -
Old: Operator `+=` is unsupported between objects of type `bool` and `list[Unknown | dict[Unknown | str, Unknown | bool | (list[Unknown] & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)]]`
New: Operator `+=` is unsupported between objects of type `Path` and `list[Unknown | dict[Unknown | str, Unknown | bool | (list[Unknown] & ~AlwaysFalsy)]]`
[error] unsupported-operator - :218:17 - Operator `+=` is unsupported between objects of type `bool` and `list[Unknown | dict[Unknown | str, Unknown | bool | (list[Unknown] & ~AlwaysFalsy)]]`
[error] unsupported-operator - :223:17 -
Old: Operator `+=` is unsupported between objects of type `Path` and `list[Unknown | dict[Unknown | str, Unknown | bool | (list[Unknown] & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)]]`
New: Operator `+=` is unsupported between objects of type `Path` and `list[Unknown | dict[Unknown | str, Unknown | bool | (list[Unknown] & ~AlwaysFalsy)]]`
[error] unsupported-operator - :223:17 -
Old: Operator `+=` is unsupported between objects of type `bool` and `list[Unknown | dict[Unknown | str, Unknown | bool | (list[Unknown] & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)]]`
New: Operator `+=` is unsupported between objects of type `Path` and `list[Unknown | dict[Unknown | str, Unknown | bool | (list[Unknown] & ~AlwaysFalsy)]]`
[error] unsupported-operator - :223:17 - Operator `+=` is unsupported between objects of type `bool` and `list[Unknown | dict[Unknown | str, Unknown | bool | (list[Unknown] & ~AlwaysFalsy)]]`

mesonbuild/wrap/wrap.py

[error] invalid-argument-type - :934:36 -
Old: Argument to function `Popen_safe` is incorrect: Expected `list[str]`, found `list[Unknown | (Unknown & ~AlwaysFalsy) | str] | list[Unknown | (Unknown & ~AlwaysFalsy) | str | bytes]`
New: Argument to function `Popen_safe` is incorrect: Expected `list[str]`, found `list[Unknown | str] | list[Unknown | str | bytes]`

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

pymongo/asynchronous/encryption.py

[error] invalid-argument-type - :196:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `SSLContext | None`, found `(Unknown & ~None) | SSLContext | SSLContext | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `SSLContext | None`, found `Unknown | SSLContext | SSLContext`

pymongo/synchronous/encryption.py

[error] invalid-argument-type - :195:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `SSLContext | None`, found `(Unknown & ~None) | SSLContext | SSLContext | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `SSLContext | None`, found `Unknown | SSLContext | SSLContext`

more-itertools (https://github.com/more-itertools/more-itertools)

more_itertools/more.py

[error] unsupported-operator - :3486:31 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None | (Unknown & ~None) | Literal[0]` with `int`
New: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None | Literal[0]` with `int`
[error] unsupported-operator - :3486:43 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None | (Unknown & ~None) | int`
New: Operator `<=` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None | int`
[error] unsupported-operator - :3491:27 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None | (Unknown & ~None) | Literal[0]` with `int`
New: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None | Literal[0]` with `int`
[error] unsupported-operator - :3491:39 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None | (Unknown & ~None) | int`
New: Operator `<=` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None | int`

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

openlibrary/accounts/model.py

[error] invalid-argument-type - :735:34 -
Old: Argument to function `post` is incorrect: Expected `str | bytes`, found `(Unknown & ~AlwaysFalsy) | Unknown | None`
New: Argument to function `post` is incorrect: Expected `str | bytes`, found `Unknown | None`
[warning] possibly-missing-attribute - :844:9 -
Old: Attribute `get` on type `Unknown | bool | dict[Unknown | str, Unknown | (Unknown & ~AlwaysFalsy)]` may be missing
New: Attribute `get` on type `Unknown | bool | dict[Unknown | str, Unknown]` may be missing
[warning] possibly-missing-attribute - :851:12 -
Old: Attribute `get` on type `Unknown | bool | dict[Unknown | str, Unknown | (Unknown & ~AlwaysFalsy)]` may be missing
New: Attribute `get` on type `Unknown | bool | dict[Unknown | str, Unknown]` may be missing
[warning] possibly-missing-attribute - :852:30 -
Old: Attribute `get` on type `Unknown | bool | dict[Unknown | str, Unknown | (Unknown & ~AlwaysFalsy)]` may be missing
New: Attribute `get` on type `Unknown | bool | dict[Unknown | str, Unknown]` may be missing
[warning] possibly-missing-attribute - :939:23 -
Old: Attribute `pop` on type `Unknown | bool | dict[Unknown | str, Unknown | (Unknown & ~AlwaysFalsy)]` may be missing
New: Attribute `pop` on type `Unknown | bool | dict[Unknown | str, Unknown]` may be missing
[warning] possibly-missing-attribute - :940:23 -
Old: Attribute `pop` on type `Unknown | bool | dict[Unknown | str, Unknown | (Unknown & ~AlwaysFalsy)]` may be missing
New: Attribute `pop` on type `Unknown | bool | dict[Unknown | str, Unknown]` may be missing

openlibrary/plugins/upstream/models.py

[error] invalid-return-type - :586:28 -
Old: Return type does not match returned value: expected `list[Image]`, found `list[Unknown | (Edition & ~AlwaysTruthy & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)]`
New: Return type does not match returned value: expected `list[Image]`, found `list[Unknown | (Edition & ~AlwaysTruthy & ~AlwaysFalsy)]`

openlibrary/plugins/worksearch/code.py

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

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

pandas/core/arrays/boolean.py

[warning] possibly-missing-attribute - :242:24 -
Old: Attribute `shape` on type `(Unknown & ndarray[object, object]) | Unknown | None` may be missing
New: Attribute `shape` on type `Unknown | None` may be missing
[error] invalid-return-type - :245:12 -
Old: Return type does not match returned value: expected `tuple[ndarray[@Todo, Unknown], ndarray[@Todo, Unknown]]`, found `tuple[(Unknown & ndarray[object, object] & ~BooleanArray) | @Todo | ndarray[tuple[int], <class 'bool'>], (Unknown & ndarray[object, object]) | Unknown | None]`
New: Return type does not match returned value: expected `tuple[ndarray[@Todo, Unknown], ndarray[@Todo, Unknown]]`, found `tuple[(Unknown & ndarray[object, object] & ~BooleanArray) | @Todo | ndarray[tuple[int], <class 'bool'>], Unknown | None]`

pandas/core/arrays/datetimes.py

[error] invalid-argument-type - :2917:29 -
Old: Argument to bound method `tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `Unknown | (Unknown & ~str) | bool | None`
New: Argument to bound method `tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `Unknown | bool | None`

pandas/core/arrays/interval.py

[warning] possibly-missing-attribute - :773:31 -
Old: Attribute `closed` on type `(Unknown & Top[Interval[Unknown]]) | ExtensionArray | Unknown` may be missing
New: Attribute `closed` on type `Unknown | ExtensionArray` may be missing

pandas/core/generic.py

[error] invalid-assignment - :5411:9 -
Old: Object of type `dict[Unknown | str, Unknown | None | (Unknown & ~None)]` is not assignable to `dict[Literal["index", "columns"], Any]`
New: Object of type `dict[Unknown | str, Unknown | None]` is not assignable to `dict[Literal["index", "columns"], Any]`

pandas/core/indexes/base.py

[error] invalid-argument-type - :1788:16 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | (Unknown & ~None) | list[Unknown | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown | None] | None`
[error] invalid-argument-type - :1790:75 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | (Unknown & ~None) | list[Unknown | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown | None] | None`
[error] invalid-return-type - :1796:16 -
Old: Return type does not match returned value: expected `list[Hashable]`, found `Unknown | (Unknown & ~None) | list[Unknown | None] | None`
New: Return type does not match returned value: expected `list[Hashable]`, found `Unknown | list[Unknown | None] | None`
[error] invalid-return-type - :1831:16 -
Old: Return type does not match returned value: expected `list[Hashable]`, found `(Top[list[Unknown]] & ~AlwaysFalsy) | list[Hashable] | list[Unknown | None] | list[Unknown | (Unknown & ~None)]`
New: Return type does not match returned value: expected `list[Hashable]`, found `(Top[list[Unknown]] & ~AlwaysFalsy) | list[Hashable] | list[Unknown | None] | list[Unknown]`

pandas/core/indexes/interval.py

[error] unsupported-operator - :1268:46 -
Old: Operator `*` is unsupported between objects of type `Unknown | None | Literal[1, "D"] | (Unknown & ~None)` and `float`
New: Operator `*` is unsupported between objects of type `Unknown | None | Literal[1, "D"]` and `float`

pandas/core/internals/construction.py

[error] invalid-argument-type - :254:29 -
Old: Argument to function `_ensure_2d` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ExtensionArray | (Unknown & ndarray[@Todo, Unknown]) | ndarray[@Todo, Unknown]`
New: Argument to function `_ensure_2d` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ExtensionArray | ndarray[@Todo, Unknown]`

pandas/plotting/_matplotlib/boxplot.py

[error] invalid-argument-type - :338:27 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | (Unknown & ~Top[list[Unknown]] & ~tuple[object, ...]) | None]`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | None]`

pandas/tests/reshape/merge/test_merge_index_as_string.py

[error] not-iterable - :94:33 -
Old: Object of type `Unknown | None | (Unknown & ~None)` may not be iterable
New: Object of type `Unknown | None` may not be iterable
[error] unsupported-operator - :97:44 -
Old: Operator `not in` is not supported for types `@Todo` and `None`, in comparing `@Todo` with `Unknown | None | (Unknown & ~None)`
New: Operator `not in` is not supported for types `@Todo` and `None`, in comparing `@Todo` with `Unknown | None`
[error] unsupported-operator - :101:46 -
Old: Operator `not in` is not supported for types `@Todo` and `None`, in comparing `@Todo` with `Unknown | None | (Unknown & ~None)`
New: Operator `not in` is not supported for types `@Todo` and `None`, in comparing `@Todo` with `Unknown | None`
[error] unsupported-operator - :106:45 -
Old: Operator `in` is not supported for types `@Todo` and `None`, in comparing `@Todo` with `Unknown | None | (Unknown & ~None)`
New: Operator `in` is not supported for types `@Todo` and `None`, in comparing `@Todo` with `Unknown | None`
[error] unsupported-operator - :110:47 -
Old: Operator `in` is not supported for types `@Todo` and `None`, in comparing `@Todo` with `Unknown | None | (Unknown & ~None)`
New: Operator `in` is not supported for types `@Todo` and `None`, in comparing `@Todo` with `Unknown | None`

pandas/util/_decorators.py

[warning] possibly-missing-attribute - :199:41 -
Old: Attribute `get` on type `(Mapping[Any, Any] & ~((...) -> object)) | (((Any, /) -> Any) & <Protocol with members 'get'> & ~((...) -> object)) | (Mapping[Any, Any] & ((...) -> object) & ~((...) -> object)) | (((Any, /) -> Any) & ((...) -> object) & ~((...) -> object))` may be missing
New: Attribute `get` on type `(Mapping[Any, Any] & ~((...) -> object)) | (((Any, /) -> Any) & <Protocol with members 'get'> & ~((...) -> object)) | (((Any, /) -> Any) & ((...) -> object) & ~((...) -> object))` may be missing

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

pandera/strategies/pandas_strategies.py

[warning] possibly-missing-attribute - :453:12 -
Old: Attribute `filter` on type `(Unknown & ~None) | SearchStrategy[Unknown] | Unknown` may be missing
New: Attribute `filter` on type `Unknown | SearchStrategy[Unknown]` may be missing
[warning] possibly-missing-attribute - :476:12 -
Old: Attribute `filter` on type `(Unknown & ~None) | SearchStrategy[Unknown] | Unknown` may be missing
New: Attribute `filter` on type `Unknown | SearchStrategy[Unknown]` may be missing
[warning] possibly-missing-attribute - :522:12 -
Old: Attribute `filter` on type `(Unknown & ~None) | SearchStrategy[Unknown] | Unknown` may be missing
New: Attribute `filter` on type `Unknown | SearchStrategy[Unknown]` may be missing
[warning] possibly-missing-attribute - :620:12 -
Old: Attribute `filter` on type `(Unknown & ~None) | SearchStrategy[Unknown] | Unknown` may be missing
New: Attribute `filter` on type `Unknown | SearchStrategy[Unknown]` may be missing
[warning] possibly-missing-attribute - :775:16 -
Old: Attribute `filter` on type `Unknown | SearchStrategy[Unknown] | (Unknown & ~None)` may be missing
New: Attribute `filter` on type `Unknown | SearchStrategy[Unknown]` may be missing

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

src/integrations/prefect-sqlalchemy/prefect_sqlalchemy/database.py

[error] invalid-argument-type - :218:42 -
Old: Argument to function `create_async_engine` is incorrect: Expected `str | URL`, found `Unknown | (Unknown & ~AlwaysFalsy) | dict[Unknown, Unknown] | dict[str, Any]`
New: Argument to function `create_async_engine` is incorrect: Expected `str | URL`, found `Unknown | dict[Unknown, Unknown] | dict[str, Any]`

src/prefect/cli/deploy/_actions.py

[error] invalid-assignment - :193:9 -
Old: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: dict[str, Any], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[str, Any]], /) -> None]` cannot be called with a key of type `Literal["push"]` and a value of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | (Unknown & ~AlwaysFalsy) | None]]]` on object of type `list[dict[str, Any]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: dict[str, Any], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[str, Any]], /) -> None]` cannot be called with a key of type `Literal["push"]` and a value of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | None]]]` on object of type `list[dict[str, Any]]`
[error] invalid-assignment - :201:9 -
Old: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: dict[str, Any], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[str, Any]], /) -> None]` cannot be called with a key of type `Literal["pull"]` and a value of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | (Unknown & ~AlwaysFalsy) | None]]]` on object of type `list[dict[str, Any]]`
New: Method `__setitem__` of type `Overload[(key: SupportsIndex, value: dict[str, Any], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[str, Any]], /) -> None]` cannot be called with a key of type `Literal["pull"]` and a value of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | None]]]` on object of type `list[dict[str, Any]]`

src/prefect/cli/flow_run.py

[error] invalid-argument-type - :183:36 -
Old: Argument is incorrect: Expected `FlowFilterName | None`, found `dict[Unknown | str, Unknown | (list[str] & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)]`
New: Argument is incorrect: Expected `FlowFilterName | None`, found `dict[Unknown | str, Unknown | (list[str] & ~AlwaysFalsy)]`
[error] unsupported-operator - :321:25 -
Old: Operator `-` is unsupported between objects of type `(int & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | Unknown | None` and `Unknown | Literal[200]`
New: Operator `-` is unsupported between objects of type `(int & ~AlwaysFalsy) | Unknown | None` and `Unknown | Literal[200]`

src/prefect/server/orchestration/global_policy.py

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

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

pwndbg/ghidra.py

[error] invalid-argument-type - :106:45 -
Old: Argument to function `syntax_highlight` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | Unknown | str | None`
New: Argument to function `syntax_highlight` is incorrect: Expected `str`, found `Unknown | str | None`

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

pylint/checkers/variables.py

[error] invalid-return-type - :2577:13 -
Old: Return type does not match returned value: expected `bool`, found `(Unknown & ~AlwaysTruthy) | None | Unknown`
New: Return type does not match returned value: expected `bool`, found `Unknown | None`

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

win32/Demos/win32cred_demo.py

[error] invalid-argument-type - :73:13 -
Old: Argument to function `LoadUserProfile` is incorrect: Expected `PyPROFILEINFO`, found `dict[Unknown | str, Unknown | str | int | (Unknown & ~AlwaysFalsy) | None]`
New: Argument to function `LoadUserProfile` is incorrect: Expected `PyPROFILEINFO`, found `dict[Unknown | str, Unknown | str | int | None]`

win32/Demos/win32netdemo.py

[error] invalid-argument-type - :167:64 -
Old: Argument to function `NetLocalGroupAddMembers` is incorrect: Expected `tuple[@Todo, @Todo]`, found `list[Unknown | dict[Unknown | str, Unknown | (Unknown & ~None) | str]]`
New: Argument to function `NetLocalGroupAddMembers` is incorrect: Expected `tuple[@Todo, @Todo]`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`

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

rotkehlchen/chain/balances.py

[warning] possibly-missing-implicit-call - :213:13 -
Old: Method `__setitem__` of type `Any | dict[Unknown, Unknown] | (Any & ~None) | str | None` may be missing
New: Method `__setitem__` of type `Any | dict[Unknown, Unknown] | str | None` may be missing

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

src/schemathesis/generation/coverage.py

[error] unsupported-operator - :938:23 -
Old: Operator `-` is unsupported between objects of type `Unknown | (Unknown & ~None) | str` and `(Unknown & ~None) | str`
New: Operator `-` is unsupported between objects of type `Unknown | str` and `(Unknown & ~None) | str`

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

sklearn/_loss/loss.py

[warning] possibly-missing-attribute - :370:12 -
Old: Attribute `ndim` on type `Unknown | None | (Unknown & ~None)` may be missing
New: Attribute `ndim` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :370:38 -
Old: Attribute `shape` on type `Unknown | None | (Unknown & ~None)` may be missing
New: Attribute `shape` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :371:27 -
Old: Attribute `squeeze` on type `Unknown | None | (Unknown & ~None)` may be missing
New: Attribute `squeeze` on type `Unknown | None` may be missing

sklearn/mixture/tests/test_gaussian_mixture.py

[warning] possibly-missing-attribute - :605:16 -
Old: Attribute `dtype` on type `Unknown | None | (Unknown & ~None)` may be missing
New: Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :606:16 -
Old: Attribute `dtype` on type `Unknown | None | (Unknown & ~None)` may be missing
New: Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :671:16 -
Old: Attribute `dtype` on type `Unknown | None | (Unknown & ~None)` may be missing
New: Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :971:12 -
Old: Attribute `dtype` on type `Unknown | None | (Unknown & ~None)` may be missing
New: Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1289:12 -
Old: Attribute `shape` on type `Unknown | None | (Unknown & ~None)` may be missing
New: Attribute `shape` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1293:12 -
Old: Attribute `dtype` on type `Unknown | None | (Unknown & ~None)` may be missing
New: Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1295:12 -
Old: Attribute `dtype` on type `Unknown | None | (Unknown & ~None)` may be missing
New: Attribute `dtype` on type `Unknown | None` may be missing

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

scipy/interpolate/_interpolate.py

[error] unsupported-operator - :1687:21 -
Old: Operator `+` is unsupported between objects of type `@Todo | None | (Unknown & ~None)` and `Literal[1]`
New: Operator `+` is unsupported between objects of type `@Todo | None` and `Literal[1]`

scipy/linalg/_basic.py

[error] unsupported-operator - :521:24 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `None | Unknown | int | (Unknown & ~None)`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `None | Unknown | int`

scipy/ndimage/_morphology.py

[warning] possibly-missing-attribute - :1895:36 -
Old: Attribute `dtype` on type `(Unknown & ~None) | Unknown | None` may be missing
New: Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1980:36 -
Old: Attribute `dtype` on type `(Unknown & ~None) | Unknown | None` may be missing
New: Attribute `dtype` on type `Unknown | None` may be missing

scipy/stats/_continuous_distns.py

[error] unsupported-operator - :2843:45 -
Old: Operator `/` is unsupported between objects of type `Literal[2]` and `None | Unknown | (Unknown & ~None)`
New: Operator `/` is unsupported between objects of type `Literal[2]` and `None | Unknown`
[error] unsupported-operator - :2843:63 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `None | Unknown | (Unknown & ~None)`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `None | Unknown`
[error] unsupported-operator - :2849:42 -
Old: Operator `/` is unsupported between objects of type `Literal[1]` and `None | Unknown | (Unknown & ~None)`
New: Operator `/` is unsupported between objects of type `Literal[1]` and `None | Unknown`
[error] unsupported-operator - :9867:33 -
Old: Operator `**` is unsupported between objects of type `(Unknown & ~None) | None | Unknown` and `Literal[2]`
New: Operator `**` is unsupported between objects of type `Unknown | None` and `Literal[2]`

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

setuptools/_vendor/typing_extensions.py

[error] unsupported-operator - :2911:46 -
Old: Operator `>` is not supported for types `int` and `_Sentinel`, in comparing `int` with `(Unknown & ~AlwaysFalsy) | (_Sentinel & ~AlwaysFalsy) | int | Unknown`
New: Operator `>` is not supported for types `int` and `_Sentinel`, in comparing `int` with `Unknown | (_Sentinel & ~AlwaysFalsy) | int`

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

lib/spack/spack/ci/gitlab.py

[error] invalid-argument-type - :408:61 -
Old: Argument to function `ensure_expected_target_path` is incorrect: Expected `str`, found `Unknown | str | bytes | (Unknown & ~AlwaysFalsy)`
New: Argument to function `ensure_expected_target_path` is incorrect: Expected `str`, found `Unknown | str | bytes`

lib/spack/spack/solver/requirements.py

[error] invalid-argument-type - :207:52 -
Old: Argument to function `parse_spec_from_yaml_string` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | (list[Unknown | (Unknown & str)] & ~AlwaysFalsy)`
New: Argument to function `parse_spec_from_yaml_string` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | (list[Unknown] & ~AlwaysFalsy)`
[error] invalid-argument-type - :223:25 -
Old: Argument is incorrect: Expected `str | None`, found `Unknown | list[Unknown | (Unknown & str)] | None`
New: Argument is incorrect: Expected `str | None`, found `Unknown | list[Unknown] | None`

lib/spack/spack/spec.py

[warning] possibly-missing-attribute - :1145:12 -
Old: Attribute `replace` on type `Unknown | None | (Unknown & ~AlwaysFalsy)` may be missing
New: Attribute `replace` on type `Unknown | None` may be missing

lib/spack/spack/vendor/ruamel/yaml/main.py

[warning] unused-ignore-comment - :504:71 - Unused blanket `type: ignore` directive

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

sphinx/domains/cpp/_symbol.py

[error] invalid-return-type - :1183:20 -
Old: Return type does not match returned value: expected `tuple[list[Symbol] | None, str]`, found `tuple[list[Unknown | (Unknown & ~None)], None]`
New: Return type does not match returned value: expected `tuple[list[Symbol] | None, str]`, found `tuple[list[Unknown], None]`

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

static_frame/core/interface.py

[error] invalid-argument-type - :1537:63 -
Old: Argument to bound method `gen_from_dict_like` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_dict_like` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1537:63 -
Old: Argument to bound method `gen_from_dict_like` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_dict_like` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1537:63 -
Old: Argument to bound method `gen_from_dict_like` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_dict_like` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1537:63 -
Old: Argument to bound method `gen_from_dict_like` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_dict_like` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1537:63 -
Old: Argument to bound method `gen_from_dict_like` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_dict_like` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1537:63 -
Old: Argument to bound method `gen_from_dict_like` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_dict_like` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1537:63 -
Old: Argument to bound method `gen_from_dict_like` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_dict_like` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1537:63 - Argument to bound method `gen_from_dict_like` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1537:63 - Argument to bound method `gen_from_dict_like` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1537:63 - Argument to bound method `gen_from_dict_like` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1537:63 - Argument to bound method `gen_from_dict_like` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1537:63 - Argument to bound method `gen_from_dict_like` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1539:61 -
Old: Argument to bound method `gen_from_display` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_display` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1539:61 -
Old: Argument to bound method `gen_from_display` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_display` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1539:61 -
Old: Argument to bound method `gen_from_display` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_display` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1539:61 -
Old: Argument to bound method `gen_from_display` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_display` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1539:61 -
Old: Argument to bound method `gen_from_display` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_display` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1539:61 -
Old: Argument to bound method `gen_from_display` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_display` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1539:61 -
Old: Argument to bound method `gen_from_display` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_display` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1539:61 - Argument to bound method `gen_from_display` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1539:61 - Argument to bound method `gen_from_display` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1539:61 - Argument to bound method `gen_from_display` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1539:61 - Argument to bound method `gen_from_display` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1539:61 - Argument to bound method `gen_from_display` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1541:60 -
Old: Argument to bound method `gen_from_astype` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_astype` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1541:60 -
Old: Argument to bound method `gen_from_astype` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_astype` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1541:60 -
Old: Argument to bound method `gen_from_astype` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_astype` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1541:60 -
Old: Argument to bound method `gen_from_astype` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_astype` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1541:60 -
Old: Argument to bound method `gen_from_astype` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_astype` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1541:60 -
Old: Argument to bound method `gen_from_astype` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_astype` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1541:60 -
Old: Argument to bound method `gen_from_astype` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_astype` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1541:60 - Argument to bound method `gen_from_astype` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1541:60 - Argument to bound method `gen_from_astype` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1541:60 - Argument to bound method `gen_from_astype` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1541:60 - Argument to bound method `gen_from_astype` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1541:60 - Argument to bound method `gen_from_astype` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1543:61 -
Old: Argument to bound method `gen_from_persist` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_persist` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1543:61 -
Old: Argument to bound method `gen_from_persist` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_persist` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1543:61 -
Old: Argument to bound method `gen_from_persist` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_persist` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1543:61 -
Old: Argument to bound method `gen_from_persist` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_persist` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1543:61 -
Old: Argument to bound method `gen_from_persist` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_persist` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1543:61 -
Old: Argument to bound method `gen_from_persist` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_persist` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1543:61 -
Old: Argument to bound method `gen_from_persist` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_persist` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1543:61 - Argument to bound method `gen_from_persist` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1543:61 - Argument to bound method `gen_from_persist` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1543:61 - Argument to bound method `gen_from_persist` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1543:61 - Argument to bound method `gen_from_persist` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1543:61 - Argument to bound method `gen_from_persist` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1545:65 -
Old: Argument to bound method `gen_from_consolidate` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_consolidate` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1545:65 -
Old: Argument to bound method `gen_from_consolidate` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_consolidate` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1545:65 -
Old: Argument to bound method `gen_from_consolidate` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_consolidate` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1545:65 -
Old: Argument to bound method `gen_from_consolidate` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_consolidate` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1545:65 -
Old: Argument to bound method `gen_from_consolidate` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_consolidate` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1545:65 -
Old: Argument to bound method `gen_from_consolidate` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_consolidate` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1545:65 -
Old: Argument to bound method `gen_from_consolidate` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_consolidate` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1545:65 - Argument to bound method `gen_from_consolidate` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1545:65 - Argument to bound method `gen_from_consolidate` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1545:65 - Argument to bound method `gen_from_consolidate` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1545:65 - Argument to bound method `gen_from_consolidate` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1545:65 - Argument to bound method `gen_from_consolidate` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1547:65 -
Old: Argument to bound method `gen_from_constructor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_constructor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1547:65 -
Old: Argument to bound method `gen_from_constructor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_constructor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1547:65 -
Old: Argument to bound method `gen_from_constructor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_constructor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1547:65 -
Old: Argument to bound method `gen_from_constructor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_constructor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1547:65 -
Old: Argument to bound method `gen_from_constructor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_constructor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1547:65 -
Old: Argument to bound method `gen_from_constructor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_constructor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1547:65 -
Old: Argument to bound method `gen_from_constructor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_constructor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1547:65 - Argument to bound method `gen_from_constructor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1547:65 - Argument to bound method `gen_from_constructor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1547:65 - Argument to bound method `gen_from_constructor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1547:65 - Argument to bound method `gen_from_constructor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1547:65 - Argument to bound method `gen_from_constructor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1549:62 -
Old: Argument to bound method `gen_from_exporter` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_exporter` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1549:62 -
Old: Argument to bound method `gen_from_exporter` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_exporter` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1549:62 -
Old: Argument to bound method `gen_from_exporter` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_exporter` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1549:62 -
Old: Argument to bound method `gen_from_exporter` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_exporter` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1549:62 -
Old: Argument to bound method `gen_from_exporter` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_exporter` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1549:62 -
Old: Argument to bound method `gen_from_exporter` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_exporter` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1549:62 -
Old: Argument to bound method `gen_from_exporter` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_exporter` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1549:62 - Argument to bound method `gen_from_exporter` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1549:62 - Argument to bound method `gen_from_exporter` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1549:62 - Argument to bound method `gen_from_exporter` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1549:62 - Argument to bound method `gen_from_exporter` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1549:62 - Argument to bound method `gen_from_exporter` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1551:62 -
Old: Argument to bound method `gen_from_iterator` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_iterator` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1551:62 -
Old: Argument to bound method `gen_from_iterator` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_iterator` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1551:62 -
Old: Argument to bound method `gen_from_iterator` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_iterator` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1551:62 -
Old: Argument to bound method `gen_from_iterator` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_iterator` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1551:62 -
Old: Argument to bound method `gen_from_iterator` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_iterator` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1551:62 -
Old: Argument to bound method `gen_from_iterator` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_iterator` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1551:62 -
Old: Argument to bound method `gen_from_iterator` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_iterator` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1551:62 - Argument to bound method `gen_from_iterator` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1551:62 - Argument to bound method `gen_from_iterator` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1551:62 - Argument to bound method `gen_from_iterator` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1551:62 - Argument to bound method `gen_from_iterator` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1551:62 - Argument to bound method `gen_from_iterator` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1571:61 -
Old: Argument to bound method `gen_from_getitem` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_getitem` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1571:61 -
Old: Argument to bound method `gen_from_getitem` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_getitem` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1571:61 -
Old: Argument to bound method `gen_from_getitem` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_getitem` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1571:61 -
Old: Argument to bound method `gen_from_getitem` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_getitem` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1571:61 -
Old: Argument to bound method `gen_from_getitem` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_getitem` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1571:61 -
Old: Argument to bound method `gen_from_getitem` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_getitem` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1571:61 -
Old: Argument to bound method `gen_from_getitem` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_getitem` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1571:61 - Argument to bound method `gen_from_getitem` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1571:61 - Argument to bound method `gen_from_getitem` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1571:61 - Argument to bound method `gen_from_getitem` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1571:61 - Argument to bound method `gen_from_getitem` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1571:61 - Argument to bound method `gen_from_getitem` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1576:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1576:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1576:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1576:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1576:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1576:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1576:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1576:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1576:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1576:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1576:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1576:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1581:21 -
Old: Argument to bound method `gen_from_selection` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_selection` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1581:21 -
Old: Argument to bound method `gen_from_selection` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_selection` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1581:21 -
Old: Argument to bound method `gen_from_selection` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_selection` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1581:21 -
Old: Argument to bound method `gen_from_selection` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_selection` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1581:21 -
Old: Argument to bound method `gen_from_selection` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_selection` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1581:21 -
Old: Argument to bound method `gen_from_selection` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_selection` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1581:21 -
Old: Argument to bound method `gen_from_selection` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_selection` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1581:21 - Argument to bound method `gen_from_selection` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1581:21 - Argument to bound method `gen_from_selection` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1581:21 - Argument to bound method `gen_from_selection` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1581:21 - Argument to bound method `gen_from_selection` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1581:21 - Argument to bound method `gen_from_selection` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 -
Old: Argument to bound method `gen_from_assignment` is incorrect: Expected `InterfaceAssignTrio[Unknown] | InterfaceAssignQuartet[Unknown]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_assignment` is incorrect: Expected `InterfaceAssignTrio[Unknown] | InterfaceAssignQuartet[Unknown]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 -
Old: Argument to bound method `gen_from_assignment` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_assignment` is incorrect: Expected `InterfaceAssignTrio[Unknown] | InterfaceAssignQuartet[Unknown]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 -
Old: Argument to bound method `gen_from_assignment` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_assignment` is incorrect: Expected `InterfaceAssignTrio[Unknown] | InterfaceAssignQuartet[Unknown]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 -
Old: Argument to bound method `gen_from_assignment` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_assignment` is incorrect: Expected `InterfaceAssignTrio[Unknown] | InterfaceAssignQuartet[Unknown]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 -
Old: Argument to bound method `gen_from_assignment` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_assignment` is incorrect: Expected `InterfaceAssignTrio[Unknown] | InterfaceAssignQuartet[Unknown]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 -
Old: Argument to bound method `gen_from_assignment` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_assignment` is incorrect: Expected `InterfaceAssignTrio[Unknown] | InterfaceAssignQuartet[Unknown]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 -
Old: Argument to bound method `gen_from_assignment` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_assignment` is incorrect: Expected `InterfaceAssignTrio[Unknown] | InterfaceAssignQuartet[Unknown]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 -
Old: Argument to bound method `gen_from_assignment` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_assignment` is incorrect: Expected `InterfaceAssignTrio[Unknown] | InterfaceAssignQuartet[Unknown]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 - Argument to bound method `gen_from_assignment` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 - Argument to bound method `gen_from_assignment` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 - Argument to bound method `gen_from_assignment` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 - Argument to bound method `gen_from_assignment` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 - Argument to bound method `gen_from_assignment` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 - Argument to bound method `gen_from_assignment` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1586:21 - Argument to bound method `gen_from_assignment` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1592:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1592:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1592:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1592:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1592:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1592:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1592:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1592:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1592:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1592:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1592:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1592:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1597:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1597:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1597:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1597:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1597:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1597:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1597:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1597:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1597:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1597:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1597:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1597:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1602:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1602:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1602:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1602:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1602:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1602:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1602:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1602:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1602:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1602:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1602:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1602:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1607:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1607:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1607:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1607:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1607:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1607:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1607:21 -
Old: Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1607:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1607:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1607:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1607:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1607:21 - Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1611:63 -
Old: Argument to bound method `gen_from_class` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_class` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1611:63 -
Old: Argument to bound method `gen_from_class` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_class` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1611:63 -
Old: Argument to bound method `gen_from_class` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_class` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1611:63 -
Old: Argument to bound method `gen_from_class` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_class` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1611:63 -
Old: Argument to bound method `gen_from_class` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_class` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1611:63 -
Old: Argument to bound method `gen_from_class` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_class` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1611:63 -
Old: Argument to bound method `gen_from_class` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_class` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1611:63 - Argument to bound method `gen_from_class` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1611:63 - Argument to bound method `gen_from_class` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1611:63 - Argument to bound method `gen_from_class` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1611:63 - Argument to bound method `gen_from_class` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1611:63 - Argument to bound method `gen_from_class` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1613:64 -
Old: Argument to bound method `gen_from_method` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_method` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1613:64 -
Old: Argument to bound method `gen_from_method` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_method` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1613:64 -
Old: Argument to bound method `gen_from_method` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_method` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1613:64 -
Old: Argument to bound method `gen_from_method` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_method` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1613:64 -
Old: Argument to bound method `gen_from_method` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_method` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1613:64 -
Old: Argument to bound method `gen_from_method` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_method` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1613:64 -
Old: Argument to bound method `gen_from_method` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | (Unknown & ~str) | int`
New: Argument to bound method `gen_from_method` is incorrect: Expected `int`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1613:64 - Argument to bound method `gen_from_method` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1613:64 - Argument to bound method `gen_from_method` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1613:64 - Argument to bound method `gen_from_method` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1613:64 - Argument to bound method `gen_from_method` is incorrect: Expected `str`, found `str | type[ContainerBase] | Unknown | int`
[error] invalid-argument-type - :1613:64 - Argument to bound method `gen_from_method` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Unknown | int`

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

strawberry/experimental/pydantic/conversion.py

[error] invalid-argument-type - :47:38 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~None) | Unknown | None`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[warning] possibly-missing-attribute - :63:21 -
Old: Attribute `_strawberry_type` on type `type[@Todo] | <class 'NoneType'>` may be missing
New: Attribute `_strawberry_type` on type `type[Unknown] | <class 'NoneType'>` may be missing

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

lib/streamlit/elements/widgets/slider.py

[error] unsupported-operator - :805:19 -
Old: Operator `-` is unsupported between objects of type `(Any & ~None) | Any | int | str | float | time | timedelta` and `(Any & ~None) | Any | int | str | float | time | timedelta`
New: Operator `-` is unsupported between objects of type `Any | int | str | float | time | timedelta` and `Any | int | str | float | time | timedelta`

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

sympy/calculus/euler.py

[warning] possibly-missing-attribute - :84:16 -
Old: Attribute `args` on type `@Todo | tuple[()]` may be missing
New: Attribute `args` on type `Unknown | tuple[()]` may be missing

sympy/crypto/crypto.py

[warning] possibly-missing-attribute - :2257:12 - Attribute `join` on type `int | Unknown` may be missing

sympy/holonomic/holonomic.py

[error] unsupported-operator - :2557:12 -
Old: Operator `/` is unsupported between objects of type `(Unknown & ~Top[PolyElement[Unknown]] & ~Top[FracElement[Unknown]]) | (Zero & ~Top[FracElement[Unknown]]) | Unknown` and `(Unknown & ~Top[PolyElement[Unknown]] & ~Top[FracElement[Unknown]]) | (Zero & ~Top[FracElement[Unknown]]) | Unknown`
New: Operator `/` is unsupported between objects of type `Unknown | (Zero & ~Top[FracElement[Unknown]])` and `Unknown | (Zero & ~Top[FracElement[Unknown]])`

sympy/matrices/common.py

[error] invalid-argument-type - :3078:24 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~FunctionType) | None | list[@Todo] | Unknown`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[@Todo]`
[error] not-iterable - :3079:31 -
Old: Object of type `(Unknown & ~FunctionType) | None | list[@Todo] | Unknown` may not be iterable
New: Object of type `Unknown | None | list[@Todo]` may not be iterable
[error] not-iterable - :3082:52 -
Old: Object of type `(Unknown & ~FunctionType) | None | list[@Todo] | Unknown` may not be iterable
New: Object of type `Unknown | None | list[@Todo]` may not be iterable

sympy/ntheory/factor_.py

[warning] possibly-missing-attribute - :376:14 -
Old: Attribute `bit_length` on type `Unknown | (Unknown & ~Literal[1]) | MPZ` may be missing
New: Attribute `bit_length` on type `Unknown | MPZ` may be missing

sympy/simplify/_cse_diff.py

[error] invalid-argument-type - :141:35 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & MatrixBase) | Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :162:74 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & MatrixBase) | Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :173:79 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & MatrixBase) | Unknown | MutableDenseMatrix`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`

sympy/simplify/fu.py

[error] unsupported-operator - :1903:14 -
Old: Operator `/` is unsupported between objects of type `(Unknown & ~AlwaysFalsy) | Unknown | One` and `(Unknown & ~AlwaysFalsy) | Unknown | One`
New: Operator `/` is unsupported between objects of type `Unknown | One` and `Unknown | One`
[error] unsupported-operator - :1906:14 -
Old: Operator `/` is unsupported between objects of type `(Unknown & ~AlwaysFalsy) | Unknown | One` and `(Unknown & ~AlwaysFalsy) | Unknown | One`
New: Operator `/` is unsupported between objects of type `Unknown | One` and `Unknown | One`

sympy/solvers/inequalities.py

[warning] possibly-missing-attribute - :675:38 -
Old: Attribute `as_relational` on type `Unknown | (Unknown & ~None) | Basic` may be missing
New: Attribute `as_relational` on type `Unknown | Basic` may be missing

sympy/solvers/ode/subscheck.py

[warning] possibly-missing-attribute - :157:17 -
Old: Attribute `getO` on type `Basic | Unknown` may be missing
New: Attribute `getO` on type `Unknown | Basic` may be missing
[warning] possibly-missing-attribute - :158:18 -
Old: Attribute `removeO` on type `Basic | Unknown` may be missing
New: Attribute `removeO` on type `Unknown | Basic` may be missing
[error] unsupported-operator - :165:20 -
Old: Operator `-` is unsupported between objects of type `Basic | Unknown` and `Basic | Unknown`
New: Operator `-` is unsupported between objects of type `Unknown | Basic` and `Unknown | Basic`
[error] unsupported-operator - :180:24 -
Old: Operator `-` is unsupported between objects of type `Basic | Unknown` and `Basic | Unknown`
New: Operator `-` is unsupported between objects of type `Unknown | Basic` and `Unknown | Basic`

sympy/solvers/pde.py

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

sympy/utilities/iterables.py

[error] unsupported-operator - :2034:12 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | (Unknown & ~AlwaysFalsy) | list[Unknown]`
New: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | list[Unknown]`
[warning] possibly-missing-attribute - :2037:13 -
Old: Attribute `append` on type `Unknown | None | (Unknown & ~AlwaysFalsy) | list[Unknown]` may be missing
New: Attribute `append` on type `Unknown | None | list[Unknown]` may be missing

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

xarray/core/variable.py

[warning] possibly-missing-attribute - :1457:27 -
Old: Attribute `values` on type `(Unknown & ~str) | list[Unknown | (Unknown & str)]` may be missing
New: Attribute `values` on type `(Unknown & ~str) | list[Unknown]` may be missing

xarray/plot/utils.py

[warning] possibly-missing-attribute - :1097:5 -
Old: Attribute `create_dummy_axis` on type `(Unknown & ~str) | None | Unknown` may be missing
New: Attribute `create_dummy_axis` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1107:9 -
Old: Attribute `axis` on type `(Unknown & ~str) | None | Unknown` may be missing
New: Attribute `axis` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1108:9 -
Old: Attribute `axis` on type `(Unknown & ~str) | None | Unknown` may be missing
New: Attribute `axis` on type `Unknown | None` may be missing

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

zerver/lib/home.py

[error] invalid-return-type - :215:12 -
Old: Return type does not match returned value: expected `tuple[int, dict[str, object]]`, found `tuple[Any | None, dict[str, str | Any | int | float | None | (Any & ~AlwaysTruthy) | (Any & ~AlwaysFalsy & ~AlwaysTruthy)]]`
New: Return type does not match returned value: expected `tuple[int, dict[str, object]]`, found `tuple[Any | None, dict[str, str | Any | int | float | None]]`