Ecosystem report

Old: main (merge base) abaa735e New: 22208/merge 1cb69306
Lint Rule Removed Added Changed
Total 67 7 67
invalid-return-type 64 1 1
unresolved-attribute 0 1 58
invalid-await 0 0 6
invalid-argument-type 1 3 0
unused-ignore-comment 2 2 0
invalid-super-argument 0 0 1
possibly-missing-attribute 0 0 1
Project Removed Added Changed
Total 67 7 67
prefect 16 0 6
pandas 19 0 0
dd-trace-py 0 0 15
scikit-learn 0 0 13
rotki 8 2 0
ibis 0 0 7
python-chess 7 0 0
scrapy 2 0 5
pytest 6 0 0
xarray 5 1 0
altair 0 0 5
setuptools 1 0 4
sympy 0 0 5
Tanjun 2 0 1
scipy 0 0 2
PyGithub 0 1 0
attrs 0 0 1
beartype 0 1 0
bokeh 0 0 1
discord.py 1 0 0

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

github/GithubRetry.py

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

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

tanjun/commands/slash.py

[error] invalid-return-type - :1065:16 - Return type does not match returned value: expected `Self@copy`, found `BaseSlashCommand`
[error] invalid-return-type - :1233:16 - Return type does not match returned value: expected `Self@copy`, found `SlashCommandGroup`

tanjun/dependencies/data.py

[error] invalid-return-type - :347 -
Old: Return type does not match returned value: expected `_T@cached_inject`, found `_T@cached_inject | Coroutine[Any, Any, _T@cached_inject | Coroutine[Any, Any, _T@cached_inject]]`
New: Return type does not match returned value: expected `_T@cached_inject`, found `Coroutine[Any, Any, _T@cached_inject | Coroutine[Any, Any, _T@cached_inject]] | _T@cached_inject`

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

altair/utils/schemapi.py

[error] unresolved-attribute - :1155 -
Old: Object of type `<super: <class 'SchemaBase'>, SchemaBase>` has no attribute `__getattr__`
New: Object of type `<super: <class 'SchemaBase'>, Self@__getattr__>` has no attribute `__getattr__`

altair/vegalite/v6/api.py

[error] invalid-super-argument - :4122 -
Old: `_TSchemaBase@from_dict` is not an instance or subclass of `<class 'Chart'>` in `super(<class 'Chart'>, _TSchemaBase@from_dict)` call
New: `type[_TSchemaBase@from_dict]` is not an instance or subclass of `<class 'Chart'>` in `super(<class 'Chart'>, type[_TSchemaBase@from_dict])` call

altair/vegalite/v6/schema/channels.py

[error] unresolved-attribute - :224 -
Old: Object of type `<super: <class 'FieldChannelMixin'>, FieldChannelMixin>` has no attribute `to_dict`
New: Object of type `<super: <class 'FieldChannelMixin'>, Self@to_dict>` has no attribute `to_dict`
[warning] possibly-missing-attribute - :247 -
Old: Attribute `to_dict` may be missing on object of type `<super: <class 'ValueChannelMixin'>, ValueChannelMixin> | <super: <class 'ValueChannelMixin'>, Unknown>`
New: Attribute `to_dict` may be missing on object of type `<super: <class 'ValueChannelMixin'>, Self@to_dict> | <super: <class 'ValueChannelMixin'>, Unknown>`
[error] unresolved-attribute - :265 -
Old: Object of type `<super: <class 'DatumChannelMixin'>, DatumChannelMixin>` has no attribute `to_dict`
New: Object of type `<super: <class 'DatumChannelMixin'>, Self@to_dict>` has no attribute `to_dict`

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

tests/test_slots.py

[error] unresolved-attribute - :985 -
Old: Object of type `<super: <class 'B'>, B>` has no attribute `__getattr__`
New: Object of type `<super: <class 'B'>, Self@__getattr__>` has no attribute `__getattr__`

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

beartype/typing/_typingpep544.py

[error] unresolved-attribute - :520:31 - Object of type `<super: <class 'Protocol'>, type[Self@__class_getitem__]>` has no attribute `__class_getitem__`

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

src/bokeh/server/contexts.py

[error] unresolved-attribute - :381 -
Old: Object of type `<super: <class '_RequestProxy'>, _RequestProxy>` has no attribute `__getattr__`
New: Object of type `<super: <class '_RequestProxy'>, Self@__getattr__>` has no attribute `__getattr__`

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

ddtrace/contrib/internal/gevent/greenlet.py

[error] unresolved-attribute - :21 -
Old: Object of type `<super: <class 'TracingMixin'>, TracingMixin>` has no attribute `run`
New: Object of type `<super: <class 'TracingMixin'>, Self@run>` has no attribute `run`

ddtrace/internal/http.py

[error] unresolved-attribute - :37 -
Old: Object of type `<super: <class 'HTTPConnectionMixin'>, HTTPConnectionMixin>` has no attribute `request`
New: Object of type `<super: <class 'HTTPConnectionMixin'>, Self@request>` has no attribute `request`

tests/contrib/httplib/test_httplib.py

[error] unresolved-attribute - :41 -
Old: Object of type `<super: <class 'HTTPLibBaseMixin'>, HTTPLibBaseMixin>` has no attribute `setUp`
New: Object of type `<super: <class 'HTTPLibBaseMixin'>, Self@setUp>` has no attribute `setUp`
[error] unresolved-attribute - :49 -
Old: Object of type `<super: <class 'HTTPLibBaseMixin'>, HTTPLibBaseMixin>` has no attribute `tearDown`
New: Object of type `<super: <class 'HTTPLibBaseMixin'>, Self@tearDown>` has no attribute `tearDown`

tests/contrib/mysql/test_mysql.py

[error] unresolved-attribute - :23 -
Old: Object of type `<super: <class 'MySQLCore'>, MySQLCore>` has no attribute `tearDown`
New: Object of type `<super: <class 'MySQLCore'>, Self@tearDown>` has no attribute `tearDown`

tests/contrib/mysqldb/test_mysqldb.py

[error] unresolved-attribute - :26 -
Old: Object of type `<super: <class 'MySQLCore'>, MySQLCore>` has no attribute `setUp`
New: Object of type `<super: <class 'MySQLCore'>, Self@setUp>` has no attribute `setUp`
[error] unresolved-attribute - :31 -
Old: Object of type `<super: <class 'MySQLCore'>, MySQLCore>` has no attribute `tearDown`
New: Object of type `<super: <class 'MySQLCore'>, Self@tearDown>` has no attribute `tearDown`

tests/contrib/pymysql/test_pymysql.py

[error] unresolved-attribute - :36 -
Old: Object of type `<super: <class 'PyMySQLCore'>, PyMySQLCore>` has no attribute `setUp`
New: Object of type `<super: <class 'PyMySQLCore'>, Self@setUp>` has no attribute `setUp`
[error] unresolved-attribute - :40 -
Old: Object of type `<super: <class 'PyMySQLCore'>, PyMySQLCore>` has no attribute `tearDown`
New: Object of type `<super: <class 'PyMySQLCore'>, Self@tearDown>` has no attribute `tearDown`

tests/contrib/pyodbc/test_pyodbc.py

[error] unresolved-attribute - :20 -
Old: Object of type `<super: <class 'PyODBCTest'>, PyODBCTest>` has no attribute `setUp`
New: Object of type `<super: <class 'PyODBCTest'>, Self@setUp>` has no attribute `setUp`
[error] unresolved-attribute - :24 -
Old: Object of type `<super: <class 'PyODBCTest'>, PyODBCTest>` has no attribute `tearDown`
New: Object of type `<super: <class 'PyODBCTest'>, Self@tearDown>` has no attribute `tearDown`

tests/contrib/requests/test_requests.py

[error] unresolved-attribute - :40 -
Old: Object of type `<super: <class 'BaseRequestTestCase'>, BaseRequestTestCase>` has no attribute `setUp`
New: Object of type `<super: <class 'BaseRequestTestCase'>, Self@setUp>` has no attribute `setUp`
[error] unresolved-attribute - :49 -
Old: Object of type `<super: <class 'BaseRequestTestCase'>, BaseRequestTestCase>` has no attribute `tearDown`
New: Object of type `<super: <class 'BaseRequestTestCase'>, Self@tearDown>` has no attribute `tearDown`

tests/contrib/sqlalchemy/mixins.py

[error] unresolved-attribute - :54 -
Old: Object of type `<super: <class 'SQLAlchemyTestBase'>, SQLAlchemyTestBase>` has no attribute `setUp`
New: Object of type `<super: <class 'SQLAlchemyTestBase'>, Self@setUp>` has no attribute `setUp`
[error] unresolved-attribute - :73 -
Old: Object of type `<super: <class 'SQLAlchemyTestBase'>, SQLAlchemyTestBase>` has no attribute `tearDown`
New: Object of type `<super: <class 'SQLAlchemyTestBase'>, Self@tearDown>` has no attribute `tearDown`

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

discord/ui/modal.py

[error] invalid-return-type - :273:16 - Return type does not match returned value: expected `Self@add_item`, found `Modal`

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

ibis/backends/sql/compilers/datafusion.py

[error] unresolved-attribute - :540 -
Old: Object of type `<super: <class 'DataFusionCompiler'>, DataFusionCompiler>` has no attribute `visit_GroupConcat`
New: Object of type `<super: <class 'DataFusionCompiler'>, Self@visit_GroupConcat>` has no attribute `visit_GroupConcat`

ibis/backends/sql/compilers/impala.py

[error] unresolved-attribute - :273 -
Old: Object of type `<super: <class 'ImpalaCompiler'>, ImpalaCompiler>` has no attribute `visit_DateAdd`
New: Object of type `<super: <class 'ImpalaCompiler'>, Self@visit_DateAdd>` has no attribute `visit_DateAdd`
[error] unresolved-attribute - :284 -
Old: Object of type `<super: <class 'ImpalaCompiler'>, ImpalaCompiler>` has no attribute `visit_TimestampAdd`
New: Object of type `<super: <class 'ImpalaCompiler'>, Self@visit_TimestampAdd>` has no attribute `visit_TimestampAdd`

ibis/backends/sql/compilers/mysql.py

[error] unresolved-attribute - :254 -
Old: Object of type `<super: <class 'MySQLCompiler'>, MySQLCompiler>` has no attribute `visit_Equals`
New: Object of type `<super: <class 'MySQLCompiler'>, Self@visit_Equals>` has no attribute `visit_Equals`

ibis/backends/sql/compilers/oracle.py

[error] unresolved-attribute - :112 -
Old: Object of type `<super: <class 'OracleCompiler'>, OracleCompiler>` has no attribute `visit_Equals`
New: Object of type `<super: <class 'OracleCompiler'>, Self@visit_Equals>` has no attribute `visit_Equals`

ibis/backends/sql/compilers/postgres.py

[error] unresolved-attribute - :525 -
Old: Object of type `<super: <class 'PostgresCompiler'>, PostgresCompiler>` has no attribute `visit_JSONGetItem`
New: Object of type `<super: <class 'PostgresCompiler'>, Self@visit_JSONGetItem>` has no attribute `visit_JSONGetItem`

ibis/common/typing.py

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

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

pandas/core/arrays/_mixins.py

[error] invalid-return-type - :246:16 - Return type does not match returned value: expected `Self@_concat_same_type`, found `NDArrayBackedExtensionArray`

pandas/core/arrays/arrow/array.py

[error] invalid-return-type - :1371:16 - Return type does not match returned value: expected `Self@_pad_or_backfill`, found `ArrowExtensionArray`
[error] invalid-return-type - :1386:20 - Return type does not match returned value: expected `Self@fillna`, found `ArrowExtensionArray`
[error] invalid-return-type - :1414:16 - Return type does not match returned value: expected `Self@fillna`, found `ArrowExtensionArray`

pandas/core/arrays/boolean.py

[error] invalid-return-type - :330:16 - Return type does not match returned value: expected `Self@_simple_new`, found `BooleanArray`

pandas/core/arrays/categorical.py

[error] invalid-return-type - :385:16 - Return type does not match returned value: expected `Self@_simple_new`, found `Categorical`
[error] invalid-return-type - :2567:16 - Return type does not match returned value: expected `Self@unique`, found `Categorical`

pandas/core/arrays/datetimelike.py

[error] invalid-return-type - :1588:16 - Return type does not match returned value: expected `Self@_quantile`, found `DatetimeLikeArrayMixin`
[error] invalid-return-type - :2539:16 - Return type does not match returned value: expected `Self@copy`, found `TimelikeOps`
[error] invalid-return-type - :2598:16 - Return type does not match returned value: expected `Self@take`, found `TimelikeOps`

pandas/core/arrays/datetimes.py

[error] invalid-return-type - :335:16 - Return type does not match returned value: expected `Self@_simple_new`, found `DatetimeArray`

pandas/core/arrays/numpy_.py

[error] invalid-return-type - :389:16 - Return type does not match returned value: expected `Self@take`, found `NumpyExtensionArray`

pandas/core/arrays/string_.py

[error] invalid-return-type - :601:16 - Return type does not match returned value: expected `Self@view`, found `BaseStringArray`

pandas/core/arrays/timedeltas.py

[error] invalid-return-type - :243:16 - Return type does not match returned value: expected `Self@_simple_new`, found `TimedeltaArray`

pandas/core/indexes/base.py

[error] invalid-return-type - :2906:16 - Return type does not match returned value: expected `Self@drop_duplicates`, found `Index`

pandas/core/indexes/datetimelike.py

[error] invalid-return-type - :928:16 - Return type does not match returned value: expected `tuple[Self@_wrap_join_result, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None]`, found `tuple[DatetimeTimedeltaMixin | Unknown, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None, ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None]`
[error] invalid-return-type - :1036:16 - Return type does not match returned value: expected `Self@delete`, found `DatetimeTimedeltaMixin`

pandas/core/indexes/range.py

[error] invalid-return-type - :815:20 - Return type does not match returned value: expected `Self@sort_values | tuple[Self@sort_values, ndarray[tuple[Any, ...], dtype[Any]] | RangeIndex]`, found `RangeIndex | tuple[RangeIndex, ndarray[tuple[Any, ...], dtype[Any]]]`

pandas/core/series.py

[error] invalid-return-type - :5542:16 - Return type does not match returned value: expected `Self@rename_axis | None`, found `Series | None`

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

pandas-stubs/_typing.pyi

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

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

src/prefect/_internal/_logging.py

[error] invalid-return-type - :31:16 - Return type does not match returned value: expected `Self@getChild`, found `SafeLogger`

src/integrations/prefect-aws/prefect_aws/workers/ecs_worker.py

[error] invalid-return-type - :1615:16 - Return type does not match returned value: expected `Self@__aenter__`, found `ECSWorker`

src/integrations/prefect-dbt/prefect_dbt/cli/commands.py

[error] invalid-await - :461 -
Old: `Unknown | None | Coroutine[Any, Any, None | Unknown]` is not awaitable
New: `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :535 -
Old: `Unknown | None | Coroutine[Any, Any, None | Unknown]` is not awaitable
New: `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :610 -
Old: `Unknown | None | Coroutine[Any, Any, None | Unknown]` is not awaitable
New: `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :685 -
Old: `Unknown | None | Coroutine[Any, Any, None | Unknown]` is not awaitable
New: `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :760 -
Old: `Unknown | None | Coroutine[Any, Any, None | Unknown]` is not awaitable
New: `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :835 -
Old: `Unknown | None | Coroutine[Any, Any, None | Unknown]` is not awaitable
New: `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable

src/prefect/blocks/core.py

[error] invalid-return-type - :1641:16 - Return type does not match returned value: expected `Self@model_validate`, found `Block`

src/prefect/context.py

[error] invalid-return-type - :217:16 - Return type does not match returned value: expected `Self@model_copy`, found `ContextModel`
[error] invalid-return-type - :265:20 - Return type does not match returned value: expected `Self@__enter__`, found `SyncClientContext`
[error] invalid-return-type - :323:20 - Return type does not match returned value: expected `Self@__aenter__`, found `AsyncClientContext`

src/prefect/events/worker.py

[error] invalid-return-type - :130:16 - Return type does not match returned value: expected `Self@instance`, found `EventsWorker`

src/prefect/logging/handlers.py

[error] invalid-return-type - :92:16 - Return type does not match returned value: expected `Self@instance`, found `APILogWorker`

src/prefect/server/events/schemas/automations.py

[error] invalid-return-type - :623:16 - Return type does not match returned value: expected `Self@model_validate`, found `Automation`

src/prefect/server/orchestration/rules.py

[error] invalid-return-type - :353:16 - Return type does not match returned value: expected `Self@safe_copy`, found `FlowOrchestrationContext`
[error] invalid-return-type - :514:16 - Return type does not match returned value: expected `Self@safe_copy`, found `TaskOrchestrationContext`

src/prefect/server/schemas/core.py

[error] invalid-return-type - :1162:16 - Return type does not match returned value: expected `Self@model_validate`, found `WorkPool`

src/prefect/server/schemas/responses.py

[error] invalid-return-type - :330:16 - Return type does not match returned value: expected `Self@model_validate`, found `FlowRunResponse`
[error] invalid-return-type - :524:16 - Return type does not match returned value: expected `Self@model_validate`, found `DeploymentResponse`
[error] invalid-return-type - :553:16 - Return type does not match returned value: expected `Self@model_validate`, found `WorkQueueResponse`
[error] invalid-return-type - :598:16 - Return type does not match returned value: expected `Self@model_validate`, found `WorkerResponse`

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

src/_pytest/doctest.py

[error] invalid-return-type - :282:16 - Return type does not match returned value: expected `Self@from_parent`, found `DoctestItem`

src/_pytest/main.py

[error] invalid-return-type - :549:16 - Return type does not match returned value: expected `Self@from_parent`, found `Dir`

src/_pytest/nodes.py

[error] invalid-return-type - :627:16 - Return type does not match returned value: expected `Self@from_parent`, found `FSCollector`

src/_pytest/python.py

[error] invalid-return-type - :752:16 - Return type does not match returned value: expected `Self@from_parent`, found `Class`
[error] invalid-return-type - :1639:16 - Return type does not match returned value: expected `Self@from_parent`, found `Function`

src/_pytest/subtests.py

[error] invalid-return-type - :132:16 - Return type does not match returned value: expected `Self@_new`, found `SubtestReport`

python-chess (https://github.com/niklasf/python-chess)

chess/__init__.py

[error] invalid-return-type - :3962:16 - Return type does not match returned value: expected `Self@copy`, found `Board`

chess/variant.py

[error] invalid-return-type - :808:16 - Return type does not match returned value: expected `Self@copy`, found `ThreeCheckBoard`
[error] invalid-return-type - :814:20 - Return type does not match returned value: expected `Self@root`, found `ThreeCheckBoard`
[error] invalid-return-type - :822:16 - Return type does not match returned value: expected `Self@mirror`, found `ThreeCheckBoard`
[error] invalid-return-type - :1061:16 - Return type does not match returned value: expected `Self@copy`, found `CrazyhouseBoard`
[error] invalid-return-type - :1067:20 - Return type does not match returned value: expected `Self@root`, found `CrazyhouseBoard`
[error] invalid-return-type - :1075:16 - Return type does not match returned value: expected `Self@mirror`, found `CrazyhouseBoard`

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

rotkehlchen/chain/decoding/tools.py

[error] invalid-argument-type - :98:13 - Argument to function `decode_transfer_direction` is incorrect: Expected `BTCAddress | ChecksumAddress | SubstrateAddress | SolanaAddress | None`, found `A@BaseDecoderTools | None`
[warning] unused-ignore-comment - :96:44 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :99:13 - Argument to function `decode_transfer_direction` is incorrect: Expected `Sequence[A@BaseDecoderTools]`, found `Unknown | tuple[BTCAddress, ...] | tuple[ChecksumAddress, ...] | tuple[SubstrateAddress, ...] | tuple[SolanaAddress, ...]`
[warning] unused-ignore-comment - :100:62 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :97:13 - Argument to function `decode_transfer_direction` is incorrect: Expected `BTCAddress | ChecksumAddress | SubstrateAddress | SolanaAddress`, found `A@BaseDecoderTools`

rotkehlchen/db/filtering.py

[error] invalid-return-type - :1038:16 - Return type does not match returned value: expected `Self@make`, found `HistoryEventWithTxRefFilterQuery`
[error] invalid-return-type - :1147:16 - Return type does not match returned value: expected `Self@make`, found `HistoryEventWithCounterpartyFilterQuery`
[error] invalid-return-type - :1228:16 - Return type does not match returned value: expected `Self@make`, found `SolanaEventFilterQuery`
[error] invalid-return-type - :1343:16 - Return type does not match returned value: expected `Self@make`, found `EvmEventFilterQuery`
[error] invalid-return-type - :1440:16 - Return type does not match returned value: expected `Self@make`, found `EthStakingEventFilterQuery`

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

src/schemathesis/generation/stateful/state_machine.py

[error] unresolved-attribute - :200 -
Old: Object of type `<super: <class 'APIStateMachine'>, APIStateMachine>` has no attribute `_add_result_to_targets`
New: Object of type `<super: <class 'APIStateMachine'>, Self@_add_result_to_targets>` has no attribute `_add_result_to_targets`

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

sklearn/base.py

[error] unresolved-attribute - :482 -
Old: Object of type `<super: <class 'BaseEstimator'>, BaseEstimator>` has no attribute `__setstate__`
New: Object of type `<super: <class 'BaseEstimator'>, Self@__setstate__>` has no attribute `__setstate__`
[error] unresolved-attribute - :545 -
Old: Object of type `<super: <class 'ClassifierMixin'>, ClassifierMixin>` has no attribute `__sklearn_tags__`
New: Object of type `<super: <class 'ClassifierMixin'>, Self@__sklearn_tags__>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :615 -
Old: Object of type `<super: <class 'RegressorMixin'>, RegressorMixin>` has no attribute `__sklearn_tags__`
New: Object of type `<super: <class 'RegressorMixin'>, Self@__sklearn_tags__>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :688 -
Old: Object of type `<super: <class 'ClusterMixin'>, ClusterMixin>` has no attribute `__sklearn_tags__`
New: Object of type `<super: <class 'ClusterMixin'>, Self@__sklearn_tags__>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :858 -
Old: Object of type `<super: <class 'TransformerMixin'>, TransformerMixin>` has no attribute `__sklearn_tags__`
New: Object of type `<super: <class 'TransformerMixin'>, Self@__sklearn_tags__>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :1039 -
Old: Object of type `<super: <class 'DensityMixin'>, DensityMixin>` has no attribute `__sklearn_tags__`
New: Object of type `<super: <class 'DensityMixin'>, Self@__sklearn_tags__>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :1086 -
Old: Object of type `<super: <class 'OutlierMixin'>, OutlierMixin>` has no attribute `__sklearn_tags__`
New: Object of type `<super: <class 'OutlierMixin'>, Self@__sklearn_tags__>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :1178 -
Old: Object of type `<super: <class 'MultiOutputMixin'>, MultiOutputMixin>` has no attribute `__sklearn_tags__`
New: Object of type `<super: <class 'MultiOutputMixin'>, Self@__sklearn_tags__>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :1187 -
Old: Object of type `<super: <class '_UnstableArchMixin'>, _UnstableArchMixin>` has no attribute `__sklearn_tags__`
New: Object of type `<super: <class '_UnstableArchMixin'>, Self@__sklearn_tags__>` has no attribute `__sklearn_tags__`

sklearn/ensemble/_hist_gradient_boosting/predictor.py

[error] unresolved-attribute - :134 -
Old: Object of type `<super: <class 'TreePredictor'>, TreePredictor>` has no attribute `__setstate__`
New: Object of type `<super: <class 'TreePredictor'>, Self@__setstate__>` has no attribute `__setstate__`

sklearn/externals/_arff.py

[error] unresolved-attribute - :521 -
Old: Object of type `<super: <class '_DataListMixin'>, _DataListMixin>` has no attribute `decode_rows`
New: Object of type `<super: <class '_DataListMixin'>, Self@decode_rows>` has no attribute `decode_rows`

sklearn/model_selection/_split.py

[error] unresolved-attribute - :91 -
Old: Object of type `<super: <class '_UnsupportedGroupCVMixin'>, _UnsupportedGroupCVMixin>` has no attribute `split`
New: Object of type `<super: <class '_UnsupportedGroupCVMixin'>, Self@split>` has no attribute `split`

sklearn/neighbors/_base.py

[error] unresolved-attribute - :1395 -
Old: Object of type `<super: <class 'RadiusNeighborsMixin'>, RadiusNeighborsMixin>` has no attribute `__sklearn_tags__`
New: Object of type `<super: <class 'RadiusNeighborsMixin'>, Self@__sklearn_tags__>` has no attribute `__sklearn_tags__`

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

scipy/sparse/_matrix.py

[error] unresolved-attribute - :146 -
Old: Object of type `<super: <class 'spmatrix'>, spmatrix>` has no attribute `todense`
New: Object of type `<super: <class 'spmatrix'>, Self@todense>` has no attribute `todense`

scipy/sparse/tests/test_base.py

[error] unresolved-attribute - :5709 -
Old: Object of type `<super: <class '_NonCanonicalMixin'>, _NonCanonicalMixin>` has no attribute `spcreator`
New: Object of type `<super: <class '_NonCanonicalMixin'>, Self@spcreator>` has no attribute `spcreator`

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

scrapy/spiders/sitemap.py

[error] invalid-return-type - :45:16 - Return type does not match returned value: expected `Self@from_crawler`, found `SitemapSpider`

scrapy/spiders/crawl.py

[error] invalid-return-type - :219:16 - Return type does not match returned value: expected `Self@from_crawler`, found `CrawlSpider`

scrapy/utils/testsite.py

[error] unresolved-attribute - :18 -
Old: Object of type `<super: <class 'SiteTest'>, SiteTest>` has no attribute `setUp`
New: Object of type `<super: <class 'SiteTest'>, Self@setUp>` has no attribute `setUp`
[error] unresolved-attribute - :23 -
Old: Object of type `<super: <class 'SiteTest'>, SiteTest>` has no attribute `tearDown`
New: Object of type `<super: <class 'SiteTest'>, Self@tearDown>` has no attribute `tearDown`

tests/test_dupefilters.py

[error] unresolved-attribute - :33 -
Old: Unresolved attribute `method` on type `FromCrawlerRFPDupeFilter`.
New: Unresolved attribute `method` on type `Self@from_crawler`.

tests/test_pipeline_media.py

[error] unresolved-attribute - :179 -
Old: Object of type `<super: <class 'MockedMediaPipeline'>, MockedMediaPipeline>` has no attribute `download`
New: Object of type `<super: <class 'MockedMediaPipeline'>, Self@download>` has no attribute `download`
[error] unresolved-attribute - :455 -
Old: Unresolved attribute `store_uri` on type `Pipeline`.
New: Unresolved attribute `store_uri` on type `Self@from_crawler`.

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

setuptools/__init__.py

[error] unresolved-attribute - :71 -
Old: Object of type `<super: <class 'MinimalDistribution'>, MinimalDistribution>` has no attribute `_split_standard_project_metadata`
New: Object of type `<super: <class 'MinimalDistribution'>, Self@_get_project_config_files>` has no attribute `_split_standard_project_metadata`

setuptools/_vendor/zipp/__init__.py

[error] unresolved-attribute - :95 -
Old: Object of type `<super: <class 'SanitizedNames'>, SanitizedNames>` has no attribute `namelist`
New: Object of type `<super: <class 'SanitizedNames'>, Self@namelist>` has no attribute `namelist`

setuptools/command/sdist.py

[error] unresolved-attribute - :114 -
Old: Object of type `<super: <class 'sdist'>, sdist>` has no attribute `_add_defaults_optional`
New: Object of type `<super: <class 'sdist'>, Self@_add_defaults_optional>` has no attribute `_add_defaults_optional`
[error] unresolved-attribute - :158 -
Old: Object of type `<super: <class 'sdist'>, sdist>` has no attribute `_add_defaults_data_files`
New: Object of type `<super: <class 'sdist'>, Self@_add_defaults_data_files>` has no attribute `_add_defaults_data_files`

setuptools/config/pyprojecttoml.py

[error] invalid-return-type - :441:16 - Return type does not match returned value: expected `Self@__enter__`, found `_EnsurePackagesDiscovered`

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

static_frame/core/series.py

[error] invalid-return-type - :772:16 - Return type does not match returned value: expected `InterGetItemILocReduces[Series[Any, Any], TVDtype@Series]`, found `InterGetItemILocReduces[Series[Any, Any] | TypeBlocks | Batch | ... omitted 6 union elements, TVDtype@Series]`

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

sympy/diffgeom/diffgeom.py

[error] unresolved-attribute - :2250 -
Old: Object of type `<super: <class '_deprecated_container'>, _deprecated_container>` has no attribute `__iter__`
New: Object of type `<super: <class '_deprecated_container'>, Self@__iter__>` has no attribute `__iter__`
[error] unresolved-attribute - :2254 -
Old: Object of type `<super: <class '_deprecated_container'>, _deprecated_container>` has no attribute `__getitem__`
New: Object of type `<super: <class '_deprecated_container'>, Self@__getitem__>` has no attribute `__getitem__`
[error] unresolved-attribute - :2258 -
Old: Object of type `<super: <class '_deprecated_container'>, _deprecated_container>` has no attribute `__contains__`
New: Object of type `<super: <class '_deprecated_container'>, Self@__contains__>` has no attribute `__contains__`

sympy/functions/elementary/miscellaneous.py

[error] unresolved-attribute - :639 -
Old: Object of type `<super: <class 'MinMaxBase'>, MinMaxBase>` has no attribute `fdiff`
New: Object of type `<super: <class 'MinMaxBase'>, Self@_eval_derivative>` has no attribute `fdiff`

sympy/matrices/expressions/matexpr.py

[error] unresolved-attribute - :232 -
Old: Object of type `<super: <class 'MatrixExpr'>, MatrixExpr>` has no attribute `_eval_derivative`
New: Object of type `<super: <class 'MatrixExpr'>, Self@_eval_derivative>` has no attribute `_eval_derivative`

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

xarray/core/dataset.py

[error] invalid-return-type - :409:16 - Return type does not match returned value: expected `Self@__eq__`, found `Dataset`

xarray/core/datatree.py

[error] invalid-argument-type - :550:37 - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Self@__init__] | None`, found `Mapping[str, DataTree] | None`
[error] invalid-return-type - :921:16 - Return type does not match returned value: expected `Self@_copy_node`, found `DataTree`
[error] invalid-return-type - :1938:16 - Return type does not match returned value: expected `Self@__eq__`, found `DataTree`

xarray/core/treenode.py

[error] invalid-return-type - :729:16 - Return type does not match returned value: expected `Self@_copy_node`, found `NamedNode`

xarray/core/variable.py

[error] invalid-return-type - :2729:16 - Return type does not match returned value: expected `Self@chunk`, found `Variable`

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/adapter.py

[error] unresolved-attribute - :769 -
Old: Object of type `<super: <class 'AdapterLookupBase'>, AdapterLookupBase>` has no attribute `changed`
New: Object of type `<super: <class 'AdapterLookupBase'>, Self@changed>` has no attribute `changed`