Ecosystem report

Old: main (merge base) ecab623f New: 21685/merge 94d3c5fe
Lint Rule Removed Added Changed
Total 100 358 81
invalid-argument-type 18 70 77
unresolved-attribute 0 85 0
unused-ignore-comment 81 0 0
possibly-missing-attribute 0 48 0
invalid-return-type 1 34 4
unknown-argument 0 39 0
invalid-assignment 0 38 0
missing-argument 0 10 0
parameter-already-assigned 0 8 0
no-matching-overload 0 7 0
too-many-positional-arguments 0 5 0
unsupported-operator 0 5 0
not-iterable 0 3 0
unsupported-base 0 2 0
deprecated 0 1 0
invalid-context-manager 0 1 0
invalid-type-form 0 1 0
redundant-cast 0 1 0
Project Removed Added Changed
Total 100 358 81
static-frame 26 2 69
sympy 1 58 0
pandera 39 16 2
dd-trace-py 0 48 0
prefect 0 48 0
ibis 1 30 7
core 1 30 0
werkzeug 0 18 0
setuptools 0 14 0
openlibrary 0 13 0
spack 0 13 0
pydantic 5 7 0
discord.py 8 2 0
pandas 3 4 0
hydpy 0 6 0
comtypes 1 4 0
poetry 0 5 0
artigraph 1 3 0
attrs 0 4 0
scrapy 1 3 0

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

tanjun/annotations.py

[error] invalid-argument-type - :451:17 - Argument is incorrect: Expected `Sequence[(...) -> Coroutine[Any, Any, Any] | Any]`, found `(((...) -> Coroutine[Any, Any, Any] | Any) & Sequence[object]) | Sequence[(...) -> Coroutine[Any, Any, Any] | Any]`

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

altair/utils/schemapi.py

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

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

src/arti/internal/mappings.py

[error] invalid-argument-type - :44:28 - Argument is incorrect: Expected `((Any, /) -> Any) | ((Any, ValidationInfo[Any], /) -> Any)`, found `type[Self@_get_functional_schema]`
[error] invalid-type-form - :253:64 - Variable of type `type[V@TypedBox]` is not allowed in a type expression

src/arti/types/python.py

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

src/arti/views/__init__.py

[error] invalid-return-type - :107:16 - Return type does not match returned value: expected `type[Self@get_class_for]`, found `type[View] | (Unknown & ~None)`

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

src/attr/_version_info.py

[error] unknown-argument - :48:13 - Argument `year` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :48:29 - Argument `minor` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :48:46 - Argument `micro` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :48:63 - Argument `releaselevel` does not match any known parameter of bound method `__init__`

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

beartype/claw/_package/clawpkgtrie.py

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

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

src/bokeh/model/model.py

[error] unresolved-attribute - :98:13 - Unresolved attribute `__signature__` on type `def __init__(self, *args: Any, **kwargs: Any) -> None`.

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

cloudinit/distros/__init__.py

[error] invalid-argument-type - :1347:30 - Argument to function `subp` is incorrect: Expected `str | bytes | list[str] | list[bytes]`, found `list[Unknown | list[str] | str]`

