Ecosystem report

Old: main (merge base) 66defe95 New: 23201/merge 000bada3
Lint Rule Removed Added Changed
Total 93 4 56
invalid-key 51 0 0
unresolved-attribute 4 0 32
possibly-unresolved-reference 20 0 0
invalid-argument-type 3 1 12
unresolved-reference 10 0 0
unsupported-operator 1 0 6
invalid-return-type 0 2 3
not-iterable 0 0 2
unused-type-ignore-comment 1 1 0
invalid-assignment 0 0 1
no-matching-overload 1 0 0
possibly-missing-attribute 1 0 0
type-assertion-failure 1 0 0
Project Removed Added Changed
Total 93 4 56
pydantic flaky 51 0 0
scipy flaky 12 0 2
pandas flaky 0 2 11
kopf 0 0 10
websockets 10 0 0
spack flaky 2 0 6
dd-trace-py flaky 0 0 7
core flaky 5 0 1
sympy flaky 1 0 5
prefect flaky 2 0 3
ignite 0 1 3
hydpy 1 1 0
manticore 2 0 0
meson flaky 0 0 2
pycryptodome 2 0 0
cwltool 0 0 1
django-stubs 0 0 1
egglog-python 1 0 0
graphql-core 0 0 1
hydra-zen 1 0 0

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

homeassistant/components/asuswrt/helpers.py

[error] invalid-return-type - Return type does not match returned value: expected `T@translate_to_legacy`, found `list[object]`
[error] invalid-return-type - Return type does not match returned value: expected `T@translate_to_legacy`, found `list[Unknown | str]`

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

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)

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`

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

mypy_django_plugin/django/context.py

[error] unresolved-attribute - Attribute `base_field` is not defined on `Field[Any, Any] & ArrayField`, `ForeignObjectRel & ArrayField` in union `(Field[Any, Any] & Top[django.contrib.postgres.fields.array.ArrayField[Unknown, Unknown]]) | (ForeignObjectRel & Top[django.contrib.postgres.fields.array.ArrayField[Unknown, Unknown]]) | (Field[Any, Any] & mypy_django_plugin.django.context.ArrayField) | (ForeignObjectRel & mypy_django_plugin.django.context.ArrayField)`
[error] unresolved-attribute - Attribute `base_field` is not defined on `Field[Any, Any] & ArrayField`, `ForeignObjectRel & ArrayField`, `Field[Unknown, Unknown] & ArrayField` in union `(Field[Any, Any] & Top[django.contrib.postgres.fields.array.ArrayField[Unknown, Unknown]]) | (ForeignObjectRel & Top[django.contrib.postgres.fields.array.ArrayField[Unknown, Unknown]]) | (Field[Any, Any] & mypy_django_plugin.django.context.ArrayField) | ... omitted 3 union elements`

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`

hydpy/exe/xmltools.py

[error] invalid-return-type - Return type does not match returned value: expected `_TypeSetOrAddOrMultiplyItem@_get_changeitem`, found `SetItem | (_TypeSetOrAddOrMultiplyItem@_get_changeitem & ~SetItem)`

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

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"]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `None | str` and `Literal["horovod"]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str | None` and `Literal["horovod"]`
[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"]`

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`

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

mesonbuild/interpreter/interpreter.py

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

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

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Hashable & ~slice[object, object, object] & ~DataFrame`

pandas/core/indexes/base.py

[error] invalid-return-type - Return type does not match returned value: expected `list[Hashable]`, found `(Top[list[Unknown]] & ~AlwaysFalsy) | list[Hashable] | list[Unknown | None] | list[Unknown | (Hashable & ~None)]`
[error] invalid-return-type - Return type does not match returned value: expected `list[Hashable]`, found `(Top[list[Unknown]] & ~AlwaysFalsy) | (list[Unknown | int | str] & ~AlwaysFalsy) | list[Hashable] | list[Unknown | None] | list[Unknown | (Hashable & ~None)]`

pandas/core/tools/datetimes.py

[error] unresolved-attribute - Attribute `_dt_tz_convert` is not defined on `ndarray[tuple[Any, ...], dtype[Any]] & ~Index` in union `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~NumpyExtensionArray & ~Index) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Index)`
[error] unresolved-attribute - Attribute `_dt_tz_convert` is not defined on `ndarray[tuple[Any, ...], dtype[Any]] & ~Index`, `ndarray[tuple[Any, ...], dtype[Unknown]] & ~Index` in union `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~NumpyExtensionArray & ~Index) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Index) | (ndarray[tuple[Any, ...], dtype[Unknown]] & ~Index)`
[error] unresolved-attribute - Attribute `_dt_tz_localize` is not defined on `ndarray[tuple[Any, ...], dtype[Any]] & ~Index` in union `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~NumpyExtensionArray & ~Index) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Index)`
[error] unresolved-attribute - Attribute `_dt_tz_localize` is not defined on `ndarray[tuple[Any, ...], dtype[Any]] & ~Index`, `ndarray[tuple[Any, ...], dtype[Unknown]] & ~Index` in union `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~NumpyExtensionArray & ~Index) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Index) | (ndarray[tuple[Any, ...], dtype[Unknown]] & ~Index)`

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/tests/tseries/holiday/test_holiday.py

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

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

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`

lib/Crypto/Util/asn1.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `Literal[-1] | Unknown | None` and `Literal[0]`

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`

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

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

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `None | int | float`, found `None | Unknown | generic[Any] | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `None | int | float`, found `Unknown | generic[Any] | int | ... omitted 6 union elements`

subprojects/pyprima/pyprima/pyprima/src/pyprima/common/selectx.py

[error] invalid-return-type - Return type does not match returned value: expected `builtins.bool`, found `builtins.bool | (numpy.bool[builtins.bool] & ~AlwaysTruthy) | (numpy.bool[builtins.bool] & ~AlwaysFalsy) | Any`
[error] invalid-return-type - Return type does not match returned value: expected `builtins.bool`, found `builtins.bool | numpy.bool[builtins.bool] | Any`

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

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

[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'>) | (Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'>)` has no attribute `namespace`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'>) | (Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'>)` has no attribute `namespace`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'>) | (Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'>)` has no attribute `name`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'>) | (Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'>)` has no attribute `name`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'> & ~<Protocol with members 'determine_version'>) | (Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'> & ~<Protocol with members 'determine_version'>)` has no attribute `name`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'> & ~<Protocol with members 'determine_version'>) | (Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'> & ~<Protocol with members 'determine_version'>)` has no attribute `name`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'> & ~<Protocol with members 'determine_version'>) | (Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'> & ~<Protocol with members 'determine_version'>)` has no attribute `namespace`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'> & ~<Protocol with members 'determine_version'>) | (Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'> & ~<Protocol with members 'determine_version'>)` has no attribute `namespace`

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

[error] not-iterable - Object of type `<Protocol with members '__iter__'> & ~date & ~datetime64[date | int | None] & ~int & ~Top[integer[Any]] & ~<Protocol with members '__len__'>` is not iterable
[error] not-iterable - Object of type `<Protocol with members '__iter__'> & ~<Protocol with members '__len__'> & ~date & ~datetime64[date | int | None] & ~int & ~Top[integer[Any]]` is not iterable

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

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

[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[1]` and `(Basic & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | Divergent`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[1]` and `(Zero & ~AlwaysFalsy) | (Basic & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | Divergent`

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