Ecosystem report

Old: main (merge base) 51d04aad New: 23201/merge 3b74301e
Lint Rule Removed Added Changed
Total 102 21 124
unresolved-attribute 4 3 60
invalid-key 51 0 0
invalid-argument-type 11 1 38
possibly-unresolved-reference 21 0 0
invalid-assignment 0 0 11
unresolved-reference 10 0 0
not-subscriptable 0 8 0
unsupported-operator 0 1 6
type-assertion-failure 1 1 3
invalid-return-type 0 1 3
no-matching-overload 1 3 0
unused-type-ignore-comment 1 3 0
not-iterable 0 0 3
index-out-of-bounds 1 0 0
possibly-missing-attribute 1 0 0
Project Removed Added Changed
Total 102 21 124
pydantic flaky 51 0 0
dd-trace-py 0 0 38
scipy 13 15 0
kopf 0 0 10
websockets 10 0 0
spack 4 0 5
sympy flaky 1 0 8
core 5 0 3
manticore 7 0 1
pandas 0 1 7
jax 0 1 6
aiohttp 0 0 6
meson 0 0 6
prefect flaky 2 0 3
pandas-stubs 0 1 3
rich 0 0 4
cloud-init 1 0 2
pip 0 0 3
scikit-learn 0 0 3
setuptools 0 0 3

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

aiohttp/cookiejar.py

[error] invalid-argument-type - Argument to bound method `_expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | str`
[error] invalid-argument-type - Argument to bound method `_expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | (str & ~AlwaysTruthy) | (str & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `_expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | str`
[error] invalid-argument-type - Argument to bound method `_expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | (str & ~AlwaysTruthy) | (str & ~AlwaysFalsy)`
[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[tuple[str, str], SimpleCookie].__getitem__(key: tuple[str, str], /) -> SimpleCookie` cannot be called with key of type `tuple[Morsel[str] | Any | str, Any | str]` on object of type `defaultdict[tuple[str, str], SimpleCookie]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[tuple[str, str], SimpleCookie].__getitem__(key: tuple[str, str], /) -> SimpleCookie` cannot be called with key of type `tuple[Morsel[str] | Any | (str & ~AlwaysTruthy) | (str & ~AlwaysFalsy), Any | str]` on object of type `defaultdict[tuple[str, str], SimpleCookie]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `(BaseCookie[str] & Top[Morsel[Unknown]]) | Morsel[Any] | Morsel[str]` on object of type `SimpleCookie`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `(BaseCookie[str] & Top[Morsel[Unknown]]) | Morsel[Any]` on object of type `SimpleCookie`
[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[tuple[str, str], SimpleCookie].__getitem__(key: tuple[str, str], /) -> SimpleCookie` cannot be called with key of type `tuple[Morsel[str] | Any | str, Any | str]` on object of type `defaultdict[tuple[str, str], SimpleCookie]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[tuple[str, str], SimpleCookie].__getitem__(key: tuple[str, str], /) -> SimpleCookie` cannot be called with key of type `tuple[Morsel[str] | Any | (str & ~AlwaysTruthy) | (str & ~AlwaysFalsy), Any | str]` on object of type `defaultdict[tuple[str, str], SimpleCookie]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[tuple[str, str], dict[str, Morsel[str]]].__getitem__(key: tuple[str, str], /) -> dict[str, Morsel[str]]` cannot be called with key of type `tuple[Morsel[str] | Any | str, Any | str]` on object of type `defaultdict[tuple[str, str], dict[str, Morsel[str]]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[tuple[str, str], dict[str, Morsel[str]]].__getitem__(key: tuple[str, str], /) -> dict[str, Morsel[str]]` cannot be called with key of type `tuple[Morsel[str] | Any | (str & ~AlwaysTruthy) | (str & ~AlwaysFalsy), Any | str]` on object of type `defaultdict[tuple[str, str], dict[str, Morsel[str]]]`

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

tests/arti/types/test_types.py

[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[Any]`, found `frozenset[float | Unknown | int] | list[int | Unknown | float] | tuple[float | Unknown | int, ...]`
[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[Any]`, found `frozenset[float | Unknown | int] | list[Unknown | int | float] | tuple[float | Unknown | int, ...]`

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

cloudinit/net/eni.py

[error] invalid-argument-type - Argument to bound method `_render_route` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str`

tests/unittests/distros/test_user_data_normalize.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[Unknown | str, Unknown | str] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | bool | list[Unknown] | ... omitted 3 union elements`

tests/unittests/sources/test_gce.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[Unknown | str, Unknown | str] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | bool | list[Unknown] | ... omitted 3 union elements`

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

colour/utilities/verbose.py

[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `(Unknown & ~None) | <class 'str'> | bool`
[error] invalid-argument-type - Argument to function `getattr` is incorrect: Expected `str`, found `bool | (Unknown & ~None) | <class 'str'>`

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

homeassistant/components/google_generative_ai_conversation/entity.py

[warning] possibly-unresolved-reference - Name `thinking_content_index` used when possibly not defined
[warning] possibly-unresolved-reference - Name `thinking_content_index` used when possibly not defined
[warning] possibly-unresolved-reference - Name `content_index` used when possibly not defined
[warning] possibly-unresolved-reference - Name `content_index` used when possibly not defined
[warning] possibly-unresolved-reference - Name `tool_call_index` used when possibly not defined

homeassistant/components/plex/media_player.py

[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `url` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (Unknown & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `proxyThroughServer` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `proxyThroughServer` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (Unknown & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `protocolCapabilities` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `protocolCapabilities` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (Unknown & ~AlwaysFalsy)`

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

cwltool/main.py

[error] invalid-argument-type - Argument to function `realize_input_schema` is incorrect: Expected `MutableSequence[str | MutableMapping[str, None | int | str | ... omitted 3 union elements]]`, found `list[str | MutableMapping[str, None | int | str | ... omitted 3 union elements] | (Unknown & Top[Mapping[Unknown, object]]) | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to function `realize_input_schema` is incorrect: Expected `MutableSequence[str | MutableMapping[str, None | int | str | ... omitted 3 union elements]]`, found `list[str | MutableMapping[str, None | int | str | ... omitted 3 union elements] | (int & Top[Mapping[Unknown, object]]) | ... omitted 4 union elements]`

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

benchmarks/base/run.py

[error] invalid-argument-type - Argument to function `cpu_affinity_to_cpu_groups` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `cpu_affinity_to_cpu_groups` is incorrect: Expected `str`, found `(str & ~AlwaysTruthy) | None | (str & ~AlwaysFalsy)`

ddtrace/propagation/http.py

[error] invalid-argument-type - Argument to function `_context_to_span_link` is incorrect: Expected `Context`, found `Context | Unknown | None`
[error] invalid-argument-type - Argument to function `_context_to_span_link` is incorrect: Expected `Context`, found `Context | None | (Unknown & ~AlwaysFalsy) | (Unknown & ~AlwaysTruthy)`
[error] unresolved-attribute - Attribute `get_all_baggage_items` is not defined on `None` in union `Context | Unknown | None`
[error] unresolved-attribute - Attribute `get_all_baggage_items` is not defined on `None` in union `Context | None | (Unknown & ~AlwaysFalsy) | (Unknown & ~AlwaysTruthy)`

ddtrace/vendor/ply/lex.py

[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `None | (Unknown & ~None) | PlyLogger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `None | (Unknown & ~None) | PlyLogger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `None | (Unknown & ~None) | PlyLogger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `None | (Unknown & ~None) | PlyLogger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `None | (Unknown & ~None) | PlyLogger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `None | (Unknown & ~None) | PlyLogger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `None | (Unknown & ~None) | PlyLogger`

ddtrace/vendor/ply/yacc.py

[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol & ~AlwaysTruthy`, `YaccSymbol & ~AlwaysFalsy` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] invalid-assignment - 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 - Object of type `Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysTruthy & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None`, `YaccSymbol & ~AlwaysTruthy`, `YaccSymbol & ~AlwaysFalsy` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol & ~AlwaysTruthy`, `YaccSymbol & ~AlwaysFalsy` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol & ~AlwaysTruthy`, `YaccSymbol & ~AlwaysFalsy` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol & ~AlwaysTruthy`, `YaccSymbol & ~AlwaysFalsy` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lineno` on type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lineno` on type `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lexpos` on type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lexpos` on type `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | YaccSymbol`
[error] invalid-assignment - 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 - Object of type `Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysTruthy & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol & ~AlwaysTruthy`, `YaccSymbol & ~AlwaysFalsy` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol & ~AlwaysTruthy`, `YaccSymbol & ~AlwaysFalsy` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol & ~AlwaysTruthy`, `YaccSymbol & ~AlwaysFalsy` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lineno` on type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lineno` on type `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lexpos` on type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `lexpos` on type `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | YaccSymbol`
[error] invalid-assignment - 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 - Object of type `Unknown` is not assignable to attribute `lexer` on type `(Unknown & ~AlwaysTruthy & ~AlwaysFalsy & ~<Protocol with members 'lexer'>) | (YaccSymbol & ~AlwaysFalsy & ~<Protocol with members 'lexer'>)`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol & ~AlwaysTruthy`, `YaccSymbol & ~AlwaysFalsy` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol & ~AlwaysTruthy`, `YaccSymbol & ~AlwaysFalsy` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - Attribute `type` is not defined on `None`, `YaccSymbol & ~AlwaysTruthy`, `YaccSymbol & ~AlwaysFalsy` in union `None | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysTruthy) | (YaccSymbol & ~AlwaysFalsy)`

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

python/egglog/egraph.py

[error] invalid-argument-type - Argument to function `expr_action` is incorrect: Expected `BaseExpr`, found `(BaseExpr & ~Action) | (Fact & ~Action)`

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

src/graphql/language/visitor.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[int | str, Node]`, found `tuple[None | Any | int | Node, Node | (Any & tuple[object, ...] & ~Node) | (tuple[Unknown, ...] & ~Node)]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[int | str, Node]`, found `tuple[None | Any | int | Node, Node | (Any & tuple[object, ...]) | tuple[Unknown, ...]]`

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

hydpy/core/devicetools.py

[error] type-assertion-failure - Type `Literal["inlets", "outlets", "observers", "receivers", "senders", "inputs", "outputs"]` is not equivalent to `Never`

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

src/hydra_zen/structured_configs/_implementations.py

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

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

ibis/selectors.py

[error] invalid-return-type - Return type does not match returned value: expected `frozenset[str]`, found `frozenset[str | Buffer | Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `frozenset[str]`, found `frozenset[Unknown | str | Buffer]`
[error] invalid-assignment - Object of type `frozenset[str | Unknown]` is not assignable to `tuple[str | Column, ...]`
[error] invalid-assignment - Object of type `frozenset[Unknown | str]` is not assignable to `tuple[str | Column, ...]`

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

ignite/engine/deterministic.py

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

tests/ignite/distributed/utils/__init__.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `None | str` and `Literal["xla-tpu"]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str | None` and `Literal["xla-tpu"]`

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

jax/_src/export/_export.py

[error] invalid-argument-type - Argument to function `_get_named_sharding` is incorrect: Expected `ShapedArray`, found `AbstractValue | Unknown`
[error] invalid-argument-type - Argument to function `_get_named_sharding` is incorrect: Expected `ShapedArray`, found `Unknown | AbstractValue`

jax/_src/interpreters/pxla.py

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

jax/_src/pallas/hlo_interpreter.py

[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `int | DynamicGridDim | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | int | DynamicGridDim`

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

[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `int | DynamicGridDim | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | int | DynamicGridDim`

jax/_src/pallas/pallas_call.py

[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `int | DynamicGridDim | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | int | DynamicGridDim`

jax/collect_profile.py

[error] unresolved-attribute - Attribute `glob` is not defined on `PathLike[str]`, `int`, `str`, `bytes`, `PathLike[bytes]` in union `PathLike[str] | Unknown | int | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `glob` is not defined on `PathLike[str]`, `int`, `str`, `bytes`, `PathLike[bytes]` in union `Unknown | PathLike[str] | int | ... omitted 3 union elements`
[error] unsupported-operator - Operator `/` is not supported between objects of type `PathLike[str] | Unknown | int | ... omitted 3 union elements` and `Literal["remote.trace.json.gz"]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Unknown | PathLike[str] | int | ... omitted 3 union elements` and `Literal["remote.trace.json.gz"]`

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

kopf/_cogs/structs/references.py

[error] unresolved-attribute - Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - Attribute `split` is not defined on `(Resource, /) -> bool`, `Marker`, `None` in union `(str & Top[(...) -> object]) | ((Resource, /) -> bool) | (str & ~Top[(...) -> object]) | Marker | None`
[error] unresolved-attribute - Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - Attribute `split` is not defined on `(Resource, /) -> bool`, `Marker`, `None` in union `(str & Top[(...) -> object]) | ((Resource, /) -> bool) | (str & ~Top[(...) -> object]) | Marker | None`
[error] unresolved-attribute - Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - Attribute `split` is not defined on `(Resource, /) -> bool`, `Marker`, `None` in union `(str & Top[(...) -> object]) | ((Resource, /) -> bool) | (str & ~Top[(...) -> object]) | Marker | None`
[error] unresolved-attribute - Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - Attribute `split` is not defined on `(Resource, /) -> bool`, `Marker`, `None` in union `(str & Top[(...) -> object]) | ((Resource, /) -> bool) | (str & ~Top[(...) -> object]) | Marker | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["."]` and `str | Marker | ((Resource, /) -> bool) | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["."]` and `(str & Top[(...) -> object]) | ((Resource, /) -> bool) | (str & ~Top[(...) -> object]) | Marker | None`
[error] unresolved-attribute - Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - Attribute `split` is not defined on `(Resource, /) -> bool`, `Marker`, `None` in union `(str & Top[(...) -> object]) | ((Resource, /) -> bool) | (str & ~Top[(...) -> object]) | Marker | None`
[error] unresolved-attribute - Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - Attribute `split` is not defined on `(Resource, /) -> bool`, `Marker`, `None` in union `(str & Top[(...) -> object]) | ((Resource, /) -> bool) | (str & ~Top[(...) -> object]) | Marker | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["/"]` and `str | Marker | ((Resource, /) -> bool) | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["/"]` and `(str & Top[(...) -> object]) | ((Resource, /) -> bool) | (str & ~Top[(...) -> object]) | Marker | None`
[error] unresolved-attribute - Attribute `rsplit` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - Attribute `rsplit` is not defined on `(Resource, /) -> bool`, `Marker`, `None` in union `(str & Top[(...) -> object]) | ((Resource, /) -> bool) | (str & ~Top[(...) -> object]) | Marker | None`
[error] unresolved-attribute - Attribute `rsplit` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - Attribute `rsplit` is not defined on `(Resource, /) -> bool`, `Marker`, `None` in union `(str & Top[(...) -> object]) | ((Resource, /) -> bool) | (str & ~Top[(...) -> object]) | Marker | None`

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

manticore/core/plugin.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Argument type `PstatsFormatted` does not satisfy upper bound `Stats` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `None | str | profile.Profile | cProfile.Profile | Stats`, found `PstatsFormatted`

manticore/core/smtlib/solver.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `int | bytes | Unknown` and `Unknown | int | bytes`
[error] unsupported-operator - Operator `+` is not supported between objects of type `int | bytes | Divergent` and `Unknown | int | bytes | Divergent`

manticore/platforms/wasm.py

[error] invalid-argument-type - Argument is incorrect: Expected `FunctionType`, found `(ProtoFuncInst & Top[(...) -> object] & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & Top[(...) -> object] & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (MemInst & Top[(...) -> object] & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (GlobalInst & Top[(...) -> object] & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `ProtoFuncInst`, found `(ProtoFuncInst & Top[(...) -> object] & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & Top[(...) -> object] & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (MemInst & Top[(...) -> object] & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `TableInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | TableInst | (MemInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (GlobalInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `MemInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | MemInst | (GlobalInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `GlobalInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (MemInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | GlobalInst | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`

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

mesonbuild/backend/ninjabackend.py

[error] unresolved-attribute - Attribute `coredata` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - Attribute `coredata` is not defined on `None` in union `(Environment & ~AlwaysFalsy) | (Environment & ~AlwaysTruthy) | None`
[error] unresolved-attribute - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - Attribute `get_build_dir` is not defined on `None` in union `(Environment & ~AlwaysFalsy) | (Environment & ~AlwaysTruthy) | None`

mesonbuild/build.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Unknown | ExternalProgram | Executable | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Unknown | ExternalProgram | Executable | CustomTargetIndex | CustomTarget`

mesonbuild/interpreter/interpreter.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `(Unknown & ~AlwaysFalsy) | Compiler` on object of type `dict[Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals], Compiler]`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `(Unknown & ~AlwaysFalsy) | (Compiler & ~AlwaysTruthy)` on object of type `dict[Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals], Compiler]`
[error] invalid-argument-type - Argument to function `bold` is incorrect: Expected `str`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (Program & ~AlwaysTruthy & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `bold` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy & ~AlwaysTruthy) | (Program & ~AlwaysTruthy & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (Program & ~AlwaysTruthy & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `(str & ~AlwaysFalsy & ~AlwaysTruthy) | (Program & ~AlwaysTruthy & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`

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

mitmproxy/addons/cut.py

[error] unresolved-attribute - Attribute `headers` is not defined on `Flow & ~AlwaysFalsy` in union `(Flow & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `headers` is not defined on `Flow & ~AlwaysFalsy` in union `(Flow & ~AlwaysFalsy) | (Any & Top[list[Unknown]] & ~AlwaysFalsy) | (Any & Cert & ~AlwaysFalsy) | ... omitted 3 union elements`

test/mitmproxy/proxy/tutils.py

[error] invalid-return-type - Return type does not match returned value: expected `AnyStr@_AnyStrPlaceholder`, found `Unknown | None | AnyStr@_AnyStrPlaceholder`
[error] invalid-return-type - Return type does not match returned value: expected `AnyStr@_AnyStrPlaceholder`, found `Unknown | AnyStr@_AnyStrPlaceholder | None`

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

pandas/core/arrays/categorical.py

[error] unresolved-attribute - Attribute `_codes` is not defined on `RangeIndex`, `ndarray[tuple[Any, ...], dtype[Any]]`, `ExtensionArray` in union `Unknown | RangeIndex | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] unresolved-attribute - Attribute `_codes` is not defined on `ExtensionArray`, `RangeIndex`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & ~Index & ~Series & ~ExtensionArray) | (Unknown & Index) | (Unknown & Series) | ... omitted 3 union elements`

pandas/core/arrays/datetimes.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[_TimestampNoneT1@_maybe_normalize_endpoints, _TimestampNoneT2@_maybe_normalize_endpoints]`, found `tuple[Timestamp | None | _TimestampNoneT1@_maybe_normalize_endpoints, Timestamp | None | _TimestampNoneT2@_maybe_normalize_endpoints]`

pandas/core/methods/describe.py

[error] not-iterable - Object of type `Unknown | Sized` may not be iterable
[error] not-iterable - Object of type `Sized | Unknown` may not be iterable

pandas/core/tools/numeric.py

[error] unresolved-attribute - Attribute `_constructor` is not defined on `Number & ~Timedelta & ~Timestamp`, `number[Any, int | float | complex] & ~Timedelta & ~Timestamp`, `Decimal` in union `(Unknown & Timedelta) | (Unknown & Timestamp) | (Number & ~Timedelta & ~Timestamp) | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `_constructor` is not defined on `Decimal`, `Number & ~Timedelta & ~Timestamp`, `number[Any, int | float | complex] & ~Timedelta & ~Timestamp` in union `(Unknown & Timedelta) | (Unknown & Timestamp) | (Unknown & ~Timedelta & ~Timestamp) | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `index` is not defined on `Number & ~Timedelta & ~Timestamp`, `number[Any, int | float | complex] & ~Timedelta & ~Timestamp`, `Decimal` in union `(Unknown & Timedelta) | (Unknown & Timestamp) | (Number & ~Timedelta & ~Timestamp) | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `index` is not defined on `Decimal`, `Number & ~Timedelta & ~Timestamp`, `number[Any, int | float | complex] & ~Timedelta & ~Timestamp` in union `(Unknown & Timedelta) | (Unknown & Timestamp) | (Unknown & ~Timedelta & ~Timestamp) | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `name` is not defined on `Number & ~Timedelta & ~Timestamp`, `number[Any, int | float | complex] & ~Timedelta & ~Timestamp`, `Decimal` in union `(Unknown & Timedelta) | (Unknown & Timestamp) | (Number & ~Timedelta & ~Timestamp) | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `name` is not defined on `Decimal`, `Number & ~Timedelta & ~Timestamp`, `number[Any, int | float | complex] & ~Timedelta & ~Timestamp` in union `(Unknown & Timedelta) | (Unknown & Timestamp) | (Unknown & ~Timedelta & ~Timestamp) | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `name` is not defined on `Number & ~Timedelta & ~Timestamp`, `number[Any, int | float | complex] & ~Timedelta & ~Timestamp`, `Decimal` in union `(Unknown & Timedelta) | (Unknown & Timestamp) | (Number & ~Timedelta & ~Timestamp) | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `name` is not defined on `Decimal`, `Number & ~Timedelta & ~Timestamp`, `number[Any, int | float | complex] & ~Timedelta & ~Timestamp` in union `(Unknown & Timedelta) | (Unknown & Timestamp) | (Unknown & ~Timedelta & ~Timestamp) | ... omitted 3 union elements`

pandas/plotting/_matplotlib/boxplot.py

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

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

tests/indexes/test_categoricalindex.py

[error] type-assertion-failure - Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[Unknown | str]`
[error] type-assertion-failure - Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[str | Unknown]`
[error] type-assertion-failure - Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[Unknown | str]`
[error] type-assertion-failure - Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[str | Unknown]`
[error] type-assertion-failure - Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[Unknown | str]`
[error] type-assertion-failure - Type `CategoricalIndex[str]` does not match asserted type `CategoricalIndex[str | Unknown]`

tests/series/test_series.py

[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`

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

src/pip/_internal/req/req_uninstall.py

[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Sized | Unknown`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Sized | Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | Sized` and `LiteralString`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Sized | Unknown` and `LiteralString`

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

src/prefect/deployments/flow_runs.py

[error] invalid-argument-type - Argument to bound method `read_deployment_by_name` is incorrect: Expected `str`, found `str | UUID`
[error] invalid-argument-type - Argument to bound method `read_deployment_by_name` is incorrect: Expected `str`, found `UUID | str`
[error] invalid-argument-type - Argument to bound method `read_deployment_by_name` is incorrect: Expected `str`, found `str | UUID`
[error] invalid-argument-type - Argument to bound method `read_deployment_by_name` is incorrect: Expected `str`, found `UUID | str`

src/prefect/utilities/templating.py

[error] invalid-assignment - Object of type `str | Unknown` is not assignable to `T@apply_values`
[error] invalid-assignment - Object of type `str` is not assignable to `T@apply_values`
[warning] possibly-missing-attribute - Attribute `replace` may be missing on object of type `str | T@apply_values`
[error] no-matching-overload - No overload of bound method `replace` matches arguments

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

pwndbg/aglib/heap/ptmalloc.py

[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `int | None | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `int | None | (Unknown & ~AlwaysTruthy)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None | (Unknown & ~AlwaysTruthy)`

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

lib/Crypto/SelfTest/loader.py

[error] unresolved-attribute - Attribute `others` is not defined on `None` in union `None | TestVector`

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

pydantic/_internal/_generate_schema.py

[error] invalid-key - Unknown key "schema_ref" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `AnySchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `ArgumentsSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `ArgumentsV3Schema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `BoolSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `BytesSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `CallSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `CallableSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `ChainSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `ComplexSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `CustomErrorSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `DataclassArgsSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `DataclassSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `DateSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `DatetimeSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `DecimalSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `DefinitionsSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `DictSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `EnumSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `FloatSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `FrozenSetSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `GeneratorSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `IntSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `InvalidSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `IsInstanceSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `IsSubclassSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `JsonOrPythonSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `JsonSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `LaxOrStrictSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `ListSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `LiteralSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `MissingSentinelSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `ModelFieldsSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `ModelSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `MultiHostUrlSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `NoneSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `NullableSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `SetSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `StringSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `TaggedUnionSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `TimeSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `TimedeltaSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `TupleSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `TypedDictSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `UnionSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `UrlSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `UuidSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `WithDefaultSchema`: Unknown key "schema_ref"
[error] invalid-key - Unknown key "schema_ref" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "schema_ref"

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

pylint/checkers/async_checker.py

[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | (Unknown & ~AlwaysFalsy) | None`

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

win32/Lib/win32timezone.py

[error] index-out-of-bounds - Index 0 is out of bounds for tuple `tuple[()]` with length 0

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

tests/test_tools.py

[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`

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

rotkehlchen/tests/unit/test_makerdao.py

[error] invalid-argument-type - Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `defaultdict[Asset | Unknown, defaultdict[str, Balance] | Balance | dict[Unknown | str, Unknown | Balance] | Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `defaultdict[Asset | Unknown, defaultdict[str, Balance] | Balance | Unknown | dict[Unknown | str, Unknown | Balance]]`
[error] invalid-argument-type - Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `defaultdict[Asset | Unknown, defaultdict[str, Balance] | Balance | dict[Unknown | str, Unknown | Balance] | Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `defaultdict[Asset, defaultdict[str, Balance]]`, found `defaultdict[Asset | Unknown, defaultdict[str, Balance] | Balance | Unknown | dict[Unknown | str, Unknown | Balance]]`

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

sklearn/externals/array_api_compat/common/_linalg.py

[error] unresolved-attribute - Attribute `max` is not defined on `tuple[Any, ...]` in union `tuple[Any, ...] | Any`
[error] unresolved-attribute - Attribute `max` is not defined on `tuple[Any, ...]` in union `Any | tuple[Any, ...]`
[error] unresolved-attribute - Attribute `dtype` is not defined on `tuple[Any, ...]` in union `tuple[Any, ...] | Any`
[error] unresolved-attribute - Attribute `dtype` is not defined on `tuple[Any, ...]` in union `Any | tuple[Any, ...]`
[error] unresolved-attribute - Attribute `max` is not defined on `tuple[Any, ...]` in union `tuple[Any, ...] | Any`
[error] unresolved-attribute - Attribute `max` is not defined on `tuple[Any, ...]` in union `Any | tuple[Any, ...]`

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

scipy/interpolate/_bary_rational.py

[warning] possibly-unresolved-reference - Name `s` used when possibly not defined
[warning] possibly-unresolved-reference - Name `s` used when possibly not defined
[warning] possibly-unresolved-reference - Name `V` used when possibly not defined
[warning] possibly-unresolved-reference - Name `col_norm` used when possibly not defined

scipy/optimize/_linprog_ip.py

[warning] possibly-unresolved-reference - Name `u` used when possibly not defined
[warning] possibly-unresolved-reference - Name `v` used when possibly not defined
[warning] possibly-unresolved-reference - Name `p` used when possibly not defined
[warning] possibly-unresolved-reference - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - Name `u` used when possibly not defined
[warning] possibly-unresolved-reference - Name `p` used when possibly not defined
[warning] possibly-unresolved-reference - Name `v` used when possibly not defined
[warning] possibly-unresolved-reference - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - Name `d_y` used when possibly not defined

scipy/stats/tests/test_continuous.py

[error] not-subscriptable - Cannot subscript object of type `complex` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `generic[Any]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `complex` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `generic[Any]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[error] unresolved-attribute - Attribute `dtype` is not defined on `int`, `float`, `complex`, `str`, `bytes`, `memoryview[int]` in union `generic[Any] | int | float | ... omitted 5 union elements`
[error] no-matching-overload - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - Operator `+` is not supported between objects of type `generic[Any] | int | float | ... omitted 5 union elements` and `complex`
[error] unresolved-attribute - Attribute `dtype` is not defined on `int`, `float`, `complex`, `str`, `bytes`, `memoryview[int]` in union `generic[Any] | int | float | ... omitted 5 union elements`
[error] no-matching-overload - No overload of function `assert_allclose` matches arguments
[error] unresolved-attribute - Attribute `dtype` is not defined on `int`, `float`, `complex`, `str`, `bytes`, `memoryview[int]` in union `generic[Any] | int | float | ... omitted 5 union elements`
[error] no-matching-overload - No overload of function `assert_allclose` matches arguments

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

setuptools/_distutils/compilers/C/zos.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown]`
[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `(Unknown & ~AlwaysFalsy) | (Unknown & ~AlwaysTruthy) | None | list[Unknown]`
[error] unresolved-attribute - Attribute `extend` is not defined on `None` in union `Unknown | None | list[Unknown]`
[error] unresolved-attribute - Attribute `extend` is not defined on `None` in union `(Unknown & ~AlwaysFalsy) | (Unknown & ~AlwaysTruthy) | None | list[Unknown]`

setuptools/_vendor/backports/tarfile/__init__.py

[error] unresolved-attribute - Attribute `offset` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `offset` is not defined on `None` in union `(Unknown & ~None) | None`

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

lib/spack/spack/cmd/style.py

[error] unresolved-attribute - Attribute `lineno` is not defined on `AST & ~Str` in union `Str | (AST & ~Str)`
[error] unresolved-attribute - Attribute `col_offset` is not defined on `AST & ~Str` in union `Str | (AST & ~Str)`

lib/spack/spack/detection/path.py

[error] invalid-argument-type - Argument to function `dedupe_paths` is incorrect: Expected `list[str]`, found `Unknown | list[int | str | bytes | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument to function `dedupe_paths` is incorrect: Expected `list[str]`, found `Unknown | list[int | bytes | PathLike[str] | ... omitted 3 union elements]`

lib/spack/spack/llnl/util/filesystem.py

[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Sized | Unknown`
[error] invalid-argument-type - Argument to function `move` is incorrect: Expected `str | PathLike[str]`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `move` is incorrect: Expected `str | PathLike[str]`, found `Sized | Unknown`

lib/spack/spack/solver/requirements.py

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

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

[error] unresolved-attribute - Attribute `empty` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `empty` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `multiline` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `multiline` is not defined on `None` in union `None | Unknown`

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

static_frame/core/container_util.py

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

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

sympy/core/add.py

[error] not-iterable - Object of type `None | set[Unknown]` may not be iterable
[error] not-iterable - Object of type `None | (set[Unknown] & ~AlwaysFalsy)` may not be iterable

sympy/matrices/matrixbase.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[MatrixBase, MatrixBase | Expr, str]`, found `tuple[MatrixBase | Unknown, None | MatrixBase | Expr | Unknown, Literal["invalid_type", "is_matrix", "possible_scalar"]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[MatrixBase, MatrixBase | Expr, str]`, found `tuple[MatrixBase | Unknown, None | Expr | MatrixBase | Unknown, Literal["invalid_type", "is_matrix", "possible_scalar"]]`

sympy/ntheory/factor_.py

[error] not-iterable - Object of type `Unknown | None` may not be iterable
[error] not-iterable - Object of type `(Unknown & ~None) | None` may not be iterable

sympy/polys/domains/domain.py

[error] invalid-argument-type - Argument to bound method `from_sympy` is incorrect: Expected `Expr`, found `(Es@convert & Basic & ~Er@Domain & ~MPZ & ~DomainElement) | (Expr & ~Er@Domain & ~MPZ & ~DomainElement)`
[error] invalid-argument-type - Argument to bound method `from_sympy` is incorrect: Expected `Expr`, found `(Es@convert & Unknown & Basic & ~Er@Domain & ~MPZ & ~DomainElement) | (Expr & Unknown & ~Er@Domain & ~MPZ & ~DomainElement) | (Es@convert & MPQ & Basic & ~Er@Domain & ~MPZ & ~DomainElement) | (Expr & MPQ & ~Er@Domain & ~MPZ & ~DomainElement)`

sympy/printing/preview.py

[error] invalid-argument-type - Argument to function `move` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `str | PathLike[str]` of type variable `_StrPathT`
[error] invalid-argument-type - Argument to function `move` is incorrect: Argument type `(Unknown & ~None) | None` does not satisfy upper bound `str | PathLike[str]` of type variable `_StrPathT`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `write` is not defined on `None` in union `None | (Unknown & ~None)`

sympy/series/order.py

[error] unresolved-attribute - Attribute `exp` is not defined on `Add & ~AlwaysFalsy & ~Function`, `Mul & ~AlwaysFalsy & ~Function` in union `(Unknown & ~Function) | (Add & ~AlwaysFalsy & ~Function) | (Mul & ~AlwaysFalsy & ~Function)`
[error] unresolved-attribute - Attribute `exp` is not defined on `Add & ~AlwaysFalsy & ~Function`, `Mul & ~AlwaysFalsy & ~Function` in union `(Unknown & ~AlwaysFalsy & ~Function) | (Add & ~AlwaysFalsy & ~Function) | (Mul & ~AlwaysFalsy & ~Function)`
[error] unresolved-attribute - Attribute `base` is not defined on `Add & ~AlwaysFalsy & ~Function`, `Mul & ~AlwaysFalsy & ~Function` in union `(Unknown & ~Function) | (Add & ~AlwaysFalsy & ~Function) | (Mul & ~AlwaysFalsy & ~Function)`
[error] unresolved-attribute - Attribute `base` is not defined on `Add & ~AlwaysFalsy & ~Function`, `Mul & ~AlwaysFalsy & ~Function` in union `(Unknown & ~AlwaysFalsy & ~Function) | (Add & ~AlwaysFalsy & ~Function) | (Mul & ~AlwaysFalsy & ~Function)`

sympy/stats/rv.py

[warning] possibly-unresolved-reference - Name `d` used when possibly not defined

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

src/trio/_ssl.py

[warning] possibly-unresolved-reference - Name `ret` used when possibly not defined

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

src/urllib3/http2/connection.py

[warning] possibly-unresolved-reference - Name `headers` used when possibly not defined

websockets (https://github.com/aaugustin/websockets)

src/websockets/asyncio/connection.py

[error] unresolved-reference - Name `exceptions` used when not defined
[error] unresolved-reference - Name `exceptions` used when not defined
[error] unresolved-reference - Name `exceptions` used when not defined
[error] unresolved-reference - Name `ExceptionGroup` used when not defined
[error] unresolved-reference - Name `exceptions` used when not defined

src/websockets/legacy/protocol.py

[error] unresolved-reference - Name `exceptions` used when not defined
[error] unresolved-reference - Name `exceptions` used when not defined
[error] unresolved-reference - Name `exceptions` used when not defined
[error] unresolved-reference - Name `ExceptionGroup` used when not defined
[error] unresolved-reference - Name `exceptions` used when not defined

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

xarray/tests/test_dataset.py

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