comtypes (https://github.com/enthought/comtypes)

comtypes/_post_coinit/unknwn.py

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

comtypes/safearray.py

[error] invalid-argument-type - :159:27 - Argument to function `cast` is incorrect: Argument type `Self@create` does not satisfy upper bound `_CanCastTo` of type variable `_CastT`
[error] invalid-argument-type - :215:27 - Argument to function `cast` is incorrect: Argument type `Self@create_from_ndarray` does not satisfy upper bound `_CanCastTo` of type variable `_CastT`
[error] unresolved-attribute - :384:34 - Object of type `type[Self@from_param]` has no attribute `_type_`
[error] unresolved-attribute - :386:26 - Object of type `type[Self@from_param]` has no attribute `_type_`

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

homeassistant/components/recorder/db_schema.py

[error] unknown-argument - :646:13 - Argument `metadata_id` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :647:13 - Argument `created` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :648:13 - Argument `created_ts` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :649:13 - Argument `start` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :650:13 - Argument `start_ts` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :651:13 - Argument `mean` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :652:13 - Argument `mean_weight` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :653:13 - Argument `min` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :654:13 - Argument `max` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :655:13 - Argument `last_reset` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :656:13 - Argument `last_reset_ts` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :657:13 - Argument `state` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :658:13 - Argument `sum` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :670:13 - Argument `metadata_id` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :671:13 - Argument `created` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :672:13 - Argument `created_ts` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :673:13 - Argument `start` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :674:13 - Argument `start_ts` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :675:13 - Argument `mean` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :676:13 - Argument `mean_weight` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :677:13 - Argument `min` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :678:13 - Argument `max` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :679:13 - Argument `last_reset` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :680:13 - Argument `last_reset_ts` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :681:13 - Argument `state` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :682:13 - Argument `sum` does not match any known parameter of bound method `__init__`

homeassistant/components/rflink/entity.py

[warning] possibly-missing-attribute - :219:22 - Attribute `send_command_ack` may be missing on object of type `Unknown | None`

homeassistant/components/tuya/models.py

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

homeassistant/components/yeelight/scanner.py

[error] invalid-assignment - :55:13 - Object of type `Self@async_get` is not assignable to attribute `_scanner` of type `typing.Self | None`
[error] invalid-return-type - :56:16 - Return type does not match returned value: expected `Self@async_get`, found `typing.Self | None`

homeassistant/helpers/restore_state.py

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

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

ddtrace/appsec/_iast/taint_sinks/weak_randomness.py

[error] invalid-argument-type - :10:43 - Argument to bound method `report` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | None`

ddtrace/debugging/_origin/span.py

[warning] redundant-cast - :95:16 - Value is already of type `ExitSpanProbe`

ddtrace/internal/symbol_db/symbols.py

[error] invalid-argument-type - :132:13 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Symbol]`, found `chain[Self@from_code]`

ddtrace/llmobs/_llmobs.py

[warning] possibly-missing-attribute - :721:14 - Attribute `_dne_client` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :736:14 - Attribute `_dne_client` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :805:14 - Attribute `_dne_client` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :809:13 - Attribute `_dne_client` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :814:16 - Attribute `_dne_client` may be missing on object of type `Unknown | None`
[error] invalid-assignment - :908:9 - Object of type `((LLMObsSpan, /) -> LLMObsSpan | None) | None` is not assignable to attribute `_user_span_processor` on type `Unknown | None`
[warning] possibly-missing-attribute - :924:9 - Attribute `stop` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :978:27 - Attribute `tracer` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :984:17 - Attribute `tracer` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :992:18 - Attribute `_annotation_context_lock` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :994:17 - Attribute `_annotations` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :999:18 - Attribute `_annotation_context_lock` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1000:49 - Attribute `_annotations` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1002:25 - Attribute `_annotations` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1020:13 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1026:13 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1027:13 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1062:20 - Attribute `_current_span` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1187:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1217:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1239:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1261:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1285:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1319:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1349:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1374:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1457:24 - Attribute `_current_span` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1796:13 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1805:23 - Attribute `_llmobs_context_provider` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1844:24 - Attribute `tracer` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1891:17 - Attribute `_llmobs_context_provider` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1895:13 - Attribute `_llmobs_context_provider` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1913:9 - Attribute `tracer` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1914:9 - Attribute `_activate_llmobs_distributed_context` may be missing on object of type `Unknown | None`

tests/debugging/exploration/debugger.py

[error] invalid-assignment - :206:9 - Object of type `LightProbeRegistry` is not assignable to attribute `_probe_registry` on type `Debugger | None`
[warning] possibly-missing-attribute - :206:60 - Attribute `_status_logger` may be missing on object of type `Debugger | None`
[warning] possibly-missing-attribute - :208:9 - Attribute `__uploader__` may be missing on object of type `Debugger | None`
[error] invalid-assignment - :208:9 - Object of type `bound method type[Self@enable].on_snapshot(snapshot: Snapshot) -> None` is not assignable to attribute `on_snapshot` on type `Unknown | SignalCollector | None`
[warning] possibly-missing-attribute - :218:20 - Attribute `_probe_registry` may be missing on object of type `Debugger | None`
[error] unresolved-attribute - :244:28 - Object of type `Probe` has no attribute `probe`
[error] unresolved-attribute - :246:28 - Object of type `Probe` has no attribute `error_type`
[error] unresolved-attribute - :246:44 - Object of type `Probe` has no attribute `message`
[warning] possibly-missing-attribute - :258:16 - Attribute `snapshots` may be missing on object of type `Unknown | SignalCollector | None`
[warning] possibly-missing-attribute - :264:16 - Attribute `probes` may be missing on object of type `Unknown | SignalCollector | None`

tests/debugging/origin/test_span.py

[error] invalid-argument-type - :26:33 - Argument to bound method `instrument_view` is incorrect: Expected `FunctionType | MethodType`, found `(...) -> Unknown`

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

discord/invite.py

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

discord/gateway.py

[error] invalid-assignment - :402:13 - Implicit shadowing of function `send`
[error] invalid-assignment - :403:13 - Implicit shadowing of function `log_receive`

discord/guild.py

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

discord/member.py

[warning] unused-ignore-comment - :362:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :371:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :391:69 - Unused blanket `type: ignore` directive

discord/webhook/async_.py

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

discord/webhook/sync.py

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

discord/welcome_screen.py

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

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

mypy_django_plugin/lib/helpers.py

[error] missing-argument - :226:16 - No argument provided for required parameter `cls`
[error] parameter-already-assigned - :226:20 - Multiple values provided for parameter `cls`

django-test-migrations (https://github.com/wemake-services/django-test-migrations)

django_test_migrations/contrib/unittest_case.py

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

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

freqtrade/rpc/api_server/webserver.py

[error] invalid-assignment - :103:9 - Object of type `None` is not assignable to attribute `_rpc` of type `RPC`

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

src/graphql/language/ast.py

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

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

hydpy/core/modeltools.py

[error] not-iterable - :2712:27 - Object of type `object` is not iterable

hydpy/core/parametertools.py

[error] unsupported-operator - :1540:20 - Operator `*` is unsupported between objects of type `ArrayFloat@apply_timefactor` and `int | float`
[error] unsupported-operator - :1542:20 - Operator `/` is unsupported between objects of type `ArrayFloat@apply_timefactor` and `int | float`
[error] unsupported-operator - :1569:20 - Operator `/` is unsupported between objects of type `ArrayFloat@revert_timefactor` and `int | float`
[error] unsupported-operator - :1571:20 - Operator `*` is unsupported between objects of type `ArrayFloat@revert_timefactor` and `int | float`

hydpy/core/testtools.py

[error] invalid-context-manager - :1346:14 - Object of type `Self@clear` cannot be used with `with` because it does not correctly implement `__exit__`

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

src/hydra_zen/structured_configs/_implementations.py

[error] no-matching-overload - :3242:9 - No overload of bound method `builds` matches arguments
[error] invalid-return-type - :1325 -
Old: Return type does not match returned value: expected `_T@_sanitize_collection`, found `dict[Unknown, Unknown]`
New: Return type does not match returned value: expected `_T@_sanitize_collection`, found `dict[int | None | float | ... omitted 13 union elements, int | None | float | ... omitted 13 union elements]`

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

ibis/common/typing.py

[error] unresolved-attribute - :241:37 - Object of type `type[Self@__class_getitem__]` has no attribute `__parameters__`
[error] unresolved-attribute - :243:16 - Object of type `<super: <class 'DefaultTypeVars'>, <class 'DefaultTypeVars'>>` has no attribute `__class_getitem__`

ibis/backends/__init__.py

[error] unresolved-attribute - :1248:31 - Object of type `type[Self@register_options]` has no attribute `Options`

ibis/backends/athena/__init__.py

[error] invalid-argument-type - :389:35 - Argument to bound method `_post_connect` is incorrect: Expected `str`, found `str | None`

ibis/backends/bigquery/datatypes.py

[error] invalid-argument-type - :50 -
Old: Argument is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`
New: Argument is incorrect: Expected `bool`, found `dict[Unknown, DataType | Unknown]`
[error] invalid-argument-type - :67 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, DataType | Unknown]`

ibis/backends/databricks/__init__.py

[error] invalid-argument-type - :440:35 - Argument to bound method `_post_connect` is incorrect: Expected `str`, found `str | None`

ibis/backends/flink/datatypes.py

[error] invalid-argument-type - :75 -
Old: Argument is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`
New: Argument is incorrect: Expected `bool`, found `dict[Unknown, DataType | Unknown]`

ibis/backends/polars/rewrites.py

[error] invalid-argument-type - :22:28 - Argument is incorrect: Expected `FrozenDict[str, str]`, found `dict[Unknown, str | Unknown]`

ibis/backends/sql/datatypes.py

[error] invalid-argument-type - :209:13 - Argument is incorrect: Expected `bool`, found `DataType`
[error] invalid-argument-type - :254:23 - Argument is incorrect: Expected `bool`, found `DataType`
[error] invalid-argument-type - :279 -
Old: Argument is incorrect: Expected `Literal[0, 1, 2, 3, 4, ... omitted 5 literals] | None`, found `Unknown | int`
New: Argument is incorrect: Expected `Literal[0, 1, 2, 3, 4, ... omitted 5 literals] | None`, found `int | None`
[error] invalid-argument-type - :295 -
Old: Argument is incorrect: Expected `Literal[0, 1, 2, 3, 4, ... omitted 5 literals] | None`, found `Unknown | int`
New: Argument is incorrect: Expected `Literal[0, 1, 2, 3, 4, ... omitted 5 literals] | None`, found `int | None`
[error] invalid-argument-type - :305 -
Old: Argument is incorrect: Expected `Literal[0, 1, 2, 3, 4, ... omitted 5 literals] | None`, found `Unknown | int`
New: Argument is incorrect: Expected `Literal[0, 1, 2, 3, 4, ... omitted 5 literals] | None`, found `int | None`
[error] invalid-argument-type - :319:32 - Argument is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - :1317:34 - Argument is incorrect: Expected `bool`, found `DataType`

ibis/backends/tests/base.py

[error] not-iterable - :186:20 - Object of type `property` is not iterable

ibis/common/annotations.py

[error] invalid-argument-type - :292:13 - Argument to bound method `__init__` is incorrect: Expected `_ParameterKind`, found `int`

ibis/common/bases.py

[error] invalid-return-type - :107:20 - Return type does not match returned value: expected `Self@__create__`, found `typing.Self`
[error] invalid-assignment - :110:13 - Cannot assign to a subscript on an object of type `Mapping[Any, typing.Self]`
[error] invalid-assignment - :119:9 - Implicit shadowing of function `__init_subclass__`

ibis/common/tests/test_patterns.py

[error] too-many-positional-arguments - :330:24 - Too many positional arguments to bound method `__init__`: expected 1, got 3

ibis/expr/datatypes/core.py

[error] invalid-argument-type - :721:13 - Argument is incorrect: Expected `Literal[0, 1, 2, 3, 4, ... omitted 5 literals] | None`, found `int`
[error] missing-argument - :968:16 - No argument provided for required parameter `fields`
[error] invalid-argument-type - :968:20 - Argument is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`
[error] parameter-already-assigned - :968:33 - Multiple values provided for parameter `nullable`

ibis/expr/operations/udf.py

[error] invalid-return-type - :155:16 - Return type does not match returned value: expected `type[S@_make_node]`, found `type`
[error] invalid-argument-type - :155:50 - Argument to class `type` is incorrect: Expected `tuple[type, ...]`, found `tuple[property]`

ibis/expr/rewrites.py

[error] invalid-argument-type - :94:56 - Argument is incorrect: Expected `FrozenDict[Node, Node] | None`, found `Mapping[Node, Node] | None`

ibis/expr/schema.py

[error] invalid-argument-type - :140:24 - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :153:20 - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :255:24 - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :276:20 - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`

ibis/formats/polars.py

[error] invalid-argument-type - :70:29 - Argument is incorrect: Expected `bool`, found `DataType`

ibis/formats/pyarrow.py

[error] invalid-argument-type - :95:29 - Argument is incorrect: Expected `bool`, found `DataType`
[error] invalid-argument-type - :98:29 - Argument is incorrect: Expected `bool`, found `DataType`
[error] invalid-argument-type - :103 -
Old: Argument is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`
New: Argument is incorrect: Expected `bool`, found `dict[Unknown, DataType | Unknown]`
[error] invalid-argument-type - :108:27 - Argument is incorrect: Expected `bool`, found `DataType`

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

jax/_src/checkify.py

[error] too-many-positional-arguments - :171:27 - Too many positional arguments to bound method `__init__`: expected 5, got 6

jax/_src/clusters/cluster.py

[error] unresolved-attribute - :56:57 - Object of type `type[ClusterEnv]` has no attribute `name`

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

kornia/feature/dedode/dedode.py

[warning] unused-ignore-comment - :232:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :233:54 - Unused blanket `type: ignore` directive

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

manticore/core/workspace.py

[error] not-iterable - :96:25 - Object of type `list[type[Self@fromdescriptor]]` is not iterable
[error] unresolved-attribute - :97:16 - Object of type `type[Self@fromdescriptor]` has no attribute `store_type`

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

mitmproxy/proxy/mode_servers.py

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

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

openlibrary/accounts/model.py

[warning] possibly-missing-attribute - :482:13 - Attribute `get_user` may be missing on object of type `OpenLibraryAccount | None`

openlibrary/core/db.py

[error] unresolved-attribute - :44:17 - Object of type `type[Self@update_work_id]` has no attribute `TABLENAME`
[error] unresolved-attribute - :75:17 - Object of type `type[Self@update_work_ids_individually]` has no attribute `TABLENAME`
[error] unresolved-attribute - :82:63 - Object of type `type[Self@update_work_ids_individually]` has no attribute `PRIMARY_KEY`
[error] unresolved-attribute - :88:31 - Object of type `type[Self@update_work_ids_individually]` has no attribute `TABLENAME`
[error] unresolved-attribute - :95:43 - Object of type `type[Self@update_work_ids_individually]` has no attribute `TABLENAME`
[error] unresolved-attribute - :97:33 - Object of type `type[Self@update_work_ids_individually]` has no attribute `ALLOW_DELETE_ON_CONFLICT`
[error] unresolved-attribute - :102:24 - Object of type `type[Self@update_work_ids_individually]` has no attribute `ALLOW_DELETE_ON_CONFLICT`
[error] unresolved-attribute - :112:17 - Object of type `type[Self@select_all_by_username]` has no attribute `TABLENAME`
[error] unresolved-attribute - :123:17 - Object of type `type[Self@update_username]` has no attribute `TABLENAME`
[error] unresolved-attribute - :143:17 - Object of type `type[Self@delete_all_by_username]` has no attribute `TABLENAME`

openlibrary/core/edits.py

[error] invalid-argument-type - :179:28 - Argument to bound method `submit_request` is incorrect: Expected `str`, found `type[Self@submit_delete_request]`
[error] parameter-already-assigned - :179:38 - Multiple values provided for parameter `submitter` of bound method `submit_request`

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

pandas/core/arrays/datetimes.py

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

pandas/core/arrays/interval.py

[error] invalid-argument-type - :1147:73 - Argument to bound method `_ensure_simple_new_inputs` is incorrect: Expected `Literal["left", "right", "both", "neither"] | None`, found `str | Unknown`

pandas/core/arrays/masked.py

[error] invalid-argument-type - :156:54 - Argument to bound method `_coerce_to_array` is incorrect: Expected `dtype[Any] | ExtensionDtype`, found `Unknown | None`

pandas/core/arrays/string_arrow.py

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

pandas/core/arrays/timedeltas.py

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

pandas/core/indexes/base.py

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

pandas/io/formats/style.py

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

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

pandera/api/dataframe/model.py

[error] invalid-assignment - :247:13 - Object of type `type` is not assignable to attribute `Config` of type `type[BaseConfig]`
[error] invalid-return-type - :457 -
Old: Return type does not match returned value: expected `tuple[type[BaseConfig], dict[str, Any]]`, found `tuple[type, Unknown]`
New: Return type does not match returned value: expected `tuple[type[BaseConfig], dict[str, Any]]`, found `tuple[type, dict[str, Any]]`

pandera/api/pandas/model.py

[error] invalid-argument-type - :209:30 - Argument to function `__new__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `dict_keys[Any, Any]`
[error] invalid-argument-type - :210 -
Old: Argument to bound method `astype` is incorrect: Expected `type | str | ExtensionDtype | ... omitted 3 union elements`, found `dict[Unknown, Unknown | None]`
New: Argument to bound method `astype` is incorrect: Expected `type | str | ExtensionDtype | ... omitted 3 union elements`, found `dict[str | Unknown, Any | None]`

pandera/api/pyspark/model.py

[error] invalid-assignment - :148:13 - Object of type `type` is not assignable to attribute `Config` of type `type[BaseConfig]`
[warning] unused-ignore-comment - :249:24 - Unused blanket `type: ignore` directive

pandera/engines/pandas_engine.py

[error] unknown-argument - :1179:13 - Argument `fill_value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1753:17 - Argument `precision` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1753:52 - Argument `scale` does not match any known parameter of bound method `__init__`
[error] missing-argument - :1805:20 - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - :1842:26 - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - :1872:20 - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - :2014:20 - No argument provided for required parameter `dtype` of bound method `__init__`
[warning] unused-ignore-comment - :669:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :931:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1149:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1200:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1754:16 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1775:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1806:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1807:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1808:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1843:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1844:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1847:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1876:20 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1936:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1954:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1980:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2015:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2016:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2017:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2049:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2051:33 - Unused blanket `type: ignore` directive

pandera/engines/pyarrow_engine.py

[error] unknown-argument - :243:13 - Argument `precision` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :243:48 - Argument `scale` does not match any known parameter of bound method `__init__`
[error] missing-argument - :289:16 - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - :323:22 - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - :352:16 - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - :490:16 - No argument provided for required parameter `dtype` of bound method `__init__`
[warning] unused-ignore-comment - :244:12 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :262:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :290:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :291:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :292:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :324:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :325:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :328:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :355:16 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :415:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :432:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :457:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :491:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :492:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :493:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :522:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :524:29 - Unused blanket `type: ignore` directive

parso (https://github.com/davidhalter/parso)

parso/normalizer.py

[error] unresolved-attribute - :100:17 - Object of type `type[Self@register_rule]` has no attribute `rule_value_classes`
[error] unresolved-attribute - :102:17 - Object of type `type[Self@register_rule]` has no attribute `rule_type_classes`

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

src/pip/_vendor/rich/text.py

[error] invalid-argument-type - :397:24 - Argument to bound method `append` is incorrect: Expected `Text | str`, found `str | Style`

src/pip/_vendor/urllib3/util/retry.py

[error] unresolved-attribute - :346:59 - Object of type `type[Self@from_int]` has no attribute `DEFAULT`

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

src/poetry/inspection/info.py

[error] invalid-assignment - :466:9 - Object of type `Literal["directory"]` is not assignable to attribute `_source_type` on type `PackageInfo | None | Unknown`
[error] invalid-assignment - :467:9 - Object of type `str` is not assignable to attribute `_source_url` on type `PackageInfo | None | Unknown`
[error] invalid-return-type - :469:16 - Return type does not match returned value: expected `PackageInfo`, found `PackageInfo | None | Unknown`

src/poetry/publishing/uploader.py

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

src/poetry/utils/env/python/providers.py

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

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

src/prefect/cli/transfer/_migratable_resources/automations.py

[error] invalid-return-type - :52:20 - Return type does not match returned value: expected `Self@construct`, found `typing.Self`
[error] invalid-assignment - :54:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, typing.Self]`
[error] invalid-return-type - :62:20 - Return type does not match returned value: expected `MigratableResource[Automation] | None`, found `typing.Self`

src/prefect/cli/transfer/_migratable_resources/blocks.py

[error] invalid-return-type - :48:20 - Return type does not match returned value: expected `Self@construct`, found `typing.Self`
[error] invalid-assignment - :50:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, typing.Self]`
[error] invalid-return-type - :58:20 - Return type does not match returned value: expected `MigratableResource[BlockType] | None`, found `typing.Self`
[error] invalid-return-type - :102:20 - Return type does not match returned value: expected `Self@construct`, found `typing.Self`
[error] invalid-assignment - :104:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, typing.Self]`
[error] invalid-return-type - :112:20 - Return type does not match returned value: expected `MigratableResource[BlockSchema] | None`, found `typing.Self`
[error] invalid-return-type - :242:20 - Return type does not match returned value: expected `Self@construct`, found `typing.Self`
[error] invalid-assignment - :244:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, typing.Self]`
[error] invalid-return-type - :252:20 - Return type does not match returned value: expected `MigratableResource[BlockDocument] | None`, found `typing.Self`

src/prefect/cli/transfer/_migratable_resources/concurrency_limits.py

[error] invalid-return-type - :50:20 - Return type does not match returned value: expected `Self@construct`, found `typing.Self`
[error] invalid-assignment - :52:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, typing.Self]`
[error] invalid-return-type - :60:20 - Return type does not match returned value: expected `MigratableResource[GlobalConcurrencyLimitResponse] | None`, found `typing.Self`

src/prefect/cli/transfer/_migratable_resources/deployments.py

[error] invalid-return-type - :45:20 - Return type does not match returned value: expected `Self@construct`, found `typing.Self`
[error] invalid-assignment - :47:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, typing.Self]`
[error] invalid-return-type - :55:20 - Return type does not match returned value: expected `MigratableResource[DeploymentResponse] | None`, found `typing.Self`

src/prefect/cli/transfer/_migratable_resources/flows.py

[error] invalid-return-type - :39:20 - Return type does not match returned value: expected `Self@construct`, found `typing.Self`
[error] invalid-assignment - :41:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, typing.Self]`
[error] invalid-return-type - :47:20 - Return type does not match returned value: expected `MigratableResource[Flow] | None`, found `typing.Self`

src/prefect/cli/transfer/_migratable_resources/variables.py

[error] invalid-return-type - :42:20 - Return type does not match returned value: expected `Self@construct`, found `typing.Self`
[error] invalid-assignment - :44:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, typing.Self]`
[error] invalid-return-type - :50:20 - Return type does not match returned value: expected `MigratableResource[Variable] | None`, found `typing.Self`

src/prefect/cli/transfer/_migratable_resources/work_pools.py

[error] invalid-return-type - :48:20 - Return type does not match returned value: expected `Self@construct`, found `typing.Self`
[error] invalid-assignment - :52:13 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, typing.Self]`
[error] invalid-return-type - :58:20 - Return type does not match returned value: expected `MigratableResource[WorkPool] | None`, found `typing.Self`
[error] unresolved-attribute - :66:16 - Object of type `typing.Self` has no attribute `source_work_pool`
[error] invalid-return-type - :67:24 - Return type does not match returned value: expected `MigratableResource[WorkPool] | None`, found `typing.Self`

src/prefect/cli/transfer/_migratable_resources/work_queues.py

[error] invalid-return-type - :43:20 - Return type does not match returned value: expected `Self@construct`, found `typing.Self`
[error] invalid-assignment - :45:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, typing.Self]`
[error] invalid-return-type - :53:20 - Return type does not match returned value: expected `MigratableResource[WorkQueue] | None`, found `typing.Self`

src/prefect/server/task_queue.py

[error] invalid-assignment - :52:13 - Invalid subscript assignment with key of type `str` and value of type `Self@for_key` on object of type `dict[str, typing.Self]`
[error] invalid-return-type - :53:16 - Return type does not match returned value: expected `Self@for_key`, found `typing.Self`

src/prefect/_internal/concurrency/services.py

[error] unresolved-attribute - :284:32 - Object of type `typing.Self` has no attribute `_drain`
[error] invalid-return-type - :315:20 - Return type does not match returned value: expected `Self@instance`, found `typing.Self`

src/prefect/_waiters.py

[error] invalid-return-type - :243:20 - Return type does not match returned value: expected `Self@instance`, found `typing.Self | Unknown`

src/prefect/context.py

[error] invalid-argument-type - :568:13 - Argument is incorrect: Expected `str | None`, found `object`
[error] invalid-return-type - :725:16 - Return type does not match returned value: expected `Self@get`, found `Self@get | typing.Self`

src/prefect/deployments/runner.py

[error] invalid-argument-type - :722:13 - Argument is incorrect: Expected `list[DeploymentScheduleCreate | DeploymentScheduleUpdate] | None`, found `Sequence[DeploymentScheduleCreate | dict[str, Any] | IntervalSchedule | ... omitted 4 union elements]`
[error] invalid-argument-type - :724:13 - Argument is incorrect: Expected `ConcurrencyOptions | None`, found `dict[Unknown | str, Unknown | ConcurrencyLimitStrategy] | None`
[error] invalid-argument-type - :866:13 - Argument is incorrect: Expected `list[DeploymentScheduleCreate | DeploymentScheduleUpdate] | None`, found `Sequence[DeploymentScheduleCreate | dict[str, Any] | IntervalSchedule | ... omitted 4 union elements]`
[error] invalid-argument-type - :868:13 - Argument is incorrect: Expected `ConcurrencyOptions | None`, found `dict[Unknown | str, Unknown | ConcurrencyLimitStrategy] | None`
[error] invalid-argument-type - :987:13 - Argument is incorrect: Expected `list[DeploymentScheduleCreate | DeploymentScheduleUpdate] | None`, found `Sequence[DeploymentScheduleCreate | dict[str, Any] | IntervalSchedule | ... omitted 4 union elements]`
[error] invalid-argument-type - :989:13 - Argument is incorrect: Expected `ConcurrencyOptions | None`, found `dict[Unknown | str, Unknown | ConcurrencyLimitStrategy] | None`
[error] invalid-argument-type - :1111:13 - Argument is incorrect: Expected `list[DeploymentScheduleCreate | DeploymentScheduleUpdate] | None`, found `Sequence[DeploymentScheduleCreate | dict[str, Any] | IntervalSchedule | ... omitted 4 union elements]`
[error] invalid-argument-type - :1113:13 - Argument is incorrect: Expected `ConcurrencyOptions | None`, found `dict[Unknown | str, Unknown | ConcurrencyLimitStrategy] | None`

src/prefect/task_runs.py

[error] invalid-return-type - :258:20 - Return type does not match returned value: expected `Self@instance`, found `typing.Self | Unknown`

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

psycopg/psycopg/_adapters_map.py

[error] invalid-return-type - :279:20 - Return type does not match returned value: expected `type[RV@_get_optimised]`, found `type`

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

pwndbg/aglib/heap/mallocng.py

[error] unresolved-attribute - :559:13 - Unresolved attribute `_sn3` on type `Self@from_start`.
[error] unresolved-attribute - :563:13 - Unresolved attribute `_sn3` on type `Self@from_start`.

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

pydantic/main.py

[warning] deprecated - :1463:20 - The function `parse_obj` is deprecated: The `parse_obj` method is deprecated; use `model_validate` instead.

pydantic/networks.py

[warning] unused-ignore-comment - :1185:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1224:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1265:38 - Unused blanket `type: ignore` directive

pydantic/v1/config.py

[error] no-matching-overload - :133:13 - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - :133:13 - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - :133:13 - No overload of bound method `setdefault` matches arguments
[error] unsupported-operator - :135:12 - Operator `<=` is not supported for types `str` and `int`, in comparing `Any | str | Literal[0]` with `Literal[1]`
[error] invalid-argument-type - :139:44 - Argument to bound method `update` is incorrect: Expected `str`, found `Literal[1]`

pydantic/v1/networks.py

[error] invalid-argument-type - :297:13 - Argument to bound method `__init__` is incorrect: Expected `str`, found `None | str`
[warning] unused-ignore-comment - :390:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :391:37 - Unused blanket `type: ignore` directive

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

src/_pytest/mark/structures.py

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

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

win32/Lib/win32timezone.py

[error] invalid-assignment - :848:13 - Object of type `Self@utc` is not assignable to attribute `_tzutc` of type `typing.Self | None`
[error] invalid-return-type - :849:16 - Return type does not match returned value: expected `Self@utc`, found `typing.Self | None`

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

rich/text.py

[error] invalid-argument-type - :397:24 - Argument to bound method `append` is incorrect: Expected `Text | str`, found `str | Style`

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

rotkehlchen/chain/evm/contracts.py

[warning] unused-ignore-comment - :151:92 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :152:89 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :153:86 - Unused blanket `type: ignore` directive

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

src/schemathesis/config/_diff_base.py

[warning] unused-ignore-comment - :75:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :94:24 - Unused blanket `type: ignore` directive

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

scipy/sparse/tests/test_base.py

[error] unresolved-attribute - :322:21 - Object of type `type[Self@init_class]` has no attribute `spcreator`
[error] unresolved-attribute - :332:39 - Object of type `type[Self@init_class]` has no attribute `spcreator`

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

scrapy/core/downloader/contextfactory.py

[error] parameter-already-assigned - :90:13 - Multiple values provided for parameter 2 (`method`) of bound method `__init__`
[error] parameter-already-assigned - :90:13 - Multiple values provided for parameter 3 (`tls_verbose_logging`) of bound method `__init__`
[error] parameter-already-assigned - :90:13 - Multiple values provided for parameter 4 (`tls_ciphers`) of bound method `__init__`

scrapy/utils/datatypes.py

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

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

setuptools/tests/test_windows_wrappers.py

[error] unresolved-attribute - :44:34 - Object of type `type[Self@create_script]` has no attribute `script_tmpl`
[error] unresolved-attribute - :46:24 - Object of type `type[Self@create_script]` has no attribute `script_name`
[error] unresolved-attribute - :50:24 - Object of type `type[Self@create_script]` has no attribute `wrapper_name`
[error] unresolved-attribute - :51:56 - Object of type `type[Self@create_script]` has no attribute `wrapper_source`

pkg_resources/tests/test_pkg_resources.py

[error] invalid-assignment - :45:9 - Object of type `Unknown | struct_time` is not assignable to attribute `date_time` of type `tuple[int, int, int, int, int, int]`
[error] invalid-assignment - :49:9 - Object of type `Unknown | struct_time` is not assignable to attribute `date_time` of type `tuple[int, int, int, int, int, int]`
[error] invalid-assignment - :53:9 - Object of type `Unknown | struct_time` is not assignable to attribute `date_time` of type `tuple[int, int, int, int, int, int]`
[error] invalid-assignment - :57:9 - Object of type `Unknown | struct_time` is not assignable to attribute `date_time` of type `tuple[int, int, int, int, int, int]`

setuptools/_distutils/compilers/C/base.py

[error] invalid-argument-type - :1048:35 - Argument to function `_make_relative` is incorrect: Expected `Path`, found `PurePath`

setuptools/_distutils/dir_util.py

[error] unresolved-attribute - :28:20 - Object of type `type[Self@clear]` has no attribute `instance`

setuptools/_scripts.py

[error] invalid-argument-type - :239:16 - Method `__getitem__` of type `bound method dict[str, <class 'WindowsExecutableLauncherWriter'> | type[Self@best]].__getitem__(key: str, /) -> <class 'WindowsExecutableLauncherWriter'> | type[dict[str, <class 'WindowsExecutableLauncherWriter'> | type[Self@best]]]` cannot be called with key of type `str` on object of type `dict[str, <class 'WindowsExecutableLauncherWriter'> | type[Self@best]]`

setuptools/_vendor/backports/tarfile/__init__.py

[error] unresolved-attribute - :1300:13 - Unresolved attribute `_sparse_structs` on type `Self@frombuf`.

setuptools/_vendor/typing_extensions.py

[error] invalid-assignment - :712:17 - Implicit shadowing of function `__subclasshook__`
[error] invalid-assignment - :716:17 - Implicit shadowing of function `__init__`

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

lib/spack/spack/vendor/attr/_version_info.py

[error] unknown-argument - :48:13 - Argument `year` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :48:29 - Argument `minor` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :48:46 - Argument `micro` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :48:63 - Argument `releaselevel` does not match any known parameter of bound method `__init__`

lib/spack/spack/spec.py

[error] unresolved-attribute - :5233:22 - Object of type `type[Self@from_node_dict]` has no attribute `name_and_data`
[error] unresolved-attribute - :5290:47 - Object of type `type[Self@from_node_dict]` has no attribute `SPEC_VERSION`
[error] unresolved-attribute - :5326:46 - Object of type `type[Self@_load]` has no attribute `dependencies_from_node_dict`
[error] unresolved-attribute - :5357:57 - Object of type `type[Self@_load]` has no attribute `dependencies_from_node_dict`
[error] unresolved-attribute - :5365:31 - Object of type `type[Self@_load]` has no attribute `extract_build_spec_info_from_node_dict`

lib/spack/spack/vendor/jsonschema/validators.py

[error] parameter-already-assigned - :682:61 - Multiple values provided for parameter 2 (`base_uri`) of bound method `__init__`
[error] parameter-already-assigned - :682:61 - Multiple values provided for parameter 3 (`referrer`) of bound method `__init__`

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

[error] no-matching-overload - :1128:32 - No overload of bound method `fromkeys` matches arguments

var/spack/test_repos/spack_repo/builtin_mock/packages/llvm/package.py

[error] no-matching-overload - :70:24 - No overload of bound method `group` matches arguments

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

sphinx/domains/_domains_container.py

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

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

static_frame/core/frame.py

[error] invalid-argument-type - :2688:13 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Iterable[Any]] | TypeBlocks | Frame | Series[Any, Any]`, found `object`
[warning] unused-ignore-comment - :2633:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2691:24 - Unused blanket `type: ignore` directive

static_frame/core/index_hierarchy.py

[error] invalid-assignment - :524:43 - Object of type `list[IndexBase | @Todo]` is not assignable to `list[Index[Any]]`
[warning] unused-ignore-comment - :588:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :782:42 - Unused blanket `type: ignore` directive

static_frame/core/interface.py

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

static_frame/core/metadata.py

[warning] unused-ignore-comment - :158:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :166:51 - Unused blanket `type: ignore` directive

static_frame/core/www.py

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

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

lib/streamlit/runtime/metrics_util.py

[error] invalid-return-type - :311:16 - Return type does not match returned value: expected `Installation`, found `Installation | None`

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

sympy/assumptions/assume.py

[error] unresolved-attribute - :321:12 - Object of type `type[Self@register]` has no attribute `handler`
[error] unresolved-attribute - :323:16 - Object of type `type[Self@register]` has no attribute `handler`

sympy/core/operations.py

[error] unresolved-attribute - :125:20 - Object of type `type[Self@_from_args]` has no attribute `identity`
[warning] possibly-missing-attribute - :563:23 - Attribute `zero` may be missing on object of type `(Unknown & ~AlwaysFalsy) | type[Self@_new_args_filter]`
[warning] possibly-missing-attribute - :565:25 - Attribute `identity` may be missing on object of type `(Unknown & ~AlwaysFalsy) | type[Self@_new_args_filter]`

sympy/core/relational.py

[error] unresolved-attribute - :888:15 - Object of type `type[Self@_eval_relation]` has no attribute `_eval_fuzzy_relation`

sympy/functions/elementary/hyperbolic.py

[warning] possibly-missing-attribute - :1021:13 - Attribute `eval` may be missing on object of type `Unknown | None`

sympy/functions/elementary/integers.py

[error] unresolved-attribute - :30:18 - Object of type `type[Self@eval]` has no attribute `_eval_const_number`
[error] unresolved-attribute - :67:28 - Object of type `type[Self@eval]` has no attribute `_dir`

sympy/functions/elementary/miscellaneous.py

[error] unresolved-attribute - :492:39 - Object of type `type[Self@_collapse_arguments]` has no attribute `identity`
[error] unresolved-attribute - :561:23 - Object of type `type[Self@_new_args_filter]` has no attribute `zero`
[error] unresolved-attribute - :563:25 - Object of type `type[Self@_new_args_filter]` has no attribute `identity`

sympy/functions/elementary/trigonometric.py

[warning] possibly-missing-attribute - :1653:13 - Attribute `eval` may be missing on object of type `Unknown | None`

sympy/functions/special/error_functions.py

[error] unresolved-attribute - :1775:20 - Object of type `type[Self@eval]` has no attribute `_atzero`
[error] unresolved-attribute - :1777:20 - Object of type `type[Self@eval]` has no attribute `_atinf`
[error] unresolved-attribute - :1779:20 - Object of type `type[Self@eval]` has no attribute `_atneginf`
[error] unresolved-attribute - :1782:20 - Object of type `type[Self@eval]` has no attribute `_atzero`
[error] unresolved-attribute - :1785:27 - Object of type `type[Self@eval]` has no attribute `_trigfunc`
[error] unresolved-attribute - :1788:20 - Object of type `type[Self@eval]` has no attribute `_Ifactor`
[error] unresolved-attribute - :1791:20 - Object of type `type[Self@eval]` has no attribute `_Ifactor`
[error] unresolved-attribute - :1794:27 - Object of type `type[Self@eval]` has no attribute `_trigfunc`
[error] unresolved-attribute - :1797:20 - Object of type `type[Self@eval]` has no attribute `_minusfactor`
[error] unresolved-attribute - :1802:25 - Object of type `type[Self@eval]` has no attribute `_trigfunc`
[error] unresolved-attribute - :2359:23 - Object of type `type[Self@eval]` has no attribute `_sign`

sympy/functions/special/polynomials.py

[error] unresolved-attribute - :35:20 - Object of type `type[Self@_eval_at_order]` has no attribute `_ortho_poly`

sympy/logic/boolalg.py

[error] unresolved-attribute - :543:32 - Object of type `type[Self@_to_nnf]` has no attribute `zero`

sympy/matrices/common.py

[error] unresolved-attribute - :891:17 - Object of type `type[Self@_eval_eye]` has no attribute `zero`
[error] unresolved-attribute - :892:27 - Object of type `type[Self@_eval_eye]` has no attribute `one`
[error] unresolved-attribute - :902:28 - Object of type `type[Self@_eval_jordan_block]` has no attribute `one`
[error] unresolved-attribute - :903:24 - Object of type `type[Self@_eval_jordan_block]` has no attribute `zero`
[error] unresolved-attribute - :909:28 - Object of type `type[Self@_eval_jordan_block]` has no attribute `one`
[error] unresolved-attribute - :910:24 - Object of type `type[Self@_eval_jordan_block]` has no attribute `zero`
[error] unresolved-attribute - :916:20 - Object of type `type[Self@_eval_ones]` has no attribute `one`
[error] unresolved-attribute - :921:38 - Object of type `type[Self@_eval_zeros]` has no attribute `zero`
[error] unresolved-attribute - :926:20 - Object of type `type[Self@_eval_wilkinson]` has no attribute `one`
[error] unresolved-attribute - :926:47 - Object of type `type[Self@_eval_wilkinson]` has no attribute `zero`
[error] unresolved-attribute - :1263:16 - Object of type `type[Self@companion]` has no attribute `_sympify`
[error] unresolved-attribute - :1282:24 - Object of type `type[Self@companion]` has no attribute `one`
[error] unresolved-attribute - :1283:20 - Object of type `type[Self@companion]` has no attribute `zero`

sympy/matrices/matrixbase.py

[error] invalid-return-type - :4135:16 - Return type does not match returned value: expected `Self@irregular`, found `list[Unknown]`
[warning] unused-ignore-comment - :195:20 - Unused blanket `type: ignore` directive

sympy/polys/domains/modularinteger.py

[warning] possibly-missing-attribute - :78:24 - Attribute `convert` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :202:16 - Attribute `invert` may be missing on object of type `Unknown | None`

sympy/polys/matrices/domainmatrix.py

[error] too-many-positional-arguments - :475:50 - Too many positional arguments to bound method `from_list_sympy`: expected 4, got 5
[error] too-many-positional-arguments - :477:46 - Too many positional arguments to bound method `from_dict_sympy`: expected 4, got 5

sympy/tensor/array/dense_ndim_array.py

[error] unresolved-attribute - :75:16 - Object of type `type[Self@zeros]` has no attribute `_new`

sympy/vector/basisdependent.py

[error] unresolved-attribute - :258:32 - Object of type `type[Self@_new]` has no attribute `_zero_func`
[error] unresolved-attribute - :263:35 - Object of type `type[Self@_new]` has no attribute `_base_func`
[error] unresolved-attribute - :263:51 - Object of type `type[Self@_new]` has no attribute `_mul_func`
[error] unresolved-attribute - :267:34 - Object of type `type[Self@_new]` has no attribute `_add_func`
[error] unresolved-attribute - :286:24 - Object of type `type[Self@_new]` has no attribute `_mul_func`
[error] unresolved-attribute - :288:20 - Object of type `type[Self@_new]` has no attribute `_add_func`
[error] unresolved-attribute - :295:20 - Object of type `type[Self@_new]` has no attribute `_add_func`
[error] invalid-assignment - :297:9 - Object of type `One | Unknown` is not assignable to attribute `_measure_number` on type `Expr & ~Add`
[error] invalid-assignment - :299:9 - Object of type `StdFactKB` is not assignable to attribute `_assumptions` on type `Expr & ~Add`
[error] unresolved-attribute - :285:29 - Object of type `type[Self@_new]` has no attribute `_add_func`
[error] invalid-assignment - :296:9 - Object of type `Unknown` is not assignable to attribute `_base_instance` on type `Expr & ~Add`
[error] invalid-assignment - :300:9 - Object of type `dict[Unknown, Unknown | One]` is not assignable to attribute `_components` on type `Expr & ~Add`
[error] invalid-assignment - :301:9 - Object of type `Unknown` is not assignable to attribute `_sys` on type `Expr & ~Add`

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

dummyserver/testcase.py

[error] invalid-argument-type - :323:56 - Argument to bound method `_get_socket_mark` is incorrect: Expected `socket`, found `socket | Any | None`

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

test/datasets_utils.py

[warning] possibly-missing-attribute - :410:21 - Attribute `__mro__` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :475:25 - Attribute `__name__` may be missing on object of type `Unknown | None`

werkzeug (https://github.com/pallets/werkzeug)

src/werkzeug/test.py

[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `Authorization | tuple[str, str] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `IO[bytes] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[str, str]] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | str | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `None | IO[bytes] | str | bytes | Mapping[str, Any]`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None | Headers`
[error] invalid-argument-type - :427:20 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None | Headers`

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

xarray/core/common.py

[error] invalid-assignment - :281:13 - Implicit shadowing of function `__setattr__`

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

zproject/backends.py

[error] invalid-return-type - :1776 -
Old: Return type does not match returned value: expected `list[ExternalAuthMethodDictT]`, found `list[ExternalAuthMethodDictT | dict[str, Unknown | str]]`
New: Return type does not match returned value: expected `list[ExternalAuthMethodDictT]`, found `list[ExternalAuthMethodDictT | dict[str, Unknown | str | None]]`
[error] invalid-return-type - :2561 -
Old: Return type does not match returned value: expected `list[ExternalAuthMethodDictT]`, found `list[ExternalAuthMethodDictT | dict[str, Unknown | str]]`
New: Return type does not match returned value: expected `list[ExternalAuthMethodDictT]`, found `list[ExternalAuthMethodDictT | dict[str, Unknown | str | None]]`