Summary

Comparing branches/commits:
Old: main (merge base) d63b4b03
New: 21436/merge 7a82a2bf
Lint Rule Removed Added Changed
Total 439 3149 0
invalid-method-override 0 3149 0
unused-ignore-comment 439 0 0

AutoSplit (https://github.com/Toufool/AutoSplit)

src/capture_method/__init__.py

[error] invalid-method-override - :49:9 - Invalid override of method `__contains__`: Definition is incompatible with `EnumMeta.__contains__`
[error] invalid-method-override - :108:9 - Invalid override of method `get`: Definition is incompatible with `Mapping.get`
[warning] unused-ignore-comment - :102:23 - Unused blanket `type: ignore` directive

Expression (https://github.com/cognitedata/Expression)

expression/collections/array.py

[error] invalid-method-override - :459:9 - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - :462:9 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - :465:9 - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`

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

github/GithubRetry.py

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

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

tanjun/components.py

[error] invalid-method-override - :1242:9 - Invalid override of method `execute_menu`: Definition is incompatible with `tanjun.abc.Component.execute_menu`
[error] invalid-method-override - :1259:9 - Invalid override of method `execute_slash`: Definition is incompatible with `tanjun.abc.Component.execute_slash`

tanjun/parsing.py

[error] invalid-method-override - :2190:9 - Invalid override of method `parse`: Definition is incompatible with `MessageParser.parse`

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

aiohttp/web_routedef.py

[error] invalid-method-override - :168:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`

aiohttp/helpers.py

[error] invalid-method-override - :905:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Mapping.__getitem__`
[error] invalid-method-override - :922:9 - Invalid override of method `get`: Definition is incompatible with `Mapping.get`

aiohttp/web_app.py

[error] invalid-method-override - :147:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Mapping.__getitem__`
[error] invalid-method-override - :162:9 - Invalid override of method `__setitem__`: Definition is incompatible with `MutableMapping.__setitem__`
[error] invalid-method-override - :196:9 - Invalid override of method `get`: Definition is incompatible with `Mapping.get`

aiohttp/web_urldispatcher.py

[error] invalid-method-override - :492:9 - Invalid override of method `raw_match`: Definition is incompatible with `AbstractResource.raw_match`
[warning] unused-ignore-comment - :392:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :537:19 - Unused blanket `type: ignore` directive

aiohttp/web_ws.py

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

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

aiohttp_devtools/runserver/utils.py

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

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

aioredis/client.py

[error] invalid-method-override - :146:9 - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`

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

tests/test_plugins.py

[error] invalid-method-override - :472:9 - Invalid override of method `post_receive`: Definition is incompatible with `PluginBase.post_receive`
[error] invalid-method-override - :476:9 - Invalid override of method `status_change`: Definition is incompatible with `PluginBase.status_change`

alerta/database/backends/mongodb/base.py

[error] invalid-method-override - :1513:9 - Invalid override of method `get_customer_notes`: Definition is incompatible with `Database.get_customer_notes`

alerta/database/backends/postgres/base.py

[error] invalid-method-override - :554:9 - Invalid override of method `get_topn_count`: Definition is incompatible with `Database.get_topn_count`
[error] invalid-method-override - :580:9 - Invalid override of method `get_topn_flapping`: Definition is incompatible with `Database.get_topn_flapping`
[error] invalid-method-override - :606:9 - Invalid override of method `get_topn_standing`: Definition is incompatible with `Database.get_topn_standing`
[error] invalid-method-override - :1448:9 - Invalid override of method `get_customer_notes`: Definition is incompatible with `Database.get_customer_notes`

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

altair/expr/core.py

[error] invalid-method-override - :232:9 - Invalid override of method `__setattr__`: Definition is incompatible with `SchemaBase.__setattr__`

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

apprise/attachment/memory.py

[error] invalid-method-override - :168:9 - Invalid override of method `exists`: Definition is incompatible with `AttachBase.exists`

apprise/plugins/pushdeer.py

[error] invalid-method-override - :194:9 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`

apprise/plugins/serverchan.py

[error] invalid-method-override - :155:9 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`

tests/test_asyncio.py

[error] invalid-method-override - :55:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`
[error] invalid-method-override - :59:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`

tests/test_config_http.py

[error] invalid-method-override - :73:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`

tests/test_notification_manager.py

[error] invalid-method-override - :95:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`
[error] invalid-method-override - :111:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`

apprise/persistent_store.py

[error] invalid-method-override - :307:9 - Invalid override of method `default`: Definition is incompatible with `JSONEncoder.default`

tests/test_api.py

[error] invalid-method-override - :259:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1016:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1436:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1570:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1590:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1613:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1632:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1646:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1662:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`

tests/test_apprise_cli.py

[error] invalid-method-override - :1023:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1043:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1670:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`
[error] invalid-method-override - :1674:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1697:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`
[error] invalid-method-override - :1701:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1720:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`
[error] invalid-method-override - :1724:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1738:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`
[error] invalid-method-override - :1742:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1757:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`
[error] invalid-method-override - :1761:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`
[error] invalid-method-override - :1777:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`
[error] invalid-method-override - :1800:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`
[error] invalid-method-override - :1818:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`
[error] invalid-method-override - :1822:13 - Invalid override of method `send`: Definition is incompatible with `NotifyBase.send`

tests/test_apprise_config.py

[error] invalid-method-override - :260:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`
[error] invalid-method-override - :571:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`

tests/test_attach_http.py

[error] invalid-method-override - :133:13 - Invalid override of method `url`: Definition is incompatible with `URLBase.url`

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

tests/arti/artifacts/test_artifact.py

[error] invalid-method-override - :88:13 - Invalid override of method `_visit_format`: Definition is incompatible with `Storage._visit_format`

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

arviz/data/inference_data.py

[error] invalid-method-override - :305:13 - Invalid override of method `__contains__`: Definition is incompatible with `ValuesView.__contains__`
[error] invalid-method-override - :339:13 - Invalid override of method `__contains__`: Definition is incompatible with `ItemsView.__contains__`

doc/source/user_guide/numpyro_refitting.ipynb:cell 14

[error] invalid-method-override - :30:9 - Invalid override of method `get_inference_data`: Definition is incompatible with `SamplingWrapper.get_inference_data`

doc/source/user_guide/numpyro_refitting_xr_lik.ipynb:cell 22

[error] invalid-method-override - :13:9 - Invalid override of method `get_inference_data`: Definition is incompatible with `SamplingWrapper.get_inference_data`

doc/source/user_guide/pymc_refitting.ipynb:cell 12

[error] invalid-method-override - :20:9 - Invalid override of method `log_likelihood__i`: Definition is incompatible with `SamplingWrapper.log_likelihood__i`

asynq (https://github.com/quora/asynq)

asynq/debug.pyi

[error] invalid-method-override - :30:9 - Invalid override of method `formatException`: Definition is incompatible with `Formatter.formatException`

asynq/debug.py

[error] invalid-method-override - :147:9 - Invalid override of method `formatException`: Definition is incompatible with `Formatter.formatException`

asynq/decorators.pyi

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

asynq/tests/test_contexts.py

[error] invalid-method-override - :38:9 - Invalid override of method `__exit__`: Definition is incompatible with `AsyncContext.__exit__`

asynq/tools.py

[error] invalid-method-override - :352:9 - Invalid override of method `asyncio`: Definition is incompatible with `PureAsyncDecorator.asyncio`

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

src/bandersnatch_storage_plugins/s3.py

[error] invalid-method-override - :417:9 - Invalid override of method `symlink`: Definition is incompatible with `Storage.symlink`

src/bandersnatch_storage_plugins/swift.py

[error] invalid-method-override - :947:9 - Invalid override of method `symlink`: Definition is incompatible with `Storage.symlink`
[warning] unused-ignore-comment - :344:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :422:23 - Unused blanket `type: ignore` directive

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

beartype/_check/metadata/hint/hintsmeta.py

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

beartype/_util/cache/pool/utilcachepoollistfixed.py

[error] invalid-method-override - :251:9 - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - :261:9 - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
[warning] unused-ignore-comment - :147:45 - Unused blanket `type: ignore` directive

beartype/claw/_importlib/_clawimpload.py

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

beartype/typing/_typingpep544.py

[error] invalid-method-override - :253:9 - Invalid override of method `__instancecheck__`: Definition is incompatible with `ABCMeta.__instancecheck__`

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

src/bokeh/application/handlers/directory.py

[error] invalid-method-override - :273:9 - Invalid override of method `on_session_created`: Definition is incompatible with `Handler.on_session_created`
[error] invalid-method-override - :283:9 - Invalid override of method `on_session_destroyed`: Definition is incompatible with `Handler.on_session_destroyed`

src/bokeh/core/json_encoder.py

[error] invalid-method-override - :184:9 - Invalid override of method `default`: Definition is incompatible with `JSONEncoder.default`

src/bokeh/core/property/dataspec.py

[error] invalid-method-override - :218:9 - Invalid override of method `make_descriptors`: Definition is incompatible with `Property.make_descriptors`
[error] invalid-method-override - :465:9 - Invalid override of method `make_descriptors`: Definition is incompatible with `Property.make_descriptors`
[error] invalid-method-override - :514:9 - Invalid override of method `prepare_value`: Definition is incompatible with `Property.prepare_value`
[error] invalid-method-override - :529:9 - Invalid override of method `prepare_value`: Definition is incompatible with `Property.prepare_value`
[error] invalid-method-override - :543:9 - Invalid override of method `prepare_value`: Definition is incompatible with `Property.prepare_value`
[error] invalid-method-override - :612:9 - Invalid override of method `prepare_value`: Definition is incompatible with `Property.prepare_value`

src/bokeh/core/property/include.py

[error] invalid-method-override - :63:9 - Invalid override of method `make_descriptors`: Definition is incompatible with `PropertyDescriptorFactory.make_descriptors`

src/bokeh/server/views/multi_root_static_handler.py

[error] invalid-method-override - :52:9 - Invalid override of method `initialize`: Definition is incompatible with `StaticFileHandler.initialize`
[error] invalid-method-override - :69:9 - Invalid override of method `validate_absolute_path`: Definition is incompatible with `StaticFileHandler.validate_absolute_path`

src/bokeh/core/property/alias.py

[error] invalid-method-override - :88:9 - Invalid override of method `make_descriptors`: Definition is incompatible with `Property.make_descriptors`
[error] invalid-method-override - :102:9 - Invalid override of method `make_descriptors`: Definition is incompatible with `Property.make_descriptors`

src/bokeh/core/property/container.py

[error] invalid-method-override - :247:9 - Invalid override of method `make_descriptors`: Definition is incompatible with `Property.make_descriptors`

src/bokeh/core/property/descriptors.py

[error] invalid-method-override - :879:9 - Invalid override of method `set_from_json`: Definition is incompatible with `DataSpecPropertyDescriptor.set_from_json`

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

cloudinit/distros/gentoo.py

[error] invalid-method-override - :43:9 - Invalid override of method `apply_locale`: Definition is incompatible with `cloudinit.distros.Distro.apply_locale`

cloudinit/helpers.py

[error] invalid-method-override - :446:9 - Invalid override of method `get`: Definition is incompatible with `RawConfigParser.get`
[error] invalid-method-override - :465:9 - Invalid override of method `getboolean`: Definition is incompatible with `RawConfigParser.getboolean`
[error] invalid-method-override - :470:9 - Invalid override of method `getfloat`: Definition is incompatible with `RawConfigParser.getfloat`
[error] invalid-method-override - :475:9 - Invalid override of method `getint`: Definition is incompatible with `RawConfigParser.getint`

cloudinit/mergers/__init__.py

[error] invalid-method-override - :60:9 - Invalid override of method `_handle_unknown`: Definition is incompatible with `UnknownMerger._handle_unknown`

cloudinit/net/netbsd.py

[error] invalid-method-override - :15:9 - Invalid override of method `write_config`: Definition is incompatible with `BSDRenderer.write_config`

cloudinit/net/freebsd.py

[error] invalid-method-override - :19:9 - Invalid override of method `write_config`: Definition is incompatible with `BSDRenderer.write_config`

cloudinit/sources/DataSourceAzure.py

[error] invalid-method-override - :987:9 - Invalid override of method `device_name_to_device`: Definition is incompatible with `DataSource.device_name_to_device`

cloudinit/sources/DataSourceEc2.py

[error] invalid-method-override - :419:9 - Invalid override of method `device_name_to_device`: Definition is incompatible with `DataSource.device_name_to_device`

cloudinit/sources/DataSourceSmartOS.py

[error] invalid-method-override - :335:9 - Invalid override of method `device_name_to_device`: Definition is incompatible with `DataSource.device_name_to_device`

tests/unittests/util.py

[error] invalid-method-override - :16:9 - Invalid override of method `persist_instance_data`: Definition is incompatible with `DataSource.persist_instance_data`
[error] invalid-method-override - :182:9 - Invalid override of method `do_as`: Definition is incompatible with `Distro.do_as`

com2ann (https://github.com/ilevkivskyi/com2ann)

src/com2ann.py

[error] invalid-method-override - :155:9 - Invalid override of method `visit_Assign`: Definition is incompatible with `NodeVisitor.visit_Assign`
[error] invalid-method-override - :191:9 - Invalid override of method `visit_For`: Definition is incompatible with `NodeVisitor.visit_For`
[error] invalid-method-override - :194:9 - Invalid override of method `visit_AsyncFor`: Definition is incompatible with `NodeVisitor.visit_AsyncFor`
[error] invalid-method-override - :197:9 - Invalid override of method `visit_With`: Definition is incompatible with `NodeVisitor.visit_With`
[error] invalid-method-override - :200:9 - Invalid override of method `visit_AsyncWith`: Definition is incompatible with `NodeVisitor.visit_AsyncWith`
[error] invalid-method-override - :208:9 - Invalid override of method `visit_FunctionDef`: Definition is incompatible with `NodeVisitor.visit_FunctionDef`
[error] invalid-method-override - :211:9 - Invalid override of method `visit_AsyncFunctionDef`: Definition is incompatible with `NodeVisitor.visit_AsyncFunctionDef`

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

comtypes/tools/codegenerator/typeannotator.py

[error] invalid-method-override - :264:9 - Invalid override of method `to_method_annotator`: Definition is incompatible with `_MethodsAnnotator.to_method_annotator`
[error] invalid-method-override - :304:9 - Invalid override of method `to_method_annotator`: Definition is incompatible with `_MethodsAnnotator.to_method_annotator`

comtypes/_memberspec.py

[error] invalid-method-override - :430:9 - Invalid override of method `to_propget_keys`: Definition is incompatible with `PropertyGenerator.to_propget_keys`
[error] invalid-method-override - :438:9 - Invalid override of method `to_propput_keys`: Definition is incompatible with `PropertyGenerator.to_propput_keys`
[error] invalid-method-override - :444:9 - Invalid override of method `to_propputref_keys`: Definition is incompatible with `PropertyGenerator.to_propputref_keys`
[error] invalid-method-override - :452:9 - Invalid override of method `to_propget_keys`: Definition is incompatible with `PropertyGenerator.to_propget_keys`
[error] invalid-method-override - :455:9 - Invalid override of method `to_propput_keys`: Definition is incompatible with `PropertyGenerator.to_propput_keys`
[error] invalid-method-override - :458:9 - Invalid override of method `to_propputref_keys`: Definition is incompatible with `PropertyGenerator.to_propputref_keys`

comtypes/server/localserver.py

[error] invalid-method-override - :55:9 - Invalid override of method `IUnknown_AddRef`: Definition is incompatible with `COMObject.IUnknown_AddRef`
[error] invalid-method-override - :58:9 - Invalid override of method `IUnknown_Release`: Definition is incompatible with `COMObject.IUnknown_Release`

comtypes/test/__init__.py

[error] invalid-method-override - :156:9 - Invalid override of method `run`: Definition is incompatible with `TextTestRunner.run`

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

homeassistant/helpers/registry.py

[error] invalid-method-override - :38:9 - Invalid override of method `__setitem__`: Definition is incompatible with `UserDict.__setitem__`

homeassistant/components/apple_tv/config_flow.py

[error] invalid-method-override - :292:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/auth/mfa_setup_flow.py

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

homeassistant/components/bosch_alarm/config_flow.py

[error] invalid-method-override - :99:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/elkm1/config_flow.py

[error] invalid-method-override - :202:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/flux_led/config_flow.py

[error] invalid-method-override - :179:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/fritz/config_flow.py

[error] invalid-method-override - :199:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/fritzbox/config_flow.py

[error] invalid-method-override - :149:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/gogogate2/config_flow.py

[error] invalid-method-override - :76:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/homekit_controller/config_flow.py

[error] invalid-method-override - :338:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/hunterdouglas_powerview/config_flow.py

[error] invalid-method-override - :168:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/lifx/config_flow.py

[error] invalid-method-override - :107:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/plugwise/config_flow.py

[error] invalid-method-override - :183:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/recorder/models/state.py

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

homeassistant/components/samsungtv/config_flow.py

[error] invalid-method-override - :442:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/steamist/config_flow.py

[error] invalid-method-override - :96:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/tellduslive/config_flow.py

[error] invalid-method-override - :120:15 - Invalid override of method `async_step_discovery`: Definition is incompatible with `ConfigFlow.async_step_discovery`

homeassistant/components/tplink/config_flow.py

[error] invalid-method-override - :201:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/webostv/config_flow.py

[error] invalid-method-override - :137:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/yalexs_ble/config_flow.py

[error] invalid-method-override - :153:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/components/yeelight/config_flow.py

[error] invalid-method-override - :146:9 - Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`

homeassistant/config_entries.py

[error] invalid-method-override - :1811:9 - Invalid override of method `__setitem__`: Definition is incompatible with `UserDict.__setitem__`
[error] invalid-method-override - :1882:9 - Invalid override of method `__delitem__`: Definition is incompatible with `UserDict.__delitem__`
[warning] unused-ignore-comment - :3204:30 - Unused blanket `type: ignore` directive

homeassistant/core.py

[error] invalid-method-override - :2048:9 - Invalid override of method `__setitem__`: Definition is incompatible with `UserDict.__setitem__`

homeassistant/helpers/script_variables.py

[error] invalid-method-override - :196:9 - Invalid override of method `__setitem__`: Definition is incompatible with `UserDict.__setitem__`

homeassistant/util/hass_dict.pyi

[error] invalid-method-override - :37:9 - Invalid override of method `__getitem__`: Definition is incompatible with `dict.__getitem__`
[error] invalid-method-override - :47:9 - Invalid override of method `__setitem__`: Definition is incompatible with `dict.__setitem__`
[error] invalid-method-override - :59:9 - Invalid override of method `setdefault`: Definition is incompatible with `MutableMapping.setdefault`
[error] invalid-method-override - :75:9 - Invalid override of method `get`: Definition is incompatible with `dict.get`
[error] invalid-method-override - :97:9 - Invalid override of method `pop`: Definition is incompatible with `dict.pop`

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

mypy-stubs/rdflib/query.pyi

[error] invalid-method-override - :17:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

cwltool/docker.py

[error] invalid-method-override - :308:9 - Invalid override of method `create_runtime`: Definition is incompatible with `ContainerCommandLineJob.create_runtime`

cwltool/job.py

[error] invalid-method-override - :672:9 - Invalid override of method `_preserve_environment_on_containers_warning`: Definition is incompatible with `JobBase._preserve_environment_on_containers_warning`

mypy-stubs/rdflib/graph.pyi

[error] invalid-method-override - :180:9 - Invalid override of method `n3`: Definition is incompatible with `Node.n3`
[error] invalid-method-override - :205:9 - Invalid override of method `add`: Definition is incompatible with `Graph.add`
[error] invalid-method-override - :207:9 - Invalid override of method `remove`: Definition is incompatible with `Graph.remove`

mypy-stubs/rdflib/namespace/__init__.pyi

[error] invalid-method-override - :38:9 - Invalid override of method `__getitem__`: Definition is incompatible with `str.__getitem__`
[error] invalid-method-override - :42:9 - Invalid override of method `format`: Definition is incompatible with `str.format`

tests/test_fetch.py

[error] invalid-method-override - :42:9 - Invalid override of method `urljoin`: Definition is incompatible with `Fetcher.urljoin`

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

ddtrace/_trace/processor/__init__.py

[error] invalid-method-override - :202:9 - Invalid override of method `on_span_start`: Definition is incompatible with `SpanProcessor.on_span_start`

ddtrace/debugging/_import.py

[error] invalid-method-override - :15:9 - Invalid override of method `transform`: Definition is incompatible with `BaseModuleWatchdog.transform`

ddtrace/debugging/_probe/registry.py

[error] invalid-method-override - :96:9 - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`

ddtrace/llmobs/_evaluators/sampler.py

[error] invalid-method-override - :35:9 - Invalid override of method `matches`: Definition is incompatible with `SamplingRule.matches`

ddtrace/vendor/jsonpath_ng/jsonpath.py

[error] invalid-method-override - :229:9 - Invalid override of method `find`: Definition is incompatible with `JSONPath.find`
[error] invalid-method-override - :261:9 - Invalid override of method `find`: Definition is incompatible with `JSONPath.find`
[error] invalid-method-override - :277:9 - Invalid override of method `find_or_create`: Definition is incompatible with `JSONPath.find_or_create`
[error] invalid-method-override - :319:9 - Invalid override of method `find`: Definition is incompatible with `JSONPath.find`
[error] invalid-method-override - :382:9 - Invalid override of method `find`: Definition is incompatible with `JSONPath.find`
[error] invalid-method-override - :579:9 - Invalid override of method `find`: Definition is incompatible with `JSONPath.find`
[error] invalid-method-override - :582:9 - Invalid override of method `find_or_create`: Definition is incompatible with `JSONPath.find_or_create`
[error] invalid-method-override - :649:9 - Invalid override of method `find`: Definition is incompatible with `JSONPath.find`
[error] invalid-method-override - :652:9 - Invalid override of method `find_or_create`: Definition is incompatible with `JSONPath.find_or_create`
[error] invalid-method-override - :735:9 - Invalid override of method `find`: Definition is incompatible with `JSONPath.find`

tests/contrib/anthropic/test_anthropic_patch.py

[error] invalid-method-override - :14:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :18:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :22:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/crewai/test_crewai_patch.py

[error] invalid-method-override - :14:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :22:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/ddtrace_api/test_dd_trace_api_patch.py

[error] invalid-method-override - :19:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :23:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :26:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/fastapi/test_fastapi_patch.py

[error] invalid-method-override - :14:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :20:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :26:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/google_genai/test_google_genai_patch.py

[error] invalid-method-override - :14:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :22:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/grpc/test_grpc_patch.py

[error] invalid-method-override - :13:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :21:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :29:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/kafka/test_kafka_patch.py

[error] invalid-method-override - :14:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :20:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :26:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/litellm/test_litellm_patch.py

[error] invalid-method-override - :14:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :20:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :26:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/openai/test_openai_patch.py

[error] invalid-method-override - :32:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :83:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :134:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/pydantic_ai/test_pydantic_ai_patch.py

[error] invalid-method-override - :18:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :26:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :34:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/snowflake/test_snowflake_patch.py

[error] invalid-method-override - :13:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :16:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :19:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/urllib3/test_urllib3_patch.py

[error] invalid-method-override - :14:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :17:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :20:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/vertexai/test_vertexai_patch.py

[error] invalid-method-override - :14:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :20:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :26:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

ddtrace/appsec/_iast/_ast/visitor.py

[error] invalid-method-override - :418:9 - Invalid override of method `visit_Module`: Definition is incompatible with `NodeVisitor.visit_Module`
[error] invalid-method-override - :472:9 - Invalid override of method `visit_FunctionDef`: Definition is incompatible with `NodeVisitor.visit_FunctionDef`
[error] invalid-method-override - :512:9 - Invalid override of method `visit_Call`: Definition is incompatible with `NodeVisitor.visit_Call`
[error] invalid-method-override - :640:9 - Invalid override of method `visit_BinOp`: Definition is incompatible with `NodeVisitor.visit_BinOp`
[error] invalid-method-override - :656:9 - Invalid override of method `visit_AugAssign`: Definition is incompatible with `NodeVisitor.visit_AugAssign`
[error] invalid-method-override - :694:9 - Invalid override of method `visit_FormattedValue`: Definition is incompatible with `NodeVisitor.visit_FormattedValue`
[error] invalid-method-override - :725:9 - Invalid override of method `visit_JoinedStr`: Definition is incompatible with `NodeVisitor.visit_JoinedStr`
[error] invalid-method-override - :755:9 - Invalid override of method `visit_Assign`: Definition is incompatible with `NodeVisitor.visit_Assign`
[error] invalid-method-override - :792:9 - Invalid override of method `visit_Delete`: Definition is incompatible with `NodeVisitor.visit_Delete`
[error] invalid-method-override - :817:9 - Invalid override of method `visit_Subscript`: Definition is incompatible with `NodeVisitor.visit_Subscript`

ddtrace/appsec/_iast/reporter.py

[error] invalid-method-override - :402:17 - Invalid override of method `default`: Definition is incompatible with `JSONEncoder.default`

ddtrace/debugging/_origin/span.py

[error] invalid-method-override - :194:9 - Invalid override of method `__return__`: Definition is incompatible with `BaseWrappingContext.__return__`
[error] invalid-method-override - :198:9 - Invalid override of method `__exit__`: Definition is incompatible with `BaseWrappingContext.__exit__`

ddtrace/internal/coverage/code.py

[error] invalid-method-override - :364:9 - Invalid override of method `after_import`: Definition is incompatible with `ModuleWatchdog.after_import`

tests/contrib/aiobotocore/test_aiobotocore_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/aiohttp/test_aiohttp_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/aiohttp_jinja2/test_aiohttp_jinja2_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/aiomysql/test_aiomysql_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/aiopg/test_aiopg_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/algoliasearch/test_algoliasearch_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/aredis/test_aredis_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/asyncpg/test_asyncpg_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/azure_eventhubs/test_azure_eventhubs_patch.py

[error] invalid-method-override - :19:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :28:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :37:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`
[error] invalid-method-override - :54:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :62:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :70:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/azure_functions/test_azure_functions_patch.py

[error] invalid-method-override - :19:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :22:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :25:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/azure_servicebus/test_azure_servicebus_patch.py

[error] invalid-method-override - :19:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :25:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :31:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`
[error] invalid-method-override - :45:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :50:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :55:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/boto/test_boto_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/botocore/test_botocore_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/bottle/test_bottle_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/consul/test_consul_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/django/test_django_patch.py

[error] invalid-method-override - :15:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :33:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :47:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/dogpile_cache/test_dogpile_cache_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/falcon/test_falcon_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/flask/test_flask_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/futures/test_futures_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/graphql/test_graphql_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/grpc/hello_servicer.py

[error] invalid-method-override - :63:9 - Invalid override of method `SayHelloUnknown`: Definition is incompatible with `HelloServicer.SayHelloUnknown`

tests/contrib/httplib/test_httplib_patch.py

[error] invalid-method-override - :19:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :22:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :25:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/httpx/test_httpx_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/jinja2/test_jinja2_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/kombu/test_kombu_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/langchain/test_langchain_patch.py

[error] invalid-method-override - :14:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :35:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :56:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/langgraph/test_langgraph_patch.py

[error] invalid-method-override - :20:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :43:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :65:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/logbook/test_logbook_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/logging/test_logging_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/loguru/test_loguru_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/mako/test_mako_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/mariadb/test_mariadb_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/mcp/test_mcp_patch.py

[error] invalid-method-override - :14:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :40:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/molten/test_molten_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/mysql/test_mysql_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/mysqldb/test_mysqldb_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/openai_agents/test_openai_agents_patch.py

[error] invalid-method-override - :20:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :23:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :26:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/psycopg/test_psycopg_patch.py

[error] invalid-method-override - :26:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :29:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :32:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/psycopg2/test_psycopg_patch.py

[error] invalid-method-override - :30:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :33:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :36:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/pylibmc/test_pylibmc_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/pymemcache/test_pymemcache_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/pymongo/test_pymongo_patch.py

[error] invalid-method-override - :35:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :53:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :71:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/pymysql/test_pymysql_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/pynamodb/test_pynamodb_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/pyodbc/test_pyodbc_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/pyramid/test_pyramid_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/ray/test_ray_patch.py

[error] invalid-method-override - :18:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :28:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :38:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/redis/test_redis_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/rediscluster/test_rediscluster_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/requests/test_requests_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/sanic/test_sanic_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/sqlite3/test_sqlite3_patch.py

[error] invalid-method-override - :31:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :34:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :37:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/starlette/test_starlette_patch.py

[error] invalid-method-override - :14:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :19:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :26:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/structlog/test_structlog_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :36:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/subprocess/test_subprocess_patch.py

[error] invalid-method-override - :26:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :34:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/tornado/test_tornado_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/unittest/test_unittest_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/valkey/test_valkey_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/vertica/test_vertica_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/contrib/yaaredis/test_yaaredis_patch.py

[error] invalid-method-override - :24:9 - Invalid override of method `assert_module_patched`: Definition is incompatible with `Base.assert_module_patched`
[error] invalid-method-override - :27:9 - Invalid override of method `assert_not_module_patched`: Definition is incompatible with `Base.assert_not_module_patched`
[error] invalid-method-override - :30:9 - Invalid override of method `assert_not_module_double_patched`: Definition is incompatible with `Base.assert_not_module_double_patched`

tests/debugging/exploration/debugger.py

[error] invalid-method-override - :125:9 - Invalid override of method `encode`: Definition is incompatible with `LogSignalJsonEncoder.encode`
[error] invalid-method-override - :140:9 - Invalid override of method `_enqueue`: Definition is incompatible with `SignalCollector._enqueue`

tests/debugging/function/test_discovery.py

[error] invalid-method-override - :150:13 - Invalid override of method `transform`: Definition is incompatible with `BaseModuleWatchdog.transform`

tests/debugging/mocking.py

[error] invalid-method-override - :73:9 - Invalid override of method `_enqueue`: Definition is incompatible with `SignalCollector._enqueue`

tests/integration/test_debug.py

[error] invalid-method-override - :272:13 - Invalid override of method `recreate`: Definition is incompatible with `TraceWriter.recreate`

tests/internal/test_tracer_flare.py

[error] invalid-method-override - :742:9 - Invalid override of method `write`: Definition is incompatible with `PublisherSubscriberConnector.write`

tests/internal/test_wrapping.py

[error] invalid-method-override - :593:9 - Invalid override of method `__exit__`: Definition is incompatible with `BaseWrappingContext.__exit__`
[error] invalid-method-override - :662:13 - Invalid override of method `__exit__`: Definition is incompatible with `BaseWrappingContext.__exit__`
[error] invalid-method-override - :904:13 - Invalid override of method `__exit__`: Definition is incompatible with `BaseWrappingContext.__exit__`

tests/profiling_v2/collector/test_stack.py

[error] invalid-method-override - :742:13 - Invalid override of method `collect`: Definition is incompatible with `PeriodicCollector.collect`

tests/tracer/runtime/test_tag_collectors.py

[error] invalid-method-override - :84:13 - Invalid override of method `process_trace`: Definition is incompatible with `TraceFilter.process_trace`

dedupe (https://github.com/dedupeio/dedupe)

dedupe/serializer.py

[error] invalid-method-override - :28:9 - Invalid override of method `encode`: Definition is incompatible with `JSONEncoder.encode`
[error] invalid-method-override - :31:9 - Invalid override of method `iterencode`: Definition is incompatible with `JSONEncoder.iterencode`
[error] invalid-method-override - :34:9 - Invalid override of method `default`: Definition is incompatible with `JSONEncoder.default`

dedupe/levenshtein.py

[warning] unused-ignore-comment - :16:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :21:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :29:67 - Unused blanket `type: ignore` directive

dedupe/predicates.py

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

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

discord/embeds.py

[error] invalid-method-override - :308:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`

discord/flags.py

[error] invalid-method-override - :1881:9 - Invalid override of method `to_array`: Definition is incompatible with `ArrayFlags.to_array`

discord/ui/file_upload.py

[error] invalid-method-override - :175:9 - Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
[error] invalid-method-override - :178:9 - Invalid override of method `_handle_submit`: Definition is incompatible with `Item._handle_submit`

discord/ui/text_input.py

[error] invalid-method-override - :252:9 - Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
[error] invalid-method-override - :255:9 - Invalid override of method `_refresh_state`: Definition is incompatible with `Item._refresh_state`

discord/activity.py

[error] invalid-method-override - :286:9 - Invalid override of method `to_dict`: Definition is incompatible with `BaseActivity.to_dict`
[error] invalid-method-override - :455:9 - Invalid override of method `to_dict`: Definition is incompatible with `BaseActivity.to_dict`
[error] invalid-method-override - :566:9 - Invalid override of method `to_dict`: Definition is incompatible with `BaseActivity.to_dict`
[error] invalid-method-override - :822:9 - Invalid override of method `to_dict`: Definition is incompatible with `BaseActivity.to_dict`

discord/channel.py

[error] invalid-method-override - :1098:15 - Invalid override of method `_get_channel`: Definition is incompatible with `Messageable._get_channel`
[error] invalid-method-override - :2065:9 - Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update`
[error] invalid-method-override - :2478:9 - Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update`

discord/ext/commands/context.py

[error] invalid-method-override - :411:15 - Invalid override of method `_get_channel`: Definition is incompatible with `Messageable._get_channel`
[error] invalid-method-override - :783:9 - Invalid override of method `typing`: Definition is incompatible with `Messageable.typing`

discord/ext/commands/cooldowns.py

[error] invalid-method-override - :171:9 - Invalid override of method `create_bucket`: Definition is incompatible with `CooldownMapping.create_bucket`

discord/ext/commands/help.py

[error] invalid-method-override - :1255:9 - Invalid override of method `get_destination`: Definition is incompatible with `HelpCommand.get_destination`
[error] invalid-method-override - :1264:15 - Invalid override of method `prepare_help_command`: Definition is incompatible with `HelpCommand.prepare_help_command`
[error] invalid-method-override - :1520:9 - Invalid override of method `get_destination`: Definition is incompatible with `HelpCommand.get_destination`
[error] invalid-method-override - :1529:15 - Invalid override of method `prepare_help_command`: Definition is incompatible with `HelpCommand.prepare_help_command`

discord/ext/commands/hybrid.py

[error] invalid-method-override - :563:9 - Invalid override of method `_ensure_assignment_on_copy`: Definition is incompatible with `Command._ensure_assignment_on_copy`
[error] invalid-method-override - :790:9 - Invalid override of method `add_command`: Definition is incompatible with `GroupMixin.add_command`

discord/ext/commands/parameters.py

[error] invalid-method-override - :115:9 - Invalid override of method `replace`: Definition is incompatible with `inspect.Parameter.replace`

discord/interactions.py

[error] invalid-method-override - :1453:15 - Invalid override of method `edit`: Definition is incompatible with `Message.edit`

discord/ui/button.py

[error] invalid-method-override - :287:9 - Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`

discord/ui/container.py

[error] invalid-method-override - :179:9 - Invalid override of method `_update_view`: Definition is incompatible with `Item._update_view`

discord/ui/modal.py

[error] invalid-method-override - :159:15 - Invalid override of method `on_error`: Definition is incompatible with `BaseView.on_error`
[error] invalid-method-override - :176:9 - Invalid override of method `_refresh`: Definition is incompatible with `BaseView._refresh`
[error] invalid-method-override - :202:15 - Invalid override of method `_scheduled_task`: Definition is incompatible with `BaseView._scheduled_task`

discord/ui/select.py

[error] invalid-method-override - :366:9 - Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
[error] invalid-method-override - :369:9 - Invalid override of method `_handle_submit`: Definition is incompatible with `Item._handle_submit`
[error] invalid-method-override - :382:9 - Invalid override of method `_refresh_state`: Definition is incompatible with `Item._refresh_state`

discord/utils.py

[error] invalid-method-override - :255:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
[error] invalid-method-override - :261:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`

discord/webhook/async_.py

[error] invalid-method-override - :805:15 - Invalid override of method `edit`: Definition is incompatible with `Message.edit`

discord/webhook/sync.py

[error] invalid-method-override - :410:9 - Invalid override of method `edit`: Definition is incompatible with `Message.edit`
[error] invalid-method-override - :474:9 - Invalid override of method `add_files`: Definition is incompatible with `Message.add_files`
[error] invalid-method-override - :498:9 - Invalid override of method `remove_attachments`: Definition is incompatible with `Message.remove_attachments`
[error] invalid-method-override - :522:9 - Invalid override of method `delete`: Definition is incompatible with `PartialMessage.delete`

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

django-stubs/contrib/gis/db/backends/postgis/operations.pyi

[error] invalid-method-override - :53:9 - Invalid override of method `get_distance`: Definition is incompatible with `BaseSpatialOperations.get_distance`

django-stubs/contrib/gis/sitemaps/kml.pyi

[error] invalid-method-override - :10:9 - Invalid override of method `location`: Definition is incompatible with `Sitemap.location`

django-stubs/contrib/postgres/forms/ranges.pyi

[error] invalid-method-override - :22:9 - Invalid override of method `compress`: Definition is incompatible with `MultiValueField.compress`

django-stubs/core/signing.pyi

[error] invalid-method-override - :74:9 - Invalid override of method `unsign`: Definition is incompatible with `Signer.unsign`

django-stubs/db/utils.pyi

[error] invalid-method-override - :37:9 - Invalid override of method `configure_settings`: Definition is incompatible with `BaseConnectionHandler.configure_settings`

django-stubs/test/utils.pyi

[error] invalid-method-override - :34:9 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - :36:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`

django-stubs/utils/functional.pyi

[error] invalid-method-override - :25:9 - Invalid override of method `__add__`: Definition is incompatible with `Promise.__add__`
[error] invalid-method-override - :33:9 - Invalid override of method `__lt__`: Definition is incompatible with `Promise.__lt__`
[error] invalid-method-override - :34:9 - Invalid override of method `__mod__`: Definition is incompatible with `Promise.__mod__`

django-stubs/utils/html.pyi

[error] invalid-method-override - :35:9 - Invalid override of method `handle_data`: Definition is incompatible with `HTMLParser.handle_data`

django-stubs/utils/safestring.pyi

[error] invalid-method-override - :15:9 - Invalid override of method `__add__`: Definition is incompatible with `str.__add__`

django-stubs/contrib/admin/checks.pyi

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

django-stubs/contrib/admin/utils.pyi

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

django-stubs/contrib/auth/backends.pyi

[warning] unused-ignore-comment - :46:97 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :47:104 - Unused blanket `type: ignore` directive

django-stubs/contrib/contenttypes/fields.pyi

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

django-stubs/contrib/postgres/aggregates/general.pyi

[warning] unused-ignore-comment - :23:98 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :45:98 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :58:98 - Unused blanket `type: ignore` directive

django-stubs/contrib/postgres/fields/ranges.pyi

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

django-stubs/contrib/postgres/forms/hstore.pyi

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

django-stubs/contrib/postgres/lookups.pyi

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

django-stubs/contrib/staticfiles/management/commands/findstatic.pyi

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

django-stubs/core/files/base.pyi

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

django-stubs/core/management/base.pyi

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

django-stubs/core/management/commands/loaddata.pyi

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

django-stubs/core/management/commands/startapp.pyi

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

django-stubs/core/management/commands/startproject.pyi

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

django-stubs/db/backends/mysql/compiler.pyi

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

django-stubs/db/models/fields/files.pyi

[warning] unused-ignore-comment - :31:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :92:93 - Unused blanket `type: ignore` directive

django-stubs/db/models/functions/json.pyi

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

django-stubs/db/models/signals.pyi

[warning] unused-ignore-comment - :10:19 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :18:22 - Unused blanket `type: ignore` directive

django-stubs/db/models/sql/compiler.pyi

[warning] unused-ignore-comment - :142:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :143:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :153:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :157:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :158:86 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :159:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :164:42 - Unused blanket `type: ignore` directive

django-stubs/db/models/sql/query.pyi

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

django-stubs/forms/models.pyi

[warning] unused-ignore-comment - :303:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :306:104 - Unused blanket `type: ignore` directive

django-stubs/test/runner.pyi

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

django-stubs/utils/text.pyi

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

django-stubs/contrib/admin/options.pyi

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

django-stubs/contrib/gis/db/models/fields.pyi

[error] invalid-method-override - :190:9 - Invalid override of method `get_transform`: Definition is incompatible with `RegisterLookupMixin.get_transform`
[warning] unused-ignore-comment - :117:21 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :125:93 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :189:93 - Unused blanket `type: ignore` directive

django-stubs/contrib/postgres/forms/array.pyi

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

django-stubs/contrib/postgres/search.pyi

[error] invalid-method-override - :13:9 - Invalid override of method `process_rhs`: Definition is incompatible with `Lookup.process_rhs`
[error] invalid-method-override - :14:9 - Invalid override of method `as_sql`: Definition is incompatible with `Lookup.as_sql`
[warning] unused-ignore-comment - :123:18 - Unused blanket `type: ignore` directive

django-stubs/contrib/sessions/backends/base.pyi

[error] invalid-method-override - :43:9 - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`

django-stubs/core/files/uploadedfile.pyi

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

django-stubs/db/models/enums.pyi

[error] invalid-method-override - :36:13 - Invalid override of method `__contains__`: Definition is incompatible with `EnumMeta.__contains__`

django-stubs/db/models/fields/related.pyi

[error] invalid-method-override - :240:9 - Invalid override of method `__get__`: Definition is incompatible with `ForeignObject.__get__`
[warning] unused-ignore-comment - :303:93 - Unused blanket `type: ignore` directive

django-stubs/db/models/fields/related_descriptors.pyi

[error] invalid-method-override - :156:9 - Invalid override of method `__get__`: Definition is incompatible with `ReverseManyToOneDescriptor.__get__`

django-stubs/forms/fields.pyi

[error] invalid-method-override - :278:9 - Invalid override of method `clean`: Definition is incompatible with `Field.clean`
[error] invalid-method-override - :279:9 - Invalid override of method `to_python`: Definition is incompatible with `Field.to_python`
[error] invalid-method-override - :284:9 - Invalid override of method `to_python`: Definition is incompatible with `Field.to_python`
[warning] unused-ignore-comment - :143:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :170:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :316:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :545:58 - Unused blanket `type: ignore` directive

django-stubs/forms/widgets.pyi

[warning] unused-ignore-comment - :215:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :229:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :317:77 - Unused blanket `type: ignore` directive

django-stubs/utils/datastructures.pyi

[error] invalid-method-override - :49:9 - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
[error] invalid-method-override - :54:9 - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[error] invalid-method-override - :55:9 - Invalid override of method `remove`: Definition is incompatible with `MutableSet.remove`
[error] invalid-method-override - :56:9 - Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`
[warning] unused-ignore-comment - :79:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :90:59 - Unused blanket `type: ignore` directive

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

dragonchain/lib/dto/bnb.py

[error] invalid-method-override - :357:9 - Invalid override of method `_publish_l5_transaction`: Definition is incompatible with `InterchainModel._publish_l5_transaction`

dragonchain/lib/dto/btc.py

[error] invalid-method-override - :267:9 - Invalid override of method `_publish_l5_transaction`: Definition is incompatible with `InterchainModel._publish_l5_transaction`

dragonchain/lib/dto/eth.py

[error] invalid-method-override - :250:9 - Invalid override of method `_publish_l5_transaction`: Definition is incompatible with `InterchainModel._publish_l5_transaction`

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

dulwich/dumb.py

[error] invalid-method-override - :254:9 - Invalid override of method `get_raw`: Definition is incompatible with `BaseObjectStore.get_raw`
[error] invalid-method-override - :287:9 - Invalid override of method `__contains__`: Definition is incompatible with `BaseObjectStore.__contains__`

dulwich/hooks.py

[error] invalid-method-override - :192:9 - Invalid override of method `execute`: Definition is incompatible with `ShellHook.execute`

dulwich/lru_cache.py

[error] invalid-method-override - :422:9 - Invalid override of method `resize`: Definition is incompatible with `LRUCache.resize`

dulwich/cli.py

[error] invalid-method-override - :1126:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :1147:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :1171:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :1184:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :1203:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :1226:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :2312:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :2331:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :2376:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :3486:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :3564:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :3579:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :3593:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :3610:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`
[error] invalid-method-override - :5413:9 - Invalid override of method `run`: Definition is incompatible with `Command.run`

dulwich/client.py

[error] invalid-method-override - :2112:9 - Invalid override of method `_connect`: Definition is incompatible with `TraditionalGitClient._connect`

dulwich/contrib/swift.py

[error] invalid-method-override - :1098:9 - Invalid override of method `_put_named_file`: Definition is incompatible with `BaseRepo._put_named_file`

dulwich/line_ending.py

[error] invalid-method-override - :531:9 - Invalid override of method `checkin_normalize`: Definition is incompatible with `FilterBlobNormalizer.checkin_normalize`
[error] invalid-method-override - :571:9 - Invalid override of method `checkout_normalize`: Definition is incompatible with `FilterBlobNormalizer.checkout_normalize`
[error] invalid-method-override - :657:9 - Invalid override of method `checkin_normalize`: Definition is incompatible with `FilterBlobNormalizer.checkin_normalize`

dulwich/object_store.py

[error] invalid-method-override - :852:9 - Invalid override of method `__contains__`: Definition is incompatible with `BaseObjectStore.__contains__`
[error] invalid-method-override - :2028:9 - Invalid override of method `__getitem__`: Definition is incompatible with `BaseObjectStore.__getitem__`
[error] invalid-method-override - :2590:9 - Invalid override of method `add_object`: Definition is incompatible with `BaseObjectStore.add_object`
[error] invalid-method-override - :2711:9 - Invalid override of method `get_raw`: Definition is incompatible with `BaseObjectStore.get_raw`

dulwich/pack.py

[error] invalid-method-override - :717:9 - Invalid override of method `object_sha1`: Definition is incompatible with `PackIndex.object_sha1`

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

python/egglog/runtime.py

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

python/tests/test_typing.py

[error] invalid-method-override - :26:9 - Invalid override of method `remove`: Definition is incompatible with `MutableSequence.remove`

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

freqtrade/templates/FreqaiExampleHybridStrategy.py

[error] invalid-method-override - :262:9 - Invalid override of method `populate_entry_trend`: Definition is incompatible with `IStrategy.populate_entry_trend`
[error] invalid-method-override - :295:9 - Invalid override of method `populate_exit_trend`: Definition is incompatible with `IStrategy.populate_exit_trend`

freqtrade/templates/FreqaiExampleStrategy.py

[error] invalid-method-override - :237:9 - Invalid override of method `populate_entry_trend`: Definition is incompatible with `IStrategy.populate_entry_trend`
[error] invalid-method-override - :260:9 - Invalid override of method `populate_exit_trend`: Definition is incompatible with `IStrategy.populate_exit_trend`

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

src/graphql/pyutils/ref_set.py

[error] invalid-method-override - :38:9 - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`

src/graphql/pyutils/ref_map.py

[warning] unused-ignore-comment - :63:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :67:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :71:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :75:76 - Unused blanket `type: ignore` directive

httpx-caching (https://github.com/johtso/httpx-caching)

tests/_async/test_expires_heuristics.py

[error] invalid-method-override - :30:17 - Invalid override of method `update_headers`: Definition is incompatible with `BaseHeuristic.update_headers`
[error] invalid-method-override - :46:17 - Invalid override of method `update_headers`: Definition is incompatible with `BaseHeuristic.update_headers`

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

hydpy/auxs/networktools.py

[error] invalid-method-override - :184:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :364:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`

hydpy/models/rconc/rconc_control.py

[error] invalid-method-override - :217:9 - Invalid override of method `__call__`: Definition is incompatible with `Variable.__call__`

hydpy/core/devicetools.py

[error] invalid-method-override - :224:9 - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[warning] unused-ignore-comment - :191:45 - Unused blanket `type: ignore` directive

hydpy/core/importtools.py

[error] invalid-method-override - :717:9 - Invalid override of method `__set_name__`: Definition is incompatible with `_DoctestAdder.__set_name__`

hydpy/core/modeltools.py

[error] invalid-method-override - :3199:9 - Invalid override of method `__setattr__`: Definition is incompatible with `object.__setattr__`

hydpy/core/threadingtools.py

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

hydpy/core/variabletools.py

[error] invalid-method-override - :532:9 - Invalid override of method `__setattr__`: Definition is incompatible with `object.__setattr__`

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

ibis/backends/athena/__init__.py

[error] invalid-method-override - :227:9 - Invalid override of method `table`: Definition is incompatible with `SQLBackend.table`

ibis/backends/bigquery/__init__.py

[error] invalid-method-override - :245:9 - Invalid override of method `_make_memtable_finalizer`: Definition is incompatible with `SupportsTempTables._make_memtable_finalizer`

ibis/backends/databricks/__init__.py

[error] invalid-method-override - :257:9 - Invalid override of method `table`: Definition is incompatible with `SQLBackend.table`

ibis/backends/druid/__init__.py

[error] invalid-method-override - :213:9 - Invalid override of method `list_tables`: Definition is incompatible with `BaseBackend.list_tables`

ibis/backends/flink/utils.py

[error] invalid-method-override - :153:9 - Invalid override of method `format_as_string`: Definition is incompatible with `FlinkIntervalType.format_as_string`
[error] invalid-method-override - :189:9 - Invalid override of method `format_as_string`: Definition is incompatible with `FlinkIntervalType.format_as_string`

ibis/backends/impala/__init__.py

[error] invalid-method-override - :211:9 - Invalid override of method `list_tables`: Definition is incompatible with `BaseBackend.list_tables`
[error] invalid-method-override - :803:9 - Invalid override of method `drop_table`: Definition is incompatible with `SQLBackend.drop_table`

ibis/backends/risingwave/__init__.py

[error] invalid-method-override - :372:9 - Invalid override of method `drop_table`: Definition is incompatible with `SQLBackend.drop_table`

ibis/backends/sql/__init__.py

[error] invalid-method-override - :93:9 - Invalid override of method `compile`: Definition is incompatible with `BaseBackend.compile`

ibis/common/deferred.py

[error] invalid-method-override - :45:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[warning] unused-ignore-comment - :177:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :182:48 - Unused blanket `type: ignore` directive

ibis/common/patterns.py

[error] invalid-method-override - :223:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :655:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :932:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`

ibis/common/tests/test_patterns.py

[error] invalid-method-override - :77:9 - Invalid override of method `match`: Definition is incompatible with `Pattern.match`
[error] invalid-method-override - :346:13 - Invalid override of method `shape`: Definition is incompatible with `Value.shape`

ibis/expr/datatypes/core.py

[error] invalid-method-override - :613:9 - Invalid override of method `__contains__`: Definition is incompatible with `tuple.__contains__`

ibis/expr/types/generic.py

[error] invalid-method-override - :1294:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :1301:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`

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

ignite/handlers/checkpoint.py

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

ignite/handlers/param_scheduler.py

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

ignite/handlers/tqdm_logger.py

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

ignite/metrics/frequency.py

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

ignite/metrics/gpu_info.py

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

ignite/metrics/precision_recall_curve.py

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

ignite/metrics/roc_auc.py

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

tests/ignite/engine/test_event_handlers.py

[error] invalid-method-override - :16:9 - Invalid override of method `run`: Definition is incompatible with `Engine.run`

tests/ignite/metrics/test_metric.py

[error] invalid-method-override - :586:13 - Invalid override of method `update`: Definition is incompatible with `Metric.update`

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

isort/io.py

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

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

src/itsdangerous/timed.py

[warning] unused-ignore-comment - :185:17 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :222:24 - Unused blanket `type: ignore` directive

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

jax/_src/debugger/cli_debugger.py

[error] invalid-method-override - :50:7 - Invalid override of method `default`: Definition is incompatible with `Cmd.default`

jax/_src/logging_config.py

[error] invalid-method-override - :88:7 - Invalid override of method `filter`: Definition is incompatible with `Filter.filter`

jax/_src/scipy/spatial/transform.py

[error] invalid-method-override - :124:7 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

jax/experimental/jet.py

[error] invalid-method-override - :279:7 - Invalid override of method `process_custom_vjp_call`: Definition is incompatible with `Trace.process_custom_vjp_call`

jax/_src/frozen_dict.py

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

jax/_src/array.py

[error] invalid-method-override - :337:7 - Invalid override of method `__getitem__`: Definition is incompatible with `Array.__getitem__`
[error] invalid-method-override - :432:7 - Invalid override of method `__array__`: Definition is incompatible with `Array.__array__`

jax/_src/basearray.pyi

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

jax/_src/core.py

[error] invalid-method-override - :1038:7 - Invalid override of method `__setitem__`: Definition is incompatible with `Array.__setitem__`
[error] invalid-method-override - :1180:7 - Invalid override of method `process_primitive`: Definition is incompatible with `Trace.process_primitive`
[error] invalid-method-override - :1191:7 - Invalid override of method `process_call`: Definition is incompatible with `Trace.process_call`
[error] invalid-method-override - :1198:3 - Invalid override of method `process_map`: Definition is incompatible with `Trace.process_map`
[error] invalid-method-override - :1200:7 - Invalid override of method `process_custom_transpose`: Definition is incompatible with `Trace.process_custom_transpose`
[error] invalid-method-override - :1208:7 - Invalid override of method `process_custom_vjp_call`: Definition is incompatible with `Trace.process_custom_vjp_call`
[error] invalid-method-override - :2502:7 - Invalid override of method `update`: Definition is incompatible with `AbstractValue.update`
[error] invalid-method-override - :3055:7 - Invalid override of method `bind_with_trace`: Definition is incompatible with `Primitive.bind_with_trace`
[error] invalid-method-override - :3100:7 - Invalid override of method `bind_with_trace`: Definition is incompatible with `Primitive.bind_with_trace`

jax/_src/custom_transpose.py

[error] invalid-method-override - :173:7 - Invalid override of method `bind_with_trace`: Definition is incompatible with `Primitive.bind_with_trace`

jax/_src/debugger/colab_debugger.py

[error] invalid-method-override - :233:7 - Invalid override of method `do_up`: Definition is incompatible with `CliDebugger.do_up`
[error] invalid-method-override - :238:7 - Invalid override of method `do_down`: Definition is incompatible with `CliDebugger.do_down`

jax/_src/hijax.py

[error] invalid-method-override - :111:7 - Invalid override of method `lo_ty_qdd`: Definition is incompatible with `AbstractValue.lo_ty_qdd`
[error] invalid-method-override - :185:7 - Invalid override of method `lo_ty_qdd`: Definition is incompatible with `MutableHiType.lo_ty_qdd`
[error] invalid-method-override - :270:7 - Invalid override of method `jvp`: Definition is incompatible with `HiPrimitive.jvp`
[error] invalid-method-override - :290:7 - Invalid override of method `jvp`: Definition is incompatible with `HiPrimitive.jvp`
[error] invalid-method-override - :314:7 - Invalid override of method `jvp`: Definition is incompatible with `HiPrimitive.jvp`
[warning] unused-ignore-comment - :181:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :188:72 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :195:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :201:81 - Unused blanket `type: ignore` directive

jax/_src/interpreters/ad.py

[error] invalid-method-override - :734:3 - Invalid override of method `process_map`: Definition is incompatible with `Trace.process_map`
[error] invalid-method-override - :736:7 - Invalid override of method `process_custom_jvp_call`: Definition is incompatible with `Trace.process_custom_jvp_call`
[error] invalid-method-override - :752:7 - Invalid override of method `process_custom_vjp_call`: Definition is incompatible with `Trace.process_custom_vjp_call`
[error] invalid-method-override - :899:7 - Invalid override of method `process_primitive`: Definition is incompatible with `Trace.process_primitive`
[error] invalid-method-override - :925:7 - Invalid override of method `process_custom_jvp_call`: Definition is incompatible with `Trace.process_custom_jvp_call`
[error] invalid-method-override - :952:7 - Invalid override of method `process_custom_vjp_call`: Definition is incompatible with `Trace.process_custom_vjp_call`
[error] invalid-method-override - :1058:3 - Invalid override of method `process_map`: Definition is incompatible with `Trace.process_map`

jax/_src/interpreters/batching.py

[error] invalid-method-override - :511:7 - Invalid override of method `process_primitive`: Definition is incompatible with `Trace.process_primitive`
[error] invalid-method-override - :597:7 - Invalid override of method `process_custom_jvp_call`: Definition is incompatible with `Trace.process_custom_jvp_call`
[error] invalid-method-override - :607:7 - Invalid override of method `process_custom_vjp_call`: Definition is incompatible with `Trace.process_custom_vjp_call`

jax/_src/interpreters/partial_eval.py

[error] invalid-method-override - :258:7 - Invalid override of method `process_call`: Definition is incompatible with `Trace.process_call`
[error] invalid-method-override - :340:7 - Invalid override of method `process_map`: Definition is incompatible with `Trace.process_map`
[error] invalid-method-override - :412:7 - Invalid override of method `process_custom_jvp_call`: Definition is incompatible with `Trace.process_custom_jvp_call`
[error] invalid-method-override - :443:7 - Invalid override of method `process_custom_vjp_call`: Definition is incompatible with `Trace.process_custom_vjp_call`
[error] invalid-method-override - :2167:7 - Invalid override of method `process_call`: Definition is incompatible with `Trace.process_call`
[error] invalid-method-override - :2233:7 - Invalid override of method `process_custom_jvp_call`: Definition is incompatible with `Trace.process_custom_jvp_call`
[error] invalid-method-override - :2265:7 - Invalid override of method `process_custom_vjp_call`: Definition is incompatible with `Trace.process_custom_vjp_call`
[warning] unused-ignore-comment - :2302:61 - Unused blanket `type: ignore` directive

jax/_src/interpreters/pxla.py

[error] invalid-method-override - :513:7 - Invalid override of method `process_call`: Definition is incompatible with `Trace.process_call`
[error] invalid-method-override - :516:7 - Invalid override of method `process_map`: Definition is incompatible with `Trace.process_map`
[error] invalid-method-override - :541:7 - Invalid override of method `process_custom_jvp_call`: Definition is incompatible with `Trace.process_custom_jvp_call`

jax/_src/lru_cache.py

[error] invalid-method-override - :121:7 - Invalid override of method `put`: Definition is incompatible with `CacheInterface.put`

jax/_src/pallas/core.py

[error] invalid-method-override - :183:7 - Invalid override of method `update`: Definition is incompatible with `ShapedArray.update`

jax/_src/pallas/mosaic/sc_core.py

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

jax/_src/pallas/mosaic_gpu/core.py

[error] invalid-method-override - :495:7 - Invalid override of method `_getitem`: Definition is incompatible with `AbstractRef._getitem`
[error] invalid-method-override - :498:7 - Invalid override of method `_setitem`: Definition is incompatible with `AbstractRef._setitem`
[error] invalid-method-override - :502:7 - Invalid override of method `update`: Definition is incompatible with `AbstractValue.update`
[error] invalid-method-override - :1214:7 - Invalid override of method `update`: Definition is incompatible with `AbstractValue.update`
[error] invalid-method-override - :1242:7 - Invalid override of method `update`: Definition is incompatible with `AbstractValue.update`

jax/_src/pallas/mosaic_gpu/pipeline.py

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

jax/_src/prng.py

[error] invalid-method-override - :316:7 - Invalid override of method `__getitem__`: Definition is incompatible with `Array.__getitem__`

jax/_src/shard_map.py

[error] invalid-method-override - :668:7 - Invalid override of method `bind_with_trace`: Definition is incompatible with `Primitive.bind_with_trace`
[error] invalid-method-override - :1217:7 - Invalid override of method `process_primitive`: Definition is incompatible with `Trace.process_primitive`
[error] invalid-method-override - :1274:7 - Invalid override of method `process_call`: Definition is incompatible with `Trace.process_call`
[error] invalid-method-override - :1281:7 - Invalid override of method `process_map`: Definition is incompatible with `Trace.process_map`
[error] invalid-method-override - :1287:7 - Invalid override of method `process_custom_jvp_call`: Definition is incompatible with `Trace.process_custom_jvp_call`
[error] invalid-method-override - :1295:7 - Invalid override of method `process_custom_vjp_call`: Definition is incompatible with `Trace.process_custom_vjp_call`

jax/_src/sharding_impls.py

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

jax/_src/state/types.py

[error] invalid-method-override - :434:7 - Invalid override of method `update`: Definition is incompatible with `AbstractValue.update`

jax/_src/util.py

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

jax/experimental/mosaic/gpu/launch_context.py

[error] invalid-method-override - :162:7 - Invalid override of method `transform_strides`: Definition is incompatible with `MemRefTransform.transform_strides`
[error] invalid-method-override - :192:7 - Invalid override of method `transform_strides`: Definition is incompatible with `MemRefTransform.transform_strides`

koda-validate (https://github.com/keithasaurus/koda-validate)

koda_validate/_internal.py

[error] invalid-method-override - :115:9 - Invalid override of method `_validate_to_tuple`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple`

koda_validate/dictionary.py

[error] invalid-method-override - :885:9 - Invalid override of method `_validate_to_tuple`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple`
[error] invalid-method-override - :920:15 - Invalid override of method `_validate_to_tuple_async`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple_async`
[error] invalid-method-override - :1051:9 - Invalid override of method `_validate_to_tuple`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple`
[error] invalid-method-override - :1084:15 - Invalid override of method `_validate_to_tuple_async`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple_async`

koda_validate/generic.py

[error] invalid-method-override - :40:15 - Invalid override of method `validate_async`: Definition is incompatible with `Validator.validate_async`
[error] invalid-method-override - :43:9 - Invalid override of method `__call__`: Definition is incompatible with `Validator.__call__`

koda_validate/typeddict.py

[error] invalid-method-override - :157:9 - Invalid override of method `_validate_to_tuple`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple`
[error] invalid-method-override - :202:15 - Invalid override of method `_validate_to_tuple_async`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple_async`

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

kopf/_cogs/structs/diffs.py

[error] invalid-method-override - :95:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

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

kornia/constants.py

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

kornia/geometry/boxes.py

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

kornia/geometry/keypoints.py

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

kornia/geometry/vector.py

[error] invalid-method-override - :42:9 - Invalid override of method `__getitem__`: Definition is incompatible with `TensorWrapper.__getitem__`
[error] invalid-method-override - :120:9 - Invalid override of method `__getitem__`: Definition is incompatible with `TensorWrapper.__getitem__`

kornia/models/detection/base.py

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

kornia/models/edge_detection/base.py

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

kornia/models/super_resolution/base.py

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

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

tests/native/test_x86.py

[error] invalid-method-override - :73:9 - Invalid override of method `assertEqual`: Definition is incompatible with `TestCase.assertEqual`

manticore/core/manticore.py

[error] invalid-method-override - :1000:9 - Invalid override of method `subscribe`: Definition is incompatible with `Eventful.subscribe`

manticore/core/smtlib/visitors.py

[error] invalid-method-override - :199:9 - Invalid override of method `visit`: Definition is incompatible with `Visitor.visit`

manticore/core/workspace.py

[error] invalid-method-override - :400:9 - Invalid override of method `load_value`: Definition is incompatible with `Store.load_value`

manticore/ethereum/manticore.py

[error] invalid-method-override - :1572:9 - Invalid override of method `generate_testcase`: Definition is incompatible with `ManticoreBase.generate_testcase`

manticore/native/cpu/aarch64.py

[error] invalid-method-override - :299:9 - Invalid override of method `_wrap_operands`: Definition is incompatible with `Cpu._wrap_operands`

manticore/native/cpu/x86.py

[error] invalid-method-override - :710:9 - Invalid override of method `write`: Definition is incompatible with `RegisterFile.write`
[error] invalid-method-override - :739:9 - Invalid override of method `read`: Definition is incompatible with `RegisterFile.read`

manticore/native/manticore.py

[error] invalid-method-override - :27:9 - Invalid override of method `generate_testcase`: Definition is incompatible with `ManticoreBase.generate_testcase`

manticore/native/memory.py

[error] invalid-method-override - :368:9 - Invalid override of method `__setitem__`: Definition is incompatible with `Map.__setitem__`
[error] invalid-method-override - :371:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Map.__getitem__`
[error] invalid-method-override - :1187:9 - Invalid override of method `read`: Definition is incompatible with `Memory.read`
[error] invalid-method-override - :1268:9 - Invalid override of method `write`: Definition is incompatible with `Memory.write`
[error] invalid-method-override - :1497:9 - Invalid override of method `read`: Definition is incompatible with `Memory.read`
[error] invalid-method-override - :1529:9 - Invalid override of method `write`: Definition is incompatible with `Memory.write`

manticore/platforms/decree.py

[error] invalid-method-override - :1040:9 - Invalid override of method `sys_allocate`: Definition is incompatible with `Decree.sys_allocate`

manticore/platforms/linux.py

[error] invalid-method-override - :652:9 - Invalid override of method `read`: Definition is incompatible with `File.read`
[error] invalid-method-override - :666:9 - Invalid override of method `write`: Definition is incompatible with `File.write`
[error] invalid-method-override - :695:9 - Invalid override of method `read`: Definition is incompatible with `FdLike.read`
[error] invalid-method-override - :698:9 - Invalid override of method `write`: Definition is incompatible with `FdLike.write`

server/manticore_server/manticore_server.py

[error] invalid-method-override - :132:9 - Invalid override of method `StartNative`: Definition is incompatible with `ManticoreServerServicer.StartNative`
[error] invalid-method-override - :247:9 - Invalid override of method `StartEVM`: Definition is incompatible with `ManticoreServerServicer.StartEVM`
[error] invalid-method-override - :331:9 - Invalid override of method `Terminate`: Definition is incompatible with `ManticoreServerServicer.Terminate`
[error] invalid-method-override - :349:9 - Invalid override of method `GetStateList`: Definition is incompatible with `ManticoreServerServicer.GetStateList`
[error] invalid-method-override - :416:9 - Invalid override of method `GetMessageList`: Definition is incompatible with `ManticoreServerServicer.GetMessageList`
[error] invalid-method-override - :435:9 - Invalid override of method `CheckManticoreRunning`: Definition is incompatible with `ManticoreServerServicer.CheckManticoreRunning`

tests/native/test_aarch64cpu.py

[error] invalid-method-override - :14071:9 - Invalid override of method `assertEqual`: Definition is incompatible with `TestCase.assertEqual`

materialize (https://github.com/MaterializeInc/materialize)

misc/python/materialize/scalability/operation/scalability_operation.py

[error] invalid-method-override - :97:9 - Invalid override of method `sql_statement_based_on_input`: Definition is incompatible with `SqlOperationWithInput.sql_statement_based_on_input`

misc/python/materialize/version_list.py

[error] invalid-method-override - :293:9 - Invalid override of method `resolve_image_tag`: Definition is incompatible with `AncestorImageResolutionBase.resolve_image_tag`
[error] invalid-method-override - :311:9 - Invalid override of method `resolve_image_tag`: Definition is incompatible with `AncestorImageResolutionBase.resolve_image_tag`

test/orchestratord/mzcompose.py

[error] invalid-method-override - :145:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`

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

mesonbuild/compilers/c.py

[error] invalid-method-override - :588:9 - Invalid override of method `get_output_args`: Definition is incompatible with `CLikeCompiler.get_output_args`
[error] invalid-method-override - :635:9 - Invalid override of method `get_output_args`: Definition is incompatible with `CLikeCompiler.get_output_args`
[error] invalid-method-override - :681:9 - Invalid override of method `get_output_args`: Definition is incompatible with `CLikeCompiler.get_output_args`

mesonbuild/compilers/cs.py

[error] invalid-method-override - :52:9 - Invalid override of method `get_output_args`: Definition is incompatible with `Compiler.get_output_args`
[error] invalid-method-override - :83:9 - Invalid override of method `get_pch_name`: Definition is incompatible with `Compiler.get_pch_name`

mesonbuild/compilers/mixins/islinker.py

[error] invalid-method-override - :41:9 - Invalid override of method `sanitizer_link_args`: Definition is incompatible with `Compiler.sanitizer_link_args`

mesonbuild/compilers/swift.py

[error] invalid-method-override - :96:9 - Invalid override of method `get_output_args`: Definition is incompatible with `Compiler.get_output_args`

mesonbuild/interpreter/primitives/string.py

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

mesonbuild/arglist.py

[error] invalid-method-override - :290:9 - Invalid override of method `__iadd__`: Definition is incompatible with `MutableSequence.__iadd__`
[error] invalid-method-override - :332:9 - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - :335:9 - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`

mesonbuild/ast/interpreter.py

[error] invalid-method-override - :312:9 - Invalid override of method `evaluate_fstring`: Definition is incompatible with `InterpreterBase.evaluate_fstring`
[error] invalid-method-override - :315:9 - Invalid override of method `evaluate_arraystatement`: Definition is incompatible with `InterpreterBase.evaluate_arraystatement`
[error] invalid-method-override - :319:9 - Invalid override of method `evaluate_arithmeticstatement`: Definition is incompatible with `InterpreterBase.evaluate_arithmeticstatement`
[error] invalid-method-override - :323:9 - Invalid override of method `evaluate_uminusstatement`: Definition is incompatible with `InterpreterBase.evaluate_uminusstatement`
[error] invalid-method-override - :332:9 - Invalid override of method `evaluate_dictstatement`: Definition is incompatible with `InterpreterBase.evaluate_dictstatement`
[error] invalid-method-override - :337:9 - Invalid override of method `evaluate_indexing`: Definition is incompatible with `InterpreterBase.evaluate_indexing`
[error] invalid-method-override - :361:9 - Invalid override of method `evaluate_comparison`: Definition is incompatible with `InterpreterBase.evaluate_comparison`
[error] invalid-method-override - :365:9 - Invalid override of method `evaluate_andstatement`: Definition is incompatible with `InterpreterBase.evaluate_andstatement`
[error] invalid-method-override - :369:9 - Invalid override of method `evaluate_orstatement`: Definition is incompatible with `InterpreterBase.evaluate_orstatement`
[error] invalid-method-override - :373:9 - Invalid override of method `evaluate_notstatement`: Definition is incompatible with `InterpreterBase.evaluate_notstatement`

mesonbuild/backend/xcodebackend.py

[error] invalid-method-override - :293:9 - Invalid override of method `object_filename_from_source`: Definition is incompatible with `Backend.object_filename_from_source`

mesonbuild/compilers/cuda.py

[error] invalid-method-override - :499:9 - Invalid override of method `thread_link_flags`: Definition is incompatible with `Compiler.thread_link_flags`
[error] invalid-method-override - :502:9 - Invalid override of method `sanity_check`: Definition is incompatible with `Compiler.sanity_check`
[error] invalid-method-override - :750:9 - Invalid override of method `get_output_args`: Definition is incompatible with `Compiler.get_output_args`

mesonbuild/dependencies/hdf5.py

[error] invalid-method-override - :140:9 - Invalid override of method `_sanitize_version`: Definition is incompatible with `ConfigToolDependency._sanitize_version`

mesonbuild/interpreter/interpreter.py

[error] invalid-method-override - :504:9 - Invalid override of method `handle_meson_version_from_ast`: Definition is incompatible with `InterpreterBase.handle_meson_version_from_ast`

mesonbuild/linkers/linkers.py

[error] invalid-method-override - :840:9 - Invalid override of method `get_std_shared_module_args`: Definition is incompatible with `DynamicLinker.get_std_shared_module_args`

mesonbuild/mintro.py

[error] invalid-method-override - :34:9 - Invalid override of method `default`: Definition is incompatible with `JSONEncoder.default`

mesonbuild/mtest.py

[error] invalid-method-override - :703:9 - Invalid override of method `log_subtest`: Definition is incompatible with `TestLogger.log_subtest`
[error] invalid-method-override - :830:9 - Invalid override of method `log`: Definition is incompatible with `TestLogger.log`

mesonbuild/options.py

[error] invalid-method-override - :435:9 - Invalid override of method `toint`: Definition is incompatible with `_UserIntegerBase.toint`
[error] invalid-method-override - :466:9 - Invalid override of method `toint`: Definition is incompatible with `_UserIntegerBase.toint`

mesonbuild/rewriter.py

[error] invalid-method-override - :266:9 - Invalid override of method `remove_regex`: Definition is incompatible with `MTypeBase.remove_regex`

mesonbuild/utils/universal.py

[error] invalid-method-override - :2111:9 - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`

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

mitmproxy/addons/onboarding.py

[error] invalid-method-override - :32:15 - Invalid override of method `request`: Definition is incompatible with `ASGIApp.request`

mitmproxy/proxy/layer.py

[error] invalid-method-override - :268:9 - Invalid override of method `handle_event`: Definition is incompatible with `Layer.handle_event`
[error] invalid-method-override - :274:9 - Invalid override of method `_handle_event`: Definition is incompatible with `Layer._handle_event`

examples/contrib/webscanner_helper/urlindex.py

[error] invalid-method-override - :42:9 - Invalid override of method `default`: Definition is incompatible with `JSONEncoder.default`

mitmproxy/http.py

[error] invalid-method-override - :145:9 - Invalid override of method `get_all`: Definition is incompatible with `_MultiDict.get_all`
[error] invalid-method-override - :158:9 - Invalid override of method `set_all`: Definition is incompatible with `_MultiDict.set_all`

mitmproxy/proxy/layers/http/_http2.py

[error] invalid-method-override - :123:9 - Invalid override of method `_handle_event`: Definition is incompatible with `Layer._handle_event`
[error] invalid-method-override - :420:9 - Invalid override of method `_handle_event`: Definition is incompatible with `Layer._handle_event`
[error] invalid-method-override - :505:9 - Invalid override of method `_handle_event`: Definition is incompatible with `Layer._handle_event`

mitmproxy/proxy/layers/http/_http3.py

[error] invalid-method-override - :60:9 - Invalid override of method `_handle_event`: Definition is incompatible with `Layer._handle_event`
[error] invalid-method-override - :273:9 - Invalid override of method `_handle_event`: Definition is incompatible with `Layer._handle_event`

mitmproxy/proxy/layers/quic/_raw_layers.py

[error] invalid-method-override - :104:9 - Invalid override of method `_handle_event`: Definition is incompatible with `Layer._handle_event`
[error] invalid-method-override - :190:9 - Invalid override of method `_handle_event`: Definition is incompatible with `Layer._handle_event`

mitmproxy/types.py

[error] invalid-method-override - :95:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :133:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :147:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :161:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :175:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :186:9 - Invalid override of method `completion`: Definition is incompatible with `_BaseType.completion`
[error] invalid-method-override - :210:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :224:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :240:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :254:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :315:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :365:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :384:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :409:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :433:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`
[error] invalid-method-override - :457:9 - Invalid override of method `parse`: Definition is incompatible with `_BaseType.parse`

test/mitmproxy/contentviews/test__compat.py

[error] invalid-method-override - :15:13 - Invalid override of method `__call__`: Definition is incompatible with `View.__call__`
[error] invalid-method-override - :22:13 - Invalid override of method `render_priority`: Definition is incompatible with `View.render_priority`

test/mitmproxy/coretypes/test_serializable.py

[error] invalid-method-override - :23:9 - Invalid override of method `set_state`: Definition is incompatible with `Serializable.set_state`

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

mkdocs/livereload/__init__.py

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

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

pymongo/common.py

[warning] unused-ignore-comment - :1006:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1076:58 - Unused blanket `type: ignore` directive

bson/__init__.py

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

bson/binary.py

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

bson/son.py

[error] invalid-method-override - :119:9 - Invalid override of method `setdefault`: Definition is incompatible with `MutableMapping.setdefault`
[warning] unused-ignore-comment - :112:40 - Unused blanket `type: ignore` directive

pymongo/asynchronous/aggregation.py

[error] invalid-method-override - :215:9 - Invalid override of method `_cursor_collection`: Definition is incompatible with `_AggregationCommand._cursor_collection`
[error] invalid-method-override - :248:9 - Invalid override of method `_cursor_collection`: Definition is incompatible with `_AggregationCommand._cursor_collection`

pymongo/asynchronous/command_cursor.py

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

pymongo/pyopenssl_context.py

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

pymongo/synchronous/aggregation.py

[error] invalid-method-override - :215:9 - Invalid override of method `_cursor_collection`: Definition is incompatible with `_AggregationCommand._cursor_collection`
[error] invalid-method-override - :248:9 - Invalid override of method `_cursor_collection`: Definition is incompatible with `_AggregationCommand._cursor_collection`

pymongo/synchronous/command_cursor.py

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

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

more_itertools/more.py

[error] invalid-method-override - :2278:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :2303:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
[error] invalid-method-override - :2383:9 - Invalid override of method `index`: Definition is incompatible with `Sequence.index`

more_itertools/more.pyi

[error] invalid-method-override - :487:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :492:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
[warning] unused-ignore-comment - :502:45 - Unused blanket `type: ignore` directive

mypy (https://github.com/python/mypy)

mypy/typeshed/stdlib/asyncio/proactor_events.pyi

[error] invalid-method-override - :65:15 - Invalid override of method `sock_recv`: Definition is incompatible with `BaseEventLoop.sock_recv`

mypy/typeshed/stdlib/asyncio/selector_events.pyi

[error] invalid-method-override - :10:15 - Invalid override of method `sock_recv`: Definition is incompatible with `BaseEventLoop.sock_recv`

mypy/typeshed/stdlib/asyncio/unix_events.pyi

[error] invalid-method-override - :106:21 - Invalid override of method `__exit__`: Definition is incompatible with `AbstractChildWatcher.__exit__`
[error] invalid-method-override - :117:21 - Invalid override of method `__exit__`: Definition is incompatible with `AbstractChildWatcher.__exit__`
[error] invalid-method-override - :135:21 - Invalid override of method `__exit__`: Definition is incompatible with `AbstractChildWatcher.__exit__`
[error] invalid-method-override - :145:21 - Invalid override of method `__exit__`: Definition is incompatible with `AbstractChildWatcher.__exit__`
[error] invalid-method-override - :199:21 - Invalid override of method `__exit__`: Definition is incompatible with `AbstractChildWatcher.__exit__`
[error] invalid-method-override - :213:21 - Invalid override of method `__exit__`: Definition is incompatible with `AbstractChildWatcher.__exit__`
[error] invalid-method-override - :227:17 - Invalid override of method `__exit__`: Definition is incompatible with `AbstractChildWatcher.__exit__`
[error] invalid-method-override - :239:17 - Invalid override of method `__exit__`: Definition is incompatible with `AbstractChildWatcher.__exit__`

mypy/typeshed/stdlib/distutils/version.pyi

[error] invalid-method-override - :27:9 - Invalid override of method `_cmp`: Definition is incompatible with `Version._cmp`
[error] invalid-method-override - :36:9 - Invalid override of method `_cmp`: Definition is incompatible with `Version._cmp`

mypy/typeshed/stdlib/lib2to3/fixer_base.pyi

[error] invalid-method-override - :41:9 - Invalid override of method `start_tree`: Definition is incompatible with `BaseFix.start_tree`

mypy/typeshed/stdlib/lib2to3/fixes/fix_exitfunc.pyi

[error] invalid-method-override - :12:9 - Invalid override of method `start_tree`: Definition is incompatible with `BaseFix.start_tree`

mypy/typeshed/stdlib/lib2to3/fixes/fix_import.pyi

[error] invalid-method-override - :14:9 - Invalid override of method `start_tree`: Definition is incompatible with `BaseFix.start_tree`

mypy/typeshed/stdlib/logging/config.pyi

[error] invalid-method-override - :100:9 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - :101:9 - Invalid override of method `pop`: Definition is incompatible with `MutableSequence.pop`
[error] invalid-method-override - :116:13 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

mypy/typeshed/stdlib/sqlite3/__init__.pyi

[error] invalid-method-override - :448:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

mypy/typeshed/stdlib/urllib/response.pyi

[error] invalid-method-override - :13:9 - Invalid override of method `__exit__`: Definition is incompatible with `_TemporaryFileWrapper.__exit__`

mypy/typeshed/stdlib/xml/dom/pulldom.pyi

[error] invalid-method-override - :61:9 - Invalid override of method `startElementNS`: Definition is incompatible with `ContentHandler.startElementNS`
[error] invalid-method-override - :62:9 - Invalid override of method `endElementNS`: Definition is incompatible with `ContentHandler.endElementNS`
[error] invalid-method-override - :67:9 - Invalid override of method `ignorableWhitespace`: Definition is incompatible with `ContentHandler.ignorableWhitespace`
[error] invalid-method-override - :68:9 - Invalid override of method `characters`: Definition is incompatible with `ContentHandler.characters`
[error] invalid-method-override - :96:9 - Invalid override of method `startElementNS`: Definition is incompatible with `ContentHandler.startElementNS`
[error] invalid-method-override - :99:9 - Invalid override of method `ignorableWhitespace`: Definition is incompatible with `ContentHandler.ignorableWhitespace`
[error] invalid-method-override - :100:9 - Invalid override of method `characters`: Definition is incompatible with `ContentHandler.characters`

mypy/typeshed/stdlib/xml/sax/saxutils.pyi

[error] invalid-method-override - :29:9 - Invalid override of method `ignorableWhitespace`: Definition is incompatible with `ContentHandler.ignorableWhitespace`

mypy/typeshed/stdlib/_hashlib.pyi

[warning] unused-ignore-comment - :42:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :43:51 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/asyncio/protocols.pyi

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

mypy/typeshed/stdlib/bz2.pyi

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

mypy/typeshed/stdlib/dbm/sqlite3.pyi

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

mypy/typeshed/stdlib/email/_header_value_parser.pyi

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

mypy/typeshed/stdlib/email/_policybase.pyi

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

mypy/typeshed/stdlib/email/feedparser.pyi

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

mypy/typeshed/stdlib/encodings/charmap.pyi

[warning] unused-ignore-comment - :26:85 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :31:94 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/encodings/raw_unicode_escape.pyi

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

mypy/typeshed/stdlib/encodings/unicode_escape.pyi

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

mypy/typeshed/stdlib/encodings/utf_8_sig.pyi

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

mypy/typeshed/stdlib/lib2to3/main.pyi

[warning] unused-ignore-comment - :25:21 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :35:22 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :39:90 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/logging/handlers.pyi

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

mypy/typeshed/stdlib/random.pyi

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

mypy/typeshed/stdlib/smtpd.pyi

[warning] unused-ignore-comment - :50:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :87:121 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :92:125 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/tracemalloc.pyi

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

mypy/typeshed/stdlib/webbrowser.pyi

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

mypy/typeshed/stdlib/xml/dom/minicompat.pyi

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

mypy/typeshed/stdlib/xmlrpc/server.pyi

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

mypy/typeshed/stdlib/zipfile/__init__.pyi

[warning] unused-ignore-comment - :94:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :96:51 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/_collections_abc.pyi

[error] invalid-method-override - :73:9 - Invalid override of method `__eq__`: Definition is incompatible with `AbstractSet.__eq__`
[error] invalid-method-override - :91:9 - Invalid override of method `__eq__`: Definition is incompatible with `AbstractSet.__eq__`

mypy/typeshed/stdlib/_contextvars.pyi

[error] invalid-method-override - :57:9 - Invalid override of method `get`: Definition is incompatible with `Mapping.get`

mypy/typeshed/stdlib/_io.pyi

[warning] unused-ignore-comment - :205:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :206:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :210:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :211:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :266:56 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/_weakrefset.pyi

[error] invalid-method-override - :16:9 - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[error] invalid-method-override - :17:9 - Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`
[error] invalid-method-override - :19:9 - Invalid override of method `remove`: Definition is incompatible with `MutableSet.remove`
[error] invalid-method-override - :22:9 - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
[error] invalid-method-override - :29:9 - Invalid override of method `__isub__`: Definition is incompatible with `MutableSet.__isub__`
[error] invalid-method-override - :33:9 - Invalid override of method `__iand__`: Definition is incompatible with `MutableSet.__iand__`
[warning] unused-ignore-comment - :25:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :44:59 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/array.pyi

[error] invalid-method-override - :55:9 - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - :58:9 - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - :59:9 - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
[error] invalid-method-override - :69:9 - Invalid override of method `insert`: Definition is incompatible with `MutableSequence.insert`
[error] invalid-method-override - :70:9 - Invalid override of method `pop`: Definition is incompatible with `MutableSequence.pop`
[error] invalid-method-override - :71:9 - Invalid override of method `remove`: Definition is incompatible with `MutableSequence.remove`
[error] invalid-method-override - :78:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :83:9 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - :87:9 - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - :88:9 - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
[warning] unused-ignore-comment - :93:59 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/asyncio/base_events.pyi

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

mypy/typeshed/stdlib/asyncio/base_subprocess.pyi

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

mypy/typeshed/stdlib/builtins.pyi

[error] invalid-method-override - :120:9 - Invalid override of method `__setattr__`: Definition is incompatible with `builtins.object.__setattr__`
[error] invalid-method-override - :121:9 - Invalid override of method `__delattr__`: Definition is incompatible with `builtins.object.__delattr__`
[error] invalid-method-override - :122:9 - Invalid override of method `__eq__`: Definition is incompatible with `builtins.object.__eq__`
[error] invalid-method-override - :123:9 - Invalid override of method `__ne__`: Definition is incompatible with `builtins.object.__ne__`
[error] invalid-method-override - :124:9 - Invalid override of method `__str__`: Definition is incompatible with `builtins.object.__str__`
[error] invalid-method-override - :125:9 - Invalid override of method `__repr__`: Definition is incompatible with `builtins.object.__repr__`
[error] invalid-method-override - :126:9 - Invalid override of method `__hash__`: Definition is incompatible with `builtins.object.__hash__`
[error] invalid-method-override - :127:9 - Invalid override of method `__format__`: Definition is incompatible with `builtins.object.__format__`
[error] invalid-method-override - :128:9 - Invalid override of method `__getattribute__`: Definition is incompatible with `builtins.object.__getattribute__`
[error] invalid-method-override - :129:9 - Invalid override of method `__sizeof__`: Definition is incompatible with `builtins.object.__sizeof__`
[error] invalid-method-override - :137:9 - Invalid override of method `__dir__`: Definition is incompatible with `builtins.object.__dir__`
[error] invalid-method-override - :348:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :349:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] invalid-method-override - :357:9 - Invalid override of method `__hash__`: Definition is incompatible with `object.__hash__`
[error] invalid-method-override - :360:9 - Invalid override of method `__format__`: Definition is incompatible with `object.__format__`
[error] invalid-method-override - :410:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :411:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] invalid-method-override - :421:9 - Invalid override of method `__hash__`: Definition is incompatible with `object.__hash__`
[error] invalid-method-override - :423:9 - Invalid override of method `__format__`: Definition is incompatible with `object.__format__`
[error] invalid-method-override - :454:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :455:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] invalid-method-override - :459:9 - Invalid override of method `__hash__`: Definition is incompatible with `object.__hash__`
[error] invalid-method-override - :461:9 - Invalid override of method `__format__`: Definition is incompatible with `object.__format__`
[error] invalid-method-override - :485:9 - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - :494:9 - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - :548:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :550:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
[error] invalid-method-override - :552:9 - Invalid override of method `__hash__`: Definition is incompatible with `object.__hash__`
[error] invalid-method-override - :559:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] invalid-method-override - :562:9 - Invalid override of method `__format__`: Definition is incompatible with `object.__format__`
[error] invalid-method-override - :574:9 - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - :590:9 - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - :640:9 - Invalid override of method `__hash__`: Definition is incompatible with `object.__hash__`
[error] invalid-method-override - :644:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
[error] invalid-method-override - :651:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :652:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] invalid-method-override - :671:9 - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - :674:9 - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - :687:9 - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
[error] invalid-method-override - :692:9 - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - :695:9 - Invalid override of method `insert`: Definition is incompatible with `MutableSequence.insert`
[error] invalid-method-override - :710:9 - Invalid override of method `remove`: Definition is incompatible with `MutableSequence.remove`
[error] invalid-method-override - :749:9 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - :753:9 - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - :754:9 - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
[error] invalid-method-override - :764:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :765:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] invalid-method-override - :826:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
[error] invalid-method-override - :827:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :830:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :831:9 - Invalid override of method `__hash__`: Definition is incompatible with `object.__hash__`
[error] invalid-method-override - :920:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :932:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :942:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :943:9 - Invalid override of method `__hash__`: Definition is incompatible with `object.__hash__`
[error] invalid-method-override - :950:9 - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - :951:9 - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - :1012:9 - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - :1013:9 - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
[error] invalid-method-override - :1014:9 - Invalid override of method `pop`: Definition is incompatible with `MutableSequence.pop`
[error] invalid-method-override - :1017:9 - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - :1018:9 - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - :1019:9 - Invalid override of method `insert`: Definition is incompatible with `MutableSequence.insert`
[error] invalid-method-override - :1020:9 - Invalid override of method `remove`: Definition is incompatible with `MutableSequence.remove`
[error] invalid-method-override - :1036:9 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - :1040:9 - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - :1041:9 - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
[error] invalid-method-override - :1051:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :1057:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :1113:9 - Invalid override of method `get`: Definition is incompatible with `Mapping.get`
[error] invalid-method-override - :1119:9 - Invalid override of method `pop`: Definition is incompatible with `MutableMapping.pop`
[error] invalid-method-override - :1120:9 - Invalid override of method `__len__`: Definition is incompatible with `Collection.__len__`
[error] invalid-method-override - :1125:9 - Invalid override of method `__eq__`: Definition is incompatible with `Mapping.__eq__`
[error] invalid-method-override - :1149:9 - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[error] invalid-method-override - :1153:9 - Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`
[error] invalid-method-override - :1156:9 - Invalid override of method `isdisjoint`: Definition is incompatible with `AbstractSet.isdisjoint`
[error] invalid-method-override - :1159:9 - Invalid override of method `remove`: Definition is incompatible with `MutableSet.remove`
[error] invalid-method-override - :1164:9 - Invalid override of method `__len__`: Definition is incompatible with `Collection.__len__`
[error] invalid-method-override - :1165:9 - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
[error] invalid-method-override - :1167:9 - Invalid override of method `__and__`: Definition is incompatible with `AbstractSet.__and__`
[error] invalid-method-override - :1168:9 - Invalid override of method `__iand__`: Definition is incompatible with `MutableSet.__iand__`
[error] invalid-method-override - :1169:9 - Invalid override of method `__or__`: Definition is incompatible with `AbstractSet.__or__`
[error] invalid-method-override - :1171:9 - Invalid override of method `__sub__`: Definition is incompatible with `AbstractSet.__sub__`
[error] invalid-method-override - :1172:9 - Invalid override of method `__isub__`: Definition is incompatible with `MutableSet.__isub__`
[error] invalid-method-override - :1173:9 - Invalid override of method `__xor__`: Definition is incompatible with `AbstractSet.__xor__`
[error] invalid-method-override - :1175:9 - Invalid override of method `__le__`: Definition is incompatible with `AbstractSet.__le__`
[error] invalid-method-override - :1176:9 - Invalid override of method `__lt__`: Definition is incompatible with `AbstractSet.__lt__`
[error] invalid-method-override - :1177:9 - Invalid override of method `__ge__`: Definition is incompatible with `AbstractSet.__ge__`
[error] invalid-method-override - :1178:9 - Invalid override of method `__gt__`: Definition is incompatible with `AbstractSet.__gt__`
[error] invalid-method-override - :1179:9 - Invalid override of method `__eq__`: Definition is incompatible with `AbstractSet.__eq__`
[error] invalid-method-override - :1192:9 - Invalid override of method `isdisjoint`: Definition is incompatible with `AbstractSet.isdisjoint`
[error] invalid-method-override - :1197:9 - Invalid override of method `__len__`: Definition is incompatible with `Collection.__len__`
[error] invalid-method-override - :1198:9 - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
[error] invalid-method-override - :1200:9 - Invalid override of method `__and__`: Definition is incompatible with `AbstractSet.__and__`
[error] invalid-method-override - :1201:9 - Invalid override of method `__or__`: Definition is incompatible with `AbstractSet.__or__`
[error] invalid-method-override - :1202:9 - Invalid override of method `__sub__`: Definition is incompatible with `AbstractSet.__sub__`
[error] invalid-method-override - :1203:9 - Invalid override of method `__xor__`: Definition is incompatible with `AbstractSet.__xor__`
[error] invalid-method-override - :1204:9 - Invalid override of method `__le__`: Definition is incompatible with `AbstractSet.__le__`
[error] invalid-method-override - :1205:9 - Invalid override of method `__lt__`: Definition is incompatible with `AbstractSet.__lt__`
[error] invalid-method-override - :1206:9 - Invalid override of method `__ge__`: Definition is incompatible with `AbstractSet.__ge__`
[error] invalid-method-override - :1207:9 - Invalid override of method `__gt__`: Definition is incompatible with `AbstractSet.__gt__`
[error] invalid-method-override - :1208:9 - Invalid override of method `__eq__`: Definition is incompatible with `AbstractSet.__eq__`
[error] invalid-method-override - :1209:9 - Invalid override of method `__hash__`: Definition is incompatible with `object.__hash__`
[error] invalid-method-override - :1231:9 - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - :1234:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :1235:9 - Invalid override of method `__hash__`: Definition is incompatible with `object.__hash__`
[error] invalid-method-override - :1236:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :1241:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
[error] invalid-method-override - :1965:9 - Invalid override of method `__str__`: Definition is incompatible with `object.__str__`
[error] invalid-method-override - :1966:9 - Invalid override of method `__repr__`: Definition is incompatible with `object.__repr__`
[warning] unused-ignore-comment - :547:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :650:82 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :757:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :763:82 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1047:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1170:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1174:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1232:49 - Unused blanket `type: ignore` directive
[error] invalid-method-override - :132:9 - Invalid override of method `__reduce__`: Definition is incompatible with `builtins.object.__reduce__`
[error] invalid-method-override - :133:9 - Invalid override of method `__reduce_ex__`: Definition is incompatible with `builtins.object.__reduce_ex__`
[error] invalid-method-override - :709:9 - Invalid override of method `pop`: Definition is incompatible with `MutableSequence.pop`
[error] invalid-method-override - :936:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

mypy/typeshed/stdlib/codecs.pyi

[warning] unused-ignore-comment - :300:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :303:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :337:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :343:64 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/collections/__init__.pyi

[error] invalid-method-override - :127:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :132:9 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - :136:9 - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - :137:9 - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
[error] invalid-method-override - :140:9 - Invalid override of method `__iadd__`: Definition is incompatible with `MutableSequence.__iadd__`
[error] invalid-method-override - :144:9 - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - :145:9 - Invalid override of method `insert`: Definition is incompatible with `MutableSequence.insert`
[error] invalid-method-override - :146:9 - Invalid override of method `pop`: Definition is incompatible with `MutableSequence.pop`
[error] invalid-method-override - :147:9 - Invalid override of method `remove`: Definition is incompatible with `MutableSequence.remove`
[error] invalid-method-override - :150:9 - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - :154:9 - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - :160:9 - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
[error] invalid-method-override - :175:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :189:9 - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - :196:9 - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - :242:9 - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - :245:9 - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - :246:9 - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
[error] invalid-method-override - :248:9 - Invalid override of method `insert`: Definition is incompatible with `MutableSequence.insert`
[error] invalid-method-override - :249:9 - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - :252:9 - Invalid override of method `remove`: Definition is incompatible with `MutableSequence.remove`
[error] invalid-method-override - :261:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :263:9 - Invalid override of method `__iadd__`: Definition is incompatible with `MutableSequence.__iadd__`
[error] invalid-method-override - :305:9 - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
[warning] unused-ignore-comment - :250:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :258:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :259:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :260:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :315:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :322:68 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/configparser.pyi

[error] invalid-method-override - :144:13 - Invalid override of method `before_get`: Definition is incompatible with `Interpolation.before_get`
[error] invalid-method-override - :313:9 - Invalid override of method `get`: Definition is incompatible with `Mapping.get`
[error] invalid-method-override - :333:9 - Invalid override of method `get`: Definition is incompatible with `Mapping.get`
[error] invalid-method-override - :366:9 - Invalid override of method `get`: Definition is incompatible with `Mapping.get`

mypy/typeshed/stdlib/datetime.pyi

[error] invalid-method-override - :344:9 - Invalid override of method `__sub__`: Definition is incompatible with `date.__sub__`
[warning] unused-ignore-comment - :335:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :336:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :337:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :338:56 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/encodings/base64_codec.pyi

[warning] unused-ignore-comment - :12:96 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :18:81 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/encodings/bz2_codec.pyi

[warning] unused-ignore-comment - :12:96 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :18:81 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/encodings/hex_codec.pyi

[warning] unused-ignore-comment - :12:96 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :18:81 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/encodings/quopri_codec.pyi

[warning] unused-ignore-comment - :12:96 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :18:81 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/encodings/rot_13.pyi

[warning] unused-ignore-comment - :7:83 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :8:83 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :11:68 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/encodings/uu_codec.pyi

[warning] unused-ignore-comment - :14:96 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :20:81 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/encodings/zlib_codec.pyi

[warning] unused-ignore-comment - :12:96 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :18:81 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/enum.pyi

[error] invalid-method-override - :318:13 - Invalid override of method `__or__`: Definition is incompatible with `Flag.__or__`
[error] invalid-method-override - :319:13 - Invalid override of method `__and__`: Definition is incompatible with `Flag.__and__`
[error] invalid-method-override - :320:13 - Invalid override of method `__xor__`: Definition is incompatible with `Flag.__xor__`
[error] invalid-method-override - :331:13 - Invalid override of method `__or__`: Definition is incompatible with `Flag.__or__`
[error] invalid-method-override - :332:13 - Invalid override of method `__and__`: Definition is incompatible with `Flag.__and__`
[error] invalid-method-override - :333:13 - Invalid override of method `__xor__`: Definition is incompatible with `Flag.__xor__`
[error] invalid-method-override - :343:13 - Invalid override of method `__or__`: Definition is incompatible with `Flag.__or__`
[error] invalid-method-override - :344:13 - Invalid override of method `__and__`: Definition is incompatible with `Flag.__and__`
[error] invalid-method-override - :345:13 - Invalid override of method `__xor__`: Definition is incompatible with `Flag.__xor__`

mypy/typeshed/stdlib/fractions.pyi

[error] invalid-method-override - :45:9 - Invalid override of method `__add__`: Definition is incompatible with `Complex.__add__`
[error] invalid-method-override - :51:9 - Invalid override of method `__radd__`: Definition is incompatible with `Complex.__radd__`
[error] invalid-method-override - :57:9 - Invalid override of method `__sub__`: Definition is incompatible with `Complex.__sub__`
[error] invalid-method-override - :63:9 - Invalid override of method `__rsub__`: Definition is incompatible with `Complex.__rsub__`
[error] invalid-method-override - :69:9 - Invalid override of method `__mul__`: Definition is incompatible with `Complex.__mul__`
[error] invalid-method-override - :75:9 - Invalid override of method `__rmul__`: Definition is incompatible with `Complex.__rmul__`
[error] invalid-method-override - :81:9 - Invalid override of method `__truediv__`: Definition is incompatible with `Complex.__truediv__`
[error] invalid-method-override - :87:9 - Invalid override of method `__rtruediv__`: Definition is incompatible with `Complex.__rtruediv__`
[error] invalid-method-override - :91:9 - Invalid override of method `__floordiv__`: Definition is incompatible with `Real.__floordiv__`
[error] invalid-method-override - :95:9 - Invalid override of method `__rfloordiv__`: Definition is incompatible with `Real.__rfloordiv__`
[error] invalid-method-override - :99:9 - Invalid override of method `__mod__`: Definition is incompatible with `Real.__mod__`
[error] invalid-method-override - :103:9 - Invalid override of method `__rmod__`: Definition is incompatible with `Real.__rmod__`
[error] invalid-method-override - :107:9 - Invalid override of method `__divmod__`: Definition is incompatible with `Real.__divmod__`
[error] invalid-method-override - :111:9 - Invalid override of method `__rdivmod__`: Definition is incompatible with `Real.__rdivmod__`
[error] invalid-method-override - :148:9 - Invalid override of method `__eq__`: Definition is incompatible with `Complex.__eq__`
[error] invalid-method-override - :149:9 - Invalid override of method `__lt__`: Definition is incompatible with `Real.__lt__`
[error] invalid-method-override - :151:9 - Invalid override of method `__le__`: Definition is incompatible with `Real.__le__`

mypy/typeshed/stdlib/http/client.pyi

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

mypy/typeshed/stdlib/http/cookies.pyi

[error] invalid-method-override - :36:9 - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`

mypy/typeshed/stdlib/importlib/abc.pyi

[error] invalid-method-override - :179:13 - Invalid override of method `is_resource`: Definition is incompatible with `ResourceReader.is_resource`

mypy/typeshed/stdlib/importlib/metadata/__init__.pyi

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

mypy/typeshed/stdlib/importlib/readers.pyi

[error] invalid-method-override - :43:13 - Invalid override of method `is_resource`: Definition is incompatible with `ResourceReader.is_resource`
[warning] unused-ignore-comment - :50:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :64:73 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/lib2to3/pgen2/pgen.pyi

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

mypy/typeshed/stdlib/multiprocessing/managers.pyi

[error] invalid-method-override - :162:13 - Invalid override of method `__eq__`: Definition is incompatible with `AbstractSet.__eq__`

mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi

[error] invalid-method-override - :120:9 - Invalid override of method `__getitem__`: Definition is incompatible with `SynchronizedArray.__getitem__`
[error] invalid-method-override - :124:9 - Invalid override of method `__setitem__`: Definition is incompatible with `SynchronizedArray.__setitem__`
[warning] unused-ignore-comment - :125:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :126:80 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/os/__init__.pyi

[error] invalid-method-override - :711:9 - Invalid override of method `setdefault`: Definition is incompatible with `MutableMapping.setdefault`

mypy/typeshed/stdlib/pydoc.pyi

[error] invalid-method-override - :77:9 - Invalid override of method `repr`: Definition is incompatible with `Repr.repr`
[error] invalid-method-override - :135:9 - Invalid override of method `docmodule`: Definition is incompatible with `Doc.docmodule`
[error] invalid-method-override - :136:9 - Invalid override of method `docclass`: Definition is incompatible with `Doc.docclass`
[error] invalid-method-override - :146:9 - Invalid override of method `docother`: Definition is incompatible with `Doc.docother`
[error] invalid-method-override - :200:9 - Invalid override of method `docclass`: Definition is incompatible with `Doc.docclass`

mypy/typeshed/stdlib/shelve.pyi

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

mypy/typeshed/stdlib/socketserver.pyi

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

mypy/typeshed/stdlib/ssl.pyi

[warning] unused-ignore-comment - :347:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :348:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :349:69 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/tkinter/__init__.pyi

[warning] unused-ignore-comment - :1438:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1976:88 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1978:90 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1979:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2206:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2441:80 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2453:94 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2459:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3263:110 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4011:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4025:37 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/tkinter/ttk.pyi

[error] invalid-method-override - :354:9 - Invalid override of method `configure`: Definition is incompatible with `tkinter.Entry.configure`
[error] invalid-method-override - :437:9 - Invalid override of method `configure`: Definition is incompatible with `Entry.configure`
[error] invalid-method-override - :736:9 - Invalid override of method `configure`: Definition is incompatible with `PanedWindow.configure`
[error] invalid-method-override - :884:9 - Invalid override of method `configure`: Definition is incompatible with `tkinter.Scale.configure`
[error] invalid-method-override - :933:9 - Invalid override of method `configure`: Definition is incompatible with `tkinter.Scrollbar.configure`
[error] invalid-method-override - :1060:9 - Invalid override of method `configure`: Definition is incompatible with `Entry.configure`
[error] invalid-method-override - :1170:9 - Invalid override of method `focus`: Definition is incompatible with `Misc.focus`
[warning] unused-ignore-comment - :380:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1139:119 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1195:47 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/turtle.pyi

[error] invalid-method-override - :188:13 - Invalid override of method `__mul__`: Definition is incompatible with `tuple.__mul__`
[warning] unused-ignore-comment - :169:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :174:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :184:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :189:57 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/types.pyi

[error] invalid-method-override - :421:9 - Invalid override of method `throw`: Definition is incompatible with `Generator.throw`
[error] invalid-method-override - :449:15 - Invalid override of method `athrow`: Definition is incompatible with `AsyncGenerator.athrow`
[error] invalid-method-override - :488:9 - Invalid override of method `throw`: Definition is incompatible with `Coroutine.throw`
[warning] unused-ignore-comment - :328:71 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/weakref.pyi

[error] invalid-method-override - :113:9 - Invalid override of method `setdefault`: Definition is incompatible with `MutableMapping.setdefault`
[error] invalid-method-override - :125:9 - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
[error] invalid-method-override - :181:9 - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
[warning] unused-ignore-comment - :108:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :109:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :110:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :161:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :162:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :163:56 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/xml/dom/expatbuilder.pyi

[error] invalid-method-override - :120:9 - Invalid override of method `start_element_handler`: Definition is incompatible with `ExpatBuilder.start_element_handler`
[warning] unused-ignore-comment - :96:93 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :97:83 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :114:81 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :115:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :116:38 - Unused blanket `type: ignore` directive

mypyc/test-data/fixtures/ir.py

[error] invalid-method-override - :83:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :84:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] invalid-method-override - :99:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :100:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] invalid-method-override - :148:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :149:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] invalid-method-override - :173:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :174:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] invalid-method-override - :200:9 - Invalid override of method `__and__`: Definition is incompatible with `int.__and__`
[error] invalid-method-override - :204:9 - Invalid override of method `__or__`: Definition is incompatible with `int.__or__`
[error] invalid-method-override - :208:9 - Invalid override of method `__xor__`: Definition is incompatible with `int.__xor__`
[error] invalid-method-override - :215:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
[error] invalid-method-override - :218:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :233:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
[error] invalid-method-override - :241:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :249:9 - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - :255:9 - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - :269:9 - Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__`
[error] invalid-method-override - :271:9 - Invalid override of method `__len__`: Definition is incompatible with `Collection.__len__`
[error] invalid-method-override - :279:9 - Invalid override of method `keys`: Definition is incompatible with `Mapping.keys`
[error] invalid-method-override - :280:9 - Invalid override of method `values`: Definition is incompatible with `Mapping.values`
[error] invalid-method-override - :281:9 - Invalid override of method `items`: Definition is incompatible with `Mapping.items`

nionutils (https://github.com/nion-software/nionutils)

nion/utils/Converter.py

[error] invalid-method-override - :112:9 - Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`
[error] invalid-method-override - :161:9 - Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`
[error] invalid-method-override - :172:9 - Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`
[error] invalid-method-override - :181:9 - Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`
[error] invalid-method-override - :192:9 - Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`
[error] invalid-method-override - :220:9 - Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`
[error] invalid-method-override - :254:9 - Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`

nion/utils/StructuredModel.py

[error] invalid-method-override - :256:9 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - :259:9 - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - :262:9 - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
[error] invalid-method-override - :265:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`

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

openlibrary/core/olmarkdown.py

[error] invalid-method-override - :82:9 - Invalid override of method `convert`: Definition is incompatible with `Markdown.convert`

openlibrary/plugins/openlibrary/authors.py

[error] invalid-method-override - :12:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/openlibrary/design.py

[error] invalid-method-override - :12:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/openlibrary/swagger.py

[error] invalid-method-override - :12:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/worksearch/bulk_search.py

[error] invalid-method-override - :9:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/core/helpers.py

[error] invalid-method-override - :111:9 - Invalid override of method `default`: Definition is incompatible with `JSONEncoder.default`

openlibrary/core/lending.py

[error] invalid-method-override - :832:9 - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`

openlibrary/core/models.py

[error] invalid-method-override - :1001:9 - Invalid override of method `_get_lists_uncached`: Definition is incompatible with `Thing._get_lists_uncached`

openlibrary/core/waitinglist.py

[error] invalid-method-override - :158:9 - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`

openlibrary/plugins/admin/code.py

[error] invalid-method-override - :170:5 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :227:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :798:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/importapi/import_ui.py

[error] invalid-method-override - :22:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/inside/code.py

[error] invalid-method-override - :16:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :38:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/openlibrary/api.py

[error] invalid-method-override - :54:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :81:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :118:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :369:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :415:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :515:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :548:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :612:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :714:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :807:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :840:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :858:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/openlibrary/borrow_home.py

[error] invalid-method-override - :22:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :30:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :37:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :45:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/openlibrary/code.py

[error] invalid-method-override - :217:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :219:17 - Invalid override of method `default`: Definition is incompatible with `JSONEncoder.default`
[error] invalid-method-override - :237:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :244:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :326:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :343:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :384:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :445:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :460:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :469:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :477:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :485:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :493:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :520:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :559:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :615:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :640:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :677:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :714:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :774:9 - Invalid override of method `GET`: Definition is incompatible with `mode.GET`
[error] invalid-method-override - :798:9 - Invalid override of method `GET`: Definition is incompatible with `mode.GET`
[error] invalid-method-override - :822:9 - Invalid override of method `GET`: Definition is incompatible with `mode.GET`
[error] invalid-method-override - :846:9 - Invalid override of method `GET`: Definition is incompatible with `mode.GET`
[error] invalid-method-override - :888:9 - Invalid override of method `GET`: Definition is incompatible with `mode.GET`
[error] invalid-method-override - :1193:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[warning] unused-ignore-comment - :266:31 - Unused blanket `type: ignore` directive

openlibrary/plugins/openlibrary/connection.py

[error] invalid-method-override - :391:9 - Invalid override of method `store_put_many`: Definition is incompatible with `ConnectionMiddleware.store_put_many`
[error] invalid-method-override - :399:9 - Invalid override of method `store_delete`: Definition is incompatible with `ConnectionMiddleware.store_delete`

openlibrary/plugins/openlibrary/dev_instance.py

[error] invalid-method-override - :79:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :88:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/openlibrary/home.py

[error] invalid-method-override - :104:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :129:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/openlibrary/lists.py

[error] invalid-method-override - :154:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :257:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :407:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :545:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :577:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :658:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :703:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :740:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :750:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :840:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :949:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[warning] unused-ignore-comment - :295:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :363:43 - Unused blanket `type: ignore` directive

openlibrary/plugins/openlibrary/partials.py

[error] invalid-method-override - :400:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/openlibrary/status.py

[error] invalid-method-override - :22:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/upstream/account.py

[error] invalid-method-override - :167:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :201:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :288:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :489:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :626:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :639:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :674:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :815:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :1145:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :1247:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/upstream/addbook.py

[error] invalid-method-override - :184:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :491:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :496:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :859:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :938:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :990:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :1047:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/upstream/addtag.py

[error] invalid-method-override - :81:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :142:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :227:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/upstream/borrow.py

[error] invalid-method-override - :80:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :108:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :258:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :299:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :362:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/upstream/code.py

[error] invalid-method-override - :54:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :80:9 - Invalid override of method `GET`: Definition is incompatible with `infogami.core.code.edit.GET`
[error] invalid-method-override - :93:9 - Invalid override of method `POST`: Definition is incompatible with `infogami.core.code.edit.POST`
[error] invalid-method-override - :107:9 - Invalid override of method `GET`: Definition is incompatible with `mode.GET`
[error] invalid-method-override - :126:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :133:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :140:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :244:13 - Invalid override of method `GET`: Definition is incompatible with `infogami.utils.app.page.GET`
[error] invalid-method-override - :310:9 - Invalid override of method `GET`: Definition is incompatible with `mode.GET`

openlibrary/plugins/upstream/covers.py

[error] invalid-method-override - :57:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :154:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :163:9 - Invalid override of method `save`: Definition is incompatible with `add_cover.save`
[error] invalid-method-override - :171:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :209:9 - Invalid override of method `get_images`: Definition is incompatible with `manage_covers.get_images`
[error] invalid-method-override - :212:9 - Invalid override of method `get_image`: Definition is incompatible with `manage_covers.get_image`
[error] invalid-method-override - :215:9 - Invalid override of method `save_images`: Definition is incompatible with `manage_covers.save_images`

openlibrary/plugins/upstream/data.py

[error] invalid-method-override - :53:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :66:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :78:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :90:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/upstream/edits.py

[error] invalid-method-override - :33:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/upstream/merge_authors.py

[error] invalid-method-override - :223:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/upstream/mybooks.py

[error] invalid-method-override - :39:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :47:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :111:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :126:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :141:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :162:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :219:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :234:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :295:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/upstream/recentchanges.py

[error] invalid-method-override - :31:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :44:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :122:9 - Invalid override of method `GET`: Definition is incompatible with `index.GET`
[error] invalid-method-override - :133:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :159:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :198:9 - Invalid override of method `GET`: Definition is incompatible with `mode.GET`

openlibrary/plugins/upstream/table_of_contents.py

[error] invalid-method-override - :194:9 - Invalid override of method `default`: Definition is incompatible with `JSONEncoder.default`

openlibrary/plugins/upstream/tests/test_merge_authors.py

[error] invalid-method-override - :37:9 - Invalid override of method `get`: Definition is incompatible with `Site.get`
[error] invalid-method-override - :44:9 - Invalid override of method `things`: Definition is incompatible with `Site.things`
[error] invalid-method-override - :53:9 - Invalid override of method `get_many`: Definition is incompatible with `Site.get_many`
[error] invalid-method-override - :59:9 - Invalid override of method `save_many`: Definition is incompatible with `Site.save_many`

openlibrary/plugins/upstream/utils.py

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

openlibrary/plugins/upstream/yearly_reading_goals.py

[error] invalid-method-override - :20:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/worksearch/autocomplete.py

[error] invalid-method-override - :46:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :97:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :149:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/worksearch/code.py

[error] invalid-method-override - :636:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :676:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :840:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :886:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :916:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :954:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :983:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :1009:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :1039:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :1246:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/worksearch/languages.py

[error] invalid-method-override - :94:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :121:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/worksearch/publishers.py

[error] invalid-method-override - :20:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :55:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :65:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/worksearch/schemes/works.py

[error] invalid-method-override - :603:9 - Invalid override of method `add_non_solr_fields`: Definition is incompatible with `SearchScheme.add_non_solr_fields`

openlibrary/plugins/worksearch/subjects.py

[error] invalid-method-override - :29:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/solr/updater/author.py

[error] invalid-method-override - :19:15 - Invalid override of method `update_key`: Definition is incompatible with `AbstractSolrUpdater.update_key`

openlibrary/solr/updater/list.py

[error] invalid-method-override - :25:15 - Invalid override of method `update_key`: Definition is incompatible with `AbstractSolrUpdater.update_key`

openlibrary/solr/updater/work.py

[error] invalid-method-override - :43:15 - Invalid override of method `update_key`: Definition is incompatible with `AbstractSolrUpdater.update_key`

openlibrary/tests/solr/test_update.py

[error] invalid-method-override - :95:9 - Invalid override of method `get_metadata`: Definition is incompatible with `DataProvider.get_metadata`

openlibrary/utils/schema.py

[error] invalid-method-override - :101:9 - Invalid override of method `quote`: Definition is incompatible with `AbstractAdapter.quote`

openlibrary/views/loanstats.py

[error] invalid-method-override - :133:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :142:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :149:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :170:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/views/showmarc.py

[error] invalid-method-override - :16:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :23:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :80:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :87:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :94:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - :104:9 - Invalid override of method `GET`: Definition is incompatible with `page.GET`

operator (https://github.com/canonical/operator)

ops/jujuversion.py

[error] invalid-method-override - :65:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`

ops/framework.py

[error] invalid-method-override - :116:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :1385:9 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - :1388:9 - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - :1392:9 - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
[error] invalid-method-override - :1464:9 - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[error] invalid-method-override - :1472:9 - Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`
[error] invalid-method-override - :1480:9 - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`

ops/model.py

[error] invalid-method-override - :885:9 - Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__`
[error] invalid-method-override - :932:9 - Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__`
[error] invalid-method-override - :938:9 - Invalid override of method `__iter__`: Definition is incompatible with `Iterable.__iter__`
[error] invalid-method-override - :1016:9 - Invalid override of method `get`: Definition is incompatible with `Mapping.get`
[error] invalid-method-override - :1041:9 - Invalid override of method `__iter__`: Definition is incompatible with `Iterable.__iter__`
[error] invalid-method-override - :1965:9 - Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__`
[error] invalid-method-override - :2195:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :2406:9 - Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__`

ops/pebble.py

[error] invalid-method-override - :1975:9 - Invalid override of method `read`: Definition is incompatible with `_BufferedIOBase.read`
[error] invalid-method-override - :2008:9 - Invalid override of method `read1`: Definition is incompatible with `_BufferedIOBase.read1`

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

optuna/_imports.py

[error] invalid-method-override - :132:9 - Invalid override of method `__getattr__`: Definition is incompatible with `ModuleType.__getattr__`

paasta (https://github.com/yelp/paasta)

paasta_tools/cassandracluster_tools.py

[error] invalid-method-override - :127:9 - Invalid override of method `validate`: Definition is incompatible with `LongRunningServiceConfig.validate`

paasta_tools/flink_tools.py

[error] invalid-method-override - :92:9 - Invalid override of method `validate`: Definition is incompatible with `LongRunningServiceConfig.validate`
[error] invalid-method-override - :115:9 - Invalid override of method `get_pool`: Definition is incompatible with `InstanceConfig.get_pool`

paasta_tools/kafkacluster_tools.py

[error] invalid-method-override - :60:9 - Invalid override of method `validate`: Definition is incompatible with `LongRunningServiceConfig.validate`

paasta_tools/kubernetes_tools.py

[error] invalid-method-override - :1971:9 - Invalid override of method `get_autoscaled_instances`: Definition is incompatible with `LongRunningServiceConfig.get_autoscaled_instances`

paasta_tools/monkrelaycluster_tools.py

[error] invalid-method-override - :60:9 - Invalid override of method `validate`: Definition is incompatible with `LongRunningServiceConfig.validate`

paasta_tools/nrtsearchservice_tools.py

[error] invalid-method-override - :60:9 - Invalid override of method `validate`: Definition is incompatible with `LongRunningServiceConfig.validate`

paasta_tools/tron_tools.py

[error] invalid-method-override - :189:9 - Invalid override of method `get_value`: Definition is incompatible with `Formatter.get_value`
[error] invalid-method-override - :472:9 - Invalid override of method `get_deploy_group`: Definition is incompatible with `InstanceConfig.get_deploy_group`
[error] invalid-method-override - :671:9 - Invalid override of method `validate`: Definition is incompatible with `InstanceConfig.validate`
[error] invalid-method-override - :722:9 - Invalid override of method `get_projected_sa_volumes`: Definition is incompatible with `InstanceConfig.get_projected_sa_volumes`

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

pandas/_libs/sparse.pyi

[error] invalid-method-override - :43:9 - Invalid override of method `intersect`: Definition is incompatible with `SparseIndex.intersect`
[error] invalid-method-override - :44:9 - Invalid override of method `make_union`: Definition is incompatible with `SparseIndex.make_union`

pandas/core/indexes/category.py

[error] invalid-method-override - :429:9 - Invalid override of method `_maybe_cast_listlike_indexer`: Definition is incompatible with `Index._maybe_cast_listlike_indexer`

pandas/tests/extension/array_with_attr/array.py

[error] invalid-method-override - :72:9 - Invalid override of method `take`: Definition is incompatible with `ExtensionArray.take`

pandas/tests/extension/json/array.py

[error] invalid-method-override - :189:9 - Invalid override of method `take`: Definition is incompatible with `ExtensionArray.take`
[error] invalid-method-override - :263:9 - Invalid override of method `_pad_or_backfill`: Definition is incompatible with `ExtensionArray._pad_or_backfill`

pandas/tests/extension/list/array.py

[error] invalid-method-override - :77:9 - Invalid override of method `take`: Definition is incompatible with `ExtensionArray.take`

pandas/tests/series/test_formats.py

[error] invalid-method-override - :300:17 - Invalid override of method `__getitem__`: Definition is incompatible with `ExtensionArray.__getitem__`

pandas/tests/window/test_win_type.py

[error] invalid-method-override - :159:13 - Invalid override of method `get_window_bounds`: Definition is incompatible with `BaseIndexer.get_window_bounds`

pandas/core/interchange/dataframe.py

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

pandas/_libs/tslibs/timestamps.pyi

[error] invalid-method-override - :159:9 - Invalid override of method `__sub__`: Definition is incompatible with `date.__sub__`
[warning] unused-ignore-comment - :119:19 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :133:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :146:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :147:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :148:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :149:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :165:57 - Unused blanket `type: ignore` directive

pandas/core/arrays/categorical.py

[error] invalid-method-override - :1655:9 - Invalid override of method `_validate_scalar`: Definition is incompatible with `NDArrayBackedExtensionArray._validate_scalar`
[error] invalid-method-override - :2229:9 - Invalid override of method `_box_func`: Definition is incompatible with `NDArrayBackedExtensionArray._box_func`
[error] invalid-method-override - :2989:9 - Invalid override of method `_delegate_property_get`: Definition is incompatible with `PandasDelegate._delegate_property_get`
[error] invalid-method-override - :2992:9 - Invalid override of method `_delegate_property_set`: Definition is incompatible with `PandasDelegate._delegate_property_set`

pandas/core/arrays/period.py

[error] invalid-method-override - :1033:9 - Invalid override of method `_add_offset`: Definition is incompatible with `DatetimeLikeArrayMixin._add_offset`

pandas/core/arrays/string_.py

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

pandas/core/arrays/timedeltas.py

[error] invalid-method-override - :470:9 - Invalid override of method `_add_offset`: Definition is incompatible with `DatetimeLikeArrayMixin._add_offset`

pandas/core/col.py

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

pandas/core/computation/pytables.py

[warning] unused-ignore-comment - :310:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :350:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :372:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :401:34 - Unused blanket `type: ignore` directive

pandas/core/indexes/accessors.py

[error] invalid-method-override - :91:9 - Invalid override of method `_delegate_property_get`: Definition is incompatible with `PandasDelegate._delegate_property_get`
[error] invalid-method-override - :175:9 - Invalid override of method `_delegate_property_get`: Definition is incompatible with `PandasDelegate._delegate_property_get`

pandas/core/indexes/multi.py

[error] invalid-method-override - :1589:9 - Invalid override of method `_set_names`: Definition is incompatible with `Index._set_names`
[error] invalid-method-override - :4158:9 - Invalid override of method `_validate_fill_value`: Definition is incompatible with `Index._validate_fill_value`
[warning] unused-ignore-comment - :1314:16 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2574:16 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4286:31 - Unused blanket `type: ignore` directive

pandas/core/indexes/range.py

[error] invalid-method-override - :808:9 - Invalid override of method `sort_values`: Definition is incompatible with `Index.sort_values`
[error] invalid-method-override - :1184:9 - Invalid override of method `_concat`: Definition is incompatible with `Index._concat`

pandas/core/indexes/timedeltas.py

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

pandas/core/internals/managers.py

[error] invalid-method-override - :2231:9 - Invalid override of method `_equal_values`: Definition is incompatible with `BaseBlockManager._equal_values`

pandas/core/resample.py

[error] invalid-method-override - :2110:9 - Invalid override of method `_upsample`: Definition is incompatible with `Resampler._upsample`
[error] invalid-method-override - :2242:9 - Invalid override of method `_upsample`: Definition is incompatible with `Resampler._upsample`

pandas/io/excel/_calamine.py

[error] invalid-method-override - :100:9 - Invalid override of method `get_sheet_data`: Definition is incompatible with `BaseExcelReader.get_sheet_data`

pandas/io/excel/_odfreader.py

[error] invalid-method-override - :102:9 - Invalid override of method `get_sheet_data`: Definition is incompatible with `BaseExcelReader.get_sheet_data`

pandas/io/excel/_openpyxl.py

[error] invalid-method-override - :610:9 - Invalid override of method `get_sheet_data`: Definition is incompatible with `BaseExcelReader.get_sheet_data`

pandas/io/excel/_pyxlsb.py

[error] invalid-method-override - :97:9 - Invalid override of method `get_sheet_data`: Definition is incompatible with `BaseExcelReader.get_sheet_data`

pandas/io/excel/_xlrd.py

[error] invalid-method-override - :79:9 - Invalid override of method `get_sheet_data`: Definition is incompatible with `BaseExcelReader.get_sheet_data`

pandas/io/html.py

[error] invalid-method-override - :639:9 - Invalid override of method `_parse_td`: Definition is incompatible with `_HtmlFrameParser._parse_td`
[error] invalid-method-override - :731:9 - Invalid override of method `_parse_td`: Definition is incompatible with `_HtmlFrameParser._parse_td`
[error] invalid-method-override - :736:9 - Invalid override of method `_parse_tables`: Definition is incompatible with `_HtmlFrameParser._parse_tables`

pandas/io/pytables.py

[warning] unused-ignore-comment - :4526:17 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4888:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4927:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :5001:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :5018:65 - Unused blanket `type: ignore` directive

pandas/tests/apply/conftest.py

[error] invalid-method-override - :24:9 - Invalid override of method `map`: Definition is incompatible with `BaseExecutionEngine.map`
[error] invalid-method-override - :28:9 - Invalid override of method `apply`: Definition is incompatible with `BaseExecutionEngine.apply`

pandas/tests/extension/test_arrow.py

[error] invalid-method-override - :417:9 - Invalid override of method `test_accumulate_series`: Definition is incompatible with `BaseAccumulateTests.test_accumulate_series`

pandas/tests/frame/test_constructors.py

[error] invalid-method-override - :1359:17 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

pandas/tests/indexes/interval/test_constructors.py

[error] invalid-method-override - :404:9 - Invalid override of method `test_constructor_string`: Definition is incompatible with `ConstructorTests.test_constructor_string`

pandas/tests/window/test_base_indexer.py

[error] invalid-method-override - :27:13 - Invalid override of method `get_window_bounds`: Definition is incompatible with `BaseIndexer.get_window_bounds`
[error] invalid-method-override - :49:13 - Invalid override of method `get_window_bounds`: Definition is incompatible with `BaseIndexer.get_window_bounds`
[error] invalid-method-override - :71:13 - Invalid override of method `get_window_bounds`: Definition is incompatible with `BaseIndexer.get_window_bounds`
[error] invalid-method-override - :300:13 - Invalid override of method `get_window_bounds`: Definition is incompatible with `BaseIndexer.get_window_bounds`
[error] invalid-method-override - :481:13 - Invalid override of method `get_window_bounds`: Definition is incompatible with `BaseIndexer.get_window_bounds`
[error] invalid-method-override - :503:13 - Invalid override of method `get_window_bounds`: Definition is incompatible with `BaseIndexer.get_window_bounds`

pandas/tests/window/test_rolling.py

[error] invalid-method-override - :1360:13 - Invalid override of method `get_window_bounds`: Definition is incompatible with `BaseIndexer.get_window_bounds`

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

pandas-stubs/core/arrays/categorical.pyi

[error] invalid-method-override - :114:9 - Invalid override of method `__contains__`: Definition is incompatible with `ExtensionArray.__contains__`
[error] invalid-method-override - :118:9 - Invalid override of method `__getitem__`: Definition is incompatible with `ExtensionArray.__getitem__`

pandas-stubs/core/arrays/sparse/array.pyi

[error] invalid-method-override - :66:9 - Invalid override of method `__getitem__`: Definition is incompatible with `ExtensionArray.__getitem__`

pandas-stubs/core/arraylike.pyi

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

pandas-stubs/core/resample.pyi

[warning] unused-ignore-comment - :163:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :171:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :179:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :187:52 - Unused blanket `type: ignore` directive

pandas-stubs/_libs/missing.pyi

[error] invalid-method-override - :120:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :130:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`

pandas-stubs/_libs/tslibs/timestamps.pyi

[warning] unused-ignore-comment - :140:19 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :154:21 - Unused blanket `type: ignore` directive

pandas-stubs/core/frame.pyi

[error] invalid-method-override - :193:9 - Invalid override of method `__getitem__`: Definition is incompatible with `_LocationIndexer.__getitem__`
[error] invalid-method-override - :204:9 - Invalid override of method `__setitem__`: Definition is incompatible with `_NDFrameIndexer.__setitem__`
[error] invalid-method-override - :280:9 - Invalid override of method `__getitem__`: Definition is incompatible with `_LocationIndexer.__getitem__`
[error] invalid-method-override - :303:9 - Invalid override of method `__setitem__`: Definition is incompatible with `_NDFrameIndexer.__setitem__`
[error] invalid-method-override - :320:9 - Invalid override of method `__getitem__`: Definition is incompatible with `_ScalarAccessIndexer.__getitem__`
[error] invalid-method-override - :321:9 - Invalid override of method `__setitem__`: Definition is incompatible with `_ScalarAccessIndexer.__setitem__`
[error] invalid-method-override - :328:9 - Invalid override of method `__getitem__`: Definition is incompatible with `_ScalarAccessIndexer.__getitem__`
[error] invalid-method-override - :339:9 - Invalid override of method `__setitem__`: Definition is incompatible with `_ScalarAccessIndexer.__setitem__`

pandas-stubs/core/groupby/generic.pyi

[error] invalid-method-override - :247:9 - Invalid override of method `apply`: Definition is incompatible with `GroupBy.apply`
[error] invalid-method-override - :300:9 - Invalid override of method `__getitem__`: Definition is incompatible with `BaseGroupBy.__getitem__`
[error] invalid-method-override - :452:9 - Invalid override of method `__getattr__`: Definition is incompatible with `GroupBy.__getattr__`
[warning] unused-ignore-comment - :125:20 - Unused blanket `type: ignore` directive

pandas-stubs/core/indexes/datetimes.pyi

[error] invalid-method-override - :76:9 - Invalid override of method `__sub__`: Definition is incompatible with `Index.__sub__`
[warning] unused-ignore-comment - :65:19 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :68:20 - Unused blanket `type: ignore` directive

pandas-stubs/core/indexes/interval.pyi

[error] invalid-method-override - :242:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Index.__getitem__`
[error] invalid-method-override - :250:9 - Invalid override of method `__gt__`: Definition is incompatible with `Index.__gt__`
[error] invalid-method-override - :258:9 - Invalid override of method `__ge__`: Definition is incompatible with `Index.__ge__`
[error] invalid-method-override - :266:9 - Invalid override of method `__le__`: Definition is incompatible with `Index.__le__`
[error] invalid-method-override - :274:9 - Invalid override of method `__lt__`: Definition is incompatible with `Index.__lt__`
[error] invalid-method-override - :282:9 - Invalid override of method `__eq__`: Definition is incompatible with `OpsMixin.__eq__`
[error] invalid-method-override - :290:9 - Invalid override of method `__ne__`: Definition is incompatible with `OpsMixin.__ne__`

pandas-stubs/core/indexes/multi.pyi

[warning] unused-ignore-comment - :79:16 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :137:92 - Unused blanket `type: ignore` directive

pandas-stubs/core/indexes/period.pyi

[error] invalid-method-override - :57:9 - Invalid override of method `__sub__`: Definition is incompatible with `Index.__sub__`
[error] invalid-method-override - :66:9 - Invalid override of method `__rsub__`: Definition is incompatible with `Index.__rsub__`
[warning] unused-ignore-comment - :41:19 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :44:20 - Unused blanket `type: ignore` directive

pandas-stubs/core/indexes/range.pyi

[error] invalid-method-override - :84:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Index.__getitem__`

pandas-stubs/core/indexes/timedeltas.pyi

[error] invalid-method-override - :77:9 - Invalid override of method `__add__`: Definition is incompatible with `Index.__add__`
[error] invalid-method-override - :86:9 - Invalid override of method `__radd__`: Definition is incompatible with `Index.__radd__`
[error] invalid-method-override - :98:9 - Invalid override of method `__rsub__`: Definition is incompatible with `Index.__rsub__`
[warning] unused-ignore-comment - :89:19 - Unused blanket `type: ignore` directive

pandas-stubs/core/series.pyi

[error] invalid-method-override - :274:9 - Invalid override of method `__getitem__`: Definition is incompatible with `_LocationIndexer.__getitem__`
[error] invalid-method-override - :283:9 - Invalid override of method `__setitem__`: Definition is incompatible with `_NDFrameIndexer.__setitem__`
[error] invalid-method-override - :300:9 - Invalid override of method `__getitem__`: Definition is incompatible with `_LocationIndexer.__getitem__`
[error] invalid-method-override - :330:9 - Invalid override of method `__setitem__`: Definition is incompatible with `_NDFrameIndexer.__setitem__`
[warning] unused-ignore-comment - :2229:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2979:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2995:85 - Unused blanket `type: ignore` directive

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

pandera/api/pandas/components.py

[warning] unused-ignore-comment - :439:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :447:53 - Unused blanket `type: ignore` directive

pandera/backends/pandas/hypotheses.py

[error] invalid-method-override - :121:9 - Invalid override of method `preprocess_table`: Definition is incompatible with `PandasCheckBackend.preprocess_table`

pandera/backends/pyspark/base.py

[error] invalid-method-override - :107:9 - Invalid override of method `failure_cases_metadata`: Definition is incompatible with `BaseSchemaBackend.failure_cases_metadata`

pandera/backends/pyspark/container.py

[error] invalid-method-override - :189:9 - Invalid override of method `run_schema_component_checks`: Definition is incompatible with `BaseSchemaBackend.run_schema_component_checks`

pandera/engines/geopandas_engine.py

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

pandera/engines/pandas_engine.py

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

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

parso/python/errors.py

[error] invalid-method-override - :557:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :569:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :582:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :604:9 - Invalid override of method `get_node`: Definition is incompatible with `Rule.get_node`
[error] invalid-method-override - :607:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :617:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :631:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :664:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :680:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :692:9 - Invalid override of method `get_node`: Definition is incompatible with `Rule.get_node`
[error] invalid-method-override - :695:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :995:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :1038:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :1232:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :1238:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :1247:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :1254:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
[error] invalid-method-override - :1265:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`

parso/python/parser.py

[error] invalid-method-override - :101:9 - Invalid override of method `convert_leaf`: Definition is incompatible with `BaseParser.convert_leaf`

parso/python/pep8.py

[error] invalid-method-override - :766:9 - Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`

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

src/pip/_vendor/cachecontrol/heuristics.py

[error] invalid-method-override - :124:9 - Invalid override of method `update_headers`: Definition is incompatible with `BaseHeuristic.update_headers`
[error] invalid-method-override - :156:9 - Invalid override of method `warning`: Definition is incompatible with `BaseHeuristic.warning`

src/pip/_vendor/idna/codec.py

[error] invalid-method-override - :11:9 - Invalid override of method `encode`: Definition is incompatible with `codecs.Codec.encode`
[error] invalid-method-override - :20:9 - Invalid override of method `decode`: Definition is incompatible with `codecs.Codec.decode`
[error] invalid-method-override - :31:9 - Invalid override of method `_buffer_encode`: Definition is incompatible with `BufferedIncrementalEncoder._buffer_encode`
[error] invalid-method-override - :65:9 - Invalid override of method `_buffer_decode`: Definition is incompatible with `BufferedIncrementalDecoder._buffer_decode`

src/pip/_internal/network/auth.py

[error] invalid-method-override - :440:9 - Invalid override of method `__call__`: Definition is incompatible with `AuthBase.__call__`

src/pip/_vendor/cachecontrol/adapter.py

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

src/pip/_vendor/distlib/compat.py

[error] invalid-method-override - :970:13 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - :982:13 - Invalid override of method `pop`: Definition is incompatible with `MutableSequence.pop`
[error] invalid-method-override - :994:13 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

src/pip/_vendor/pkg_resources/__init__.py

[error] invalid-method-override - :2128:9 - Invalid override of method `_has`: Definition is incompatible with `NullProvider._has`
[error] invalid-method-override - :2132:9 - Invalid override of method `_isdir`: Definition is incompatible with `NullProvider._isdir`
[error] invalid-method-override - :2135:9 - Invalid override of method `_listdir`: Definition is incompatible with `NullProvider._listdir`

src/pip/_vendor/pygments/lexer.py

[error] invalid-method-override - :784:9 - Invalid override of method `get_tokens_unprocessed`: Definition is incompatible with `RegexLexer.get_tokens_unprocessed`

src/pip/_vendor/pygments/lexers/python.py

[error] invalid-method-override - :1189:9 - Invalid override of method `get_tokens_unprocessed`: Definition is incompatible with `RegexLexer.get_tokens_unprocessed`

src/pip/_vendor/pygments/token.py

[error] invalid-method-override - :28:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`

src/pip/_vendor/resolvelib/resolvers/resolution.py

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

src/pip/_vendor/rich/progress.py

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

src/pip/_vendor/urllib3/contrib/appengine.py

[error] invalid-method-override - :131:9 - Invalid override of method `urlopen`: Definition is incompatible with `RequestMethods.urlopen`

src/pip/_vendor/urllib3/contrib/ntlmpool.py

[error] invalid-method-override - :115:9 - Invalid override of method `urlopen`: Definition is incompatible with `HTTPConnectionPool.urlopen`

src/pip/_vendor/urllib3/poolmanager.py

[error] invalid-method-override - :353:9 - Invalid override of method `urlopen`: Definition is incompatible with `RequestMethods.urlopen`
[error] invalid-method-override - :526:9 - Invalid override of method `urlopen`: Definition is incompatible with `RequestMethods.urlopen`

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

src/poetry/packages/package_collection.py

[error] invalid-method-override - :28:9 - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`

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

src/prefect/events/worker.py

[error] invalid-method-override - :74:9 - Invalid override of method `_prepare_item`: Definition is incompatible with `QueueService._prepare_item`
[error] invalid-method-override - :78:15 - Invalid override of method `_handle`: Definition is incompatible with `QueueService._handle`

src/prefect/utilities/importtools.py

[error] invalid-method-override - :191:9 - Invalid override of method `__getattr__`: Definition is incompatible with `ModuleType.__getattr__`

src/integrations/prefect-dask/prefect_dask/task_runners.py

[error] invalid-method-override - :425:9 - Invalid override of method `submit`: Definition is incompatible with `TaskRunner.submit`
[error] invalid-method-override - :468:9 - Invalid override of method `map`: Definition is incompatible with `TaskRunner.map`

src/integrations/prefect-gcp/prefect_gcp/bigquery.py

[error] invalid-method-override - :943:9 - Invalid override of method `__setstate__`: Definition is incompatible with `BaseModel.__setstate__`

src/integrations/prefect-redis/prefect_redis/messaging.py

[error] invalid-method-override - :131:15 - Invalid override of method `without_duplicates`: Definition is incompatible with `prefect.server.utilities.messaging.Cache.without_duplicates`
[error] invalid-method-override - :157:15 - Invalid override of method `forget_duplicates`: Definition is incompatible with `prefect.server.utilities.messaging.Cache.forget_duplicates`
[error] invalid-method-override - :261:15 - Invalid override of method `publish_data`: Definition is incompatible with `prefect.server.utilities.messaging.Publisher.publish_data`

src/integrations/prefect-snowflake/prefect_snowflake/database.py

[error] invalid-method-override - :257:9 - Invalid override of method `fetch_one`: Definition is incompatible with `DatabaseBlock.fetch_one`
[error] invalid-method-override - :376:9 - Invalid override of method `fetch_many`: Definition is incompatible with `DatabaseBlock.fetch_many`
[error] invalid-method-override - :519:9 - Invalid override of method `fetch_all`: Definition is incompatible with `DatabaseBlock.fetch_all`
[error] invalid-method-override - :616:9 - Invalid override of method `execute`: Definition is incompatible with `DatabaseBlock.execute`
[error] invalid-method-override - :698:9 - Invalid override of method `execute_many`: Definition is incompatible with `DatabaseBlock.execute_many`
[error] invalid-method-override - :822:9 - Invalid override of method `__setstate__`: Definition is incompatible with `BaseModel.__setstate__`

src/integrations/prefect-snowflake/prefect_snowflake/experimental/workers/spcs.py

[error] invalid-method-override - :200:9 - Invalid override of method `prepare_for_flow_run`: Definition is incompatible with `BaseJobConfiguration.prepare_for_flow_run`

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

[error] invalid-method-override - :784:9 - Invalid override of method `__setstate__`: Definition is incompatible with `BaseModel.__setstate__`

src/prefect/blocks/core.py

[error] invalid-method-override - :1648:9 - Invalid override of method `model_dump`: Definition is incompatible with `BaseModel.model_dump`

src/prefect/server/events/stream.py

[error] invalid-method-override - :154:15 - Invalid override of method `start`: Definition is incompatible with `Service.start`

src/prefect/server/orchestration/core_policy.py

[error] invalid-method-override - :547:15 - Invalid override of method `before_transition`: Definition is incompatible with `BaseOrchestrationRule.before_transition`
[warning] unused-ignore-comment - :635:25 - Unused blanket `type: ignore` directive

src/prefect/transactions.py

[error] invalid-method-override - :109:9 - Invalid override of method `get`: Definition is incompatible with `ContextModel.get`

src/prefect/utilities/annotations.py

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

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

psycopg/psycopg/types/enum.py

[error] invalid-method-override - :103:9 - Invalid override of method `dump`: Definition is incompatible with `Dumper.dump`
[error] invalid-method-override - :116:9 - Invalid override of method `dump`: Definition is incompatible with `Dumper.dump`

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

pwndbg/aglib/disasm/aarch64.py

[error] invalid-method-override - :423:9 - Invalid override of method `_parse_memory`: Definition is incompatible with `DisassemblyAssistant._parse_memory`
[error] invalid-method-override - :489:9 - Invalid override of method `_parse_immediate`: Definition is incompatible with `DisassemblyAssistant._parse_immediate`
[error] invalid-method-override - :506:9 - Invalid override of method `_parse_register`: Definition is incompatible with `DisassemblyAssistant._parse_register`

pwndbg/aglib/disasm/arm.py

[error] invalid-method-override - :354:9 - Invalid override of method `_parse_memory`: Definition is incompatible with `DisassemblyAssistant._parse_memory`
[error] invalid-method-override - :407:9 - Invalid override of method `_parse_register`: Definition is incompatible with `DisassemblyAssistant._parse_register`

pwndbg/aglib/disasm/mips.py

[error] invalid-method-override - :281:9 - Invalid override of method `_parse_memory`: Definition is incompatible with `DisassemblyAssistant._parse_memory`

pwndbg/aglib/disasm/riscv.py

[error] invalid-method-override - :290:9 - Invalid override of method `_parse_memory`: Definition is incompatible with `DisassemblyAssistant._parse_memory`

pwndbg/aglib/disasm/x86.py

[error] invalid-method-override - :276:9 - Invalid override of method `_parse_memory`: Definition is incompatible with `DisassemblyAssistant._parse_memory`

pwndbg/aglib/kernel/__init__.py

[error] invalid-method-override - :357:9 - Invalid override of method `pfn_to_page`: Definition is incompatible with `ArchOps.pfn_to_page`
[error] invalid-method-override - :395:9 - Invalid override of method `pfn_to_page`: Definition is incompatible with `ArchOps.pfn_to_page`
[error] invalid-method-override - :444:9 - Invalid override of method `pfn_to_page`: Definition is incompatible with `ArchOps.pfn_to_page`

pwndbg/aglib/kernel/paging.py

[error] invalid-method-override - :329:9 - Invalid override of method `pageentry_flags`: Definition is incompatible with `ArchPagingInfo.pageentry_flags`
[error] invalid-method-override - :332:9 - Invalid override of method `should_stop_pagewalk`: Definition is incompatible with `ArchPagingInfo.should_stop_pagewalk`
[error] invalid-method-override - :623:9 - Invalid override of method `pageentry_flags`: Definition is incompatible with `ArchPagingInfo.pageentry_flags`
[error] invalid-method-override - :628:9 - Invalid override of method `should_stop_pagewalk`: Definition is incompatible with `ArchPagingInfo.should_stop_pagewalk`

pwndbg/aglib/regs.py

[error] invalid-method-override - :127:9 - Invalid override of method `__getattr__`: Definition is incompatible with `ModuleType.__getattr__`

pwndbg/dbg/gdb/__init__.py

[error] invalid-method-override - :1074:9 - Invalid override of method `invoke`: Definition is incompatible with `Command.invoke`
[error] invalid-method-override - :1310:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Value.__getitem__`
[error] invalid-method-override - :1411:9 - Invalid override of method `setup`: Definition is incompatible with `Debugger.setup`
[error] invalid-method-override - :1762:9 - Invalid override of method `get_cmd_window_size`: Definition is incompatible with `Debugger.get_cmd_window_size`

pwndbg/dbg/lldb/__init__.py

[error] invalid-method-override - :636:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Value.__getitem__`
[error] invalid-method-override - :753:9 - Invalid override of method `cont`: Definition is incompatible with `ExecutionController.cont`
[error] invalid-method-override - :758:9 - Invalid override of method `cont_selected_thread`: Definition is incompatible with `ExecutionController.cont_selected_thread`
[error] invalid-method-override - :1936:9 - Invalid override of method `add_command`: Definition is incompatible with `Debugger.add_command`

pwndbg/dbg/lldb/repl/__init__.py

[error] invalid-method-override - :179:9 - Invalid override of method `suspended`: Definition is incompatible with `EventHandler.suspended`

pwndbg/lib/cache.py

[error] invalid-method-override - :51:9 - Invalid override of method `__setitem__`: Definition is incompatible with `UserDict.__setitem__`

pwndbg/lib/kernel/kconfig.py

[error] invalid-method-override - :86:9 - Invalid override of method `__getitem__`: Definition is incompatible with `UserDict.__getitem__`
[error] invalid-method-override - :93:9 - Invalid override of method `__contains__`: Definition is incompatible with `UserDict.__contains__`

pybind11 (https://github.com/pybind/pybind11)

tests/test_thread.py

[error] invalid-method-override - :25:9 - Invalid override of method `join`: Definition is incompatible with `threading.Thread.join`

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

lib/Crypto/Math/_IntegerNative.py

[error] invalid-method-override - :133:9 - Invalid override of method `__mul__`: Definition is incompatible with `IntegerBase.__mul__`
[error] invalid-method-override - :204:9 - Invalid override of method `__imod__`: Definition is incompatible with `IntegerBase.__imod__`

lib/Crypto/Signature/DSS.py

[error] invalid-method-override - :201:9 - Invalid override of method `_compute_nonce`: Definition is incompatible with `DssSigScheme._compute_nonce`

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

pydantic/_internal/_model_construction.py

[error] invalid-method-override - :307:5 - Invalid override of method `__instancecheck__`: Definition is incompatible with `ABCMeta.__instancecheck__`
[error] invalid-method-override - :308:5 - Invalid override of method `__subclasscheck__`: Definition is incompatible with `ABCMeta.__subclasscheck__`

pydantic/root_model.py

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

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

pylint/checkers/exceptions.py

[error] invalid-method-override - :274:9 - Invalid override of method `visit_default`: Definition is incompatible with `BaseVisitor.visit_default`

pylox (https://github.com/sco1/pylox)

pylox/containers/base.py

[error] invalid-method-override - :61:9 - Invalid override of method `get`: Definition is incompatible with `LoxInstance.get`
[error] invalid-method-override - :71:9 - Invalid override of method `set`: Definition is incompatible with `LoxInstance.set`

pylox/containers/array.py

[error] invalid-method-override - :162:9 - Invalid override of method `get`: Definition is incompatible with `LoxInstance.get`

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

pyodide-build/pyodide_build/logger.py

[error] invalid-method-override - :66:9 - Invalid override of method `format`: Definition is incompatible with `Formatter.format`

src/py/pyodide/console.py

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

src/py/pyodide/webloop.py

[warning] unused-ignore-comment - :419:22 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :484:19 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :824:76 - Unused blanket `type: ignore` directive

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

src/_pytest/recwarn.py

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

src/_pytest/_code/code.py

[error] invalid-method-override - :417:9 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`

src/_pytest/assertion/rewrite.py

[error] invalid-method-override - :854:9 - Invalid override of method `visit_Assert`: Definition is incompatible with `NodeVisitor.visit_Assert`
[error] invalid-method-override - :975:9 - Invalid override of method `visit_NamedExpr`: Definition is incompatible with `NodeVisitor.visit_NamedExpr`
[error] invalid-method-override - :987:9 - Invalid override of method `visit_Name`: Definition is incompatible with `NodeVisitor.visit_Name`
[error] invalid-method-override - :997:9 - Invalid override of method `visit_BoolOp`: Definition is incompatible with `NodeVisitor.visit_BoolOp`
[error] invalid-method-override - :1043:9 - Invalid override of method `visit_UnaryOp`: Definition is incompatible with `NodeVisitor.visit_UnaryOp`
[error] invalid-method-override - :1049:9 - Invalid override of method `visit_BinOp`: Definition is incompatible with `NodeVisitor.visit_BinOp`
[error] invalid-method-override - :1059:9 - Invalid override of method `visit_Call`: Definition is incompatible with `NodeVisitor.visit_Call`
[error] invalid-method-override - :1092:9 - Invalid override of method `visit_Starred`: Definition is incompatible with `NodeVisitor.visit_Starred`
[error] invalid-method-override - :1098:9 - Invalid override of method `visit_Attribute`: Definition is incompatible with `NodeVisitor.visit_Attribute`
[error] invalid-method-override - :1110:9 - Invalid override of method `visit_Compare`: Definition is incompatible with `NodeVisitor.visit_Compare`

src/_pytest/doctest.py

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

src/_pytest/mark/structures.py

[warning] unused-ignore-comment - :496:24 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :553:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :557:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :668:18 - Unused blanket `type: ignore` directive
[error] invalid-method-override - :493:13 - Invalid override of method `__call__`: Definition is incompatible with `MarkDecorator.__call__`
[error] invalid-method-override - :508:13 - Invalid override of method `__call__`: Definition is incompatible with `MarkDecorator.__call__`
[error] invalid-method-override - :540:13 - Invalid override of method `__call__`: Definition is incompatible with `MarkDecorator.__call__`

src/_pytest/nodes.py

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

src/_pytest/python.py

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

src/_pytest/reports.py

[error] invalid-method-override - :512:9 - Invalid override of method `toterminal`: Definition is incompatible with `TerminalRepr.toterminal`

testing/test_assertion.py

[error] invalid-method-override - :854:17 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - :860:17 - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - :863:17 - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`

python-htmlgen (https://github.com/srittau/python-htmlgen)

test_htmlgen/document.py

[error] invalid-method-override - :33:9 - Invalid override of method `add_stylesheet`: Definition is incompatible with `Head.add_stylesheet`

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

Pythonwin/pywin/debugger/debugger.py

[error] invalid-method-override - :647:9 - Invalid override of method `canonic`: Definition is incompatible with `Bdb.canonic`
[error] invalid-method-override - :656:9 - Invalid override of method `setup`: Definition is incompatible with `Pdb.setup`
[error] invalid-method-override - :660:9 - Invalid override of method `set_break`: Definition is incompatible with `Bdb.set_break`
[error] invalid-method-override - :675:9 - Invalid override of method `print_stack_entry`: Definition is incompatible with `Pdb.print_stack_entry`
[error] invalid-method-override - :685:9 - Invalid override of method `user_call`: Definition is incompatible with `Bdb.user_call`
[error] invalid-method-override - :820:9 - Invalid override of method `set_trace`: Definition is incompatible with `Pdb.set_trace`

com/win32com/server/policy.py

[error] invalid-method-override - :487:9 - Invalid override of method `_wrap_`: Definition is incompatible with `MappedWrapPolicy._wrap_`
[error] invalid-method-override - :612:9 - Invalid override of method `_invokeex_`: Definition is incompatible with `BasicWrapPolicy._invokeex_`
[error] invalid-method-override - :697:9 - Invalid override of method `_invokeex_`: Definition is incompatible with `BasicWrapPolicy._invokeex_`

com/win32comext/axdebug/adb.py

[error] invalid-method-override - :87:9 - Invalid override of method `canonic`: Definition is incompatible with `Bdb.canonic`
[error] invalid-method-override - :259:9 - Invalid override of method `set_trace`: Definition is incompatible with `Bdb.set_trace`

com/win32comext/axdebug/documents.py

[error] invalid-method-override - :89:9 - Invalid override of method `GetPositionOfContext`: Definition is incompatible with `com.win32comext.axdebug.gateways.DebugDocumentText.GetPositionOfContext`

com/win32comext/axdebug/stackframe.py

[error] invalid-method-override - :117:9 - Invalid override of method `GetLanguageString`: Definition is incompatible with `com.win32comext.axdebug.gateways.DebugStackFrame.GetLanguageString`

com/win32comext/axscript/test/leakTest.py

[error] invalid-method-override - :11:9 - Invalid override of method `OnScriptError`: Definition is incompatible with `AXSite.OnScriptError`

com/win32comext/axscript/test/testHost.py

[error] invalid-method-override - :21:9 - Invalid override of method `OnScriptError`: Definition is incompatible with `AXSite.OnScriptError`

com/win32comext/axscript/test/testHost4Dbg.py

[error] invalid-method-override - :14:9 - Invalid override of method `OnScriptError`: Definition is incompatible with `AXSite.OnScriptError`

isapi/samples/advanced.py

[error] invalid-method-override - :120:9 - Invalid override of method `HttpExtensionProc`: Definition is incompatible with `SimpleExtension.HttpExtensionProc`

isapi/samples/test.py

[error] invalid-method-override - :76:9 - Invalid override of method `HttpExtensionProc`: Definition is incompatible with `SimpleExtension.HttpExtensionProc`

setup.py

[error] invalid-method-override - :781:9 - Invalid override of method `get_ext_filename`: Definition is incompatible with `build_ext.get_ext_filename`
[error] invalid-method-override - :808:9 - Invalid override of method `swig_sources`: Definition is incompatible with `build_ext.swig_sources`
[error] invalid-method-override - :900:9 - Invalid override of method `compile`: Definition is incompatible with `Compiler.compile`
[error] invalid-method-override - :929:9 - Invalid override of method `set_libraries`: Definition is incompatible with `Compiler.set_libraries`
[warning] unused-ignore-comment - :910:58 - Unused blanket `type: ignore` directive

win32/Demos/security/sspi/socket_server.py

[error] invalid-method-override - :66:9 - Invalid override of method `verify_request`: Definition is incompatible with `BaseServer.verify_request`

win32/Lib/pywin32_testutil.py

[error] invalid-method-override - :121:9 - Invalid override of method `loadTestsFromModule`: Definition is incompatible with `unittest.loader.TestLoader.loadTestsFromModule`

win32/Lib/win32timezone.py

[error] invalid-method-override - :678:9 - Invalid override of method `tzname`: Definition is incompatible with `tzinfo.tzname`
[error] invalid-method-override - :733:9 - Invalid override of method `utcoffset`: Definition is incompatible with `tzinfo.utcoffset`
[error] invalid-method-override - :744:9 - Invalid override of method `dst`: Definition is incompatible with `tzinfo.dst`

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

rich/progress.py

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

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

rotkehlchen/chain/evm/decoding/base.py

[error] invalid-method-override - :69:9 - Invalid override of method `reset_sequence_counter`: Definition is incompatible with `BaseDecoderTools.reset_sequence_counter`

rotkehlchen/utils/serialization.py

[error] invalid-method-override - :23:9 - Invalid override of method `default`: Definition is incompatible with `JSONEncoder.default`
[error] invalid-method-override - :43:9 - Invalid override of method `encode`: Definition is incompatible with `JSONEncoder.encode`

rotkehlchen/chain/evm/l2_with_l1_fees/decoding/decoder.py

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

rotkehlchen/chain/arbitrum_one/decoding/decoder.py

[error] invalid-method-override - :54:9 - Invalid override of method `_chain_specific_post_decoding_rules`: Definition is incompatible with `EVMTransactionDecoder._chain_specific_post_decoding_rules`

rotkehlchen/db/evmtx.py

[error] invalid-method-override - :66:9 - Invalid override of method `add_transactions`: Definition is incompatible with `DBCommonTx.add_transactions`

rotkehlchen/db/l2withl1feestx.py

[error] invalid-method-override - :26:9 - Invalid override of method `add_transactions`: Definition is incompatible with `DBEvmTx.add_transactions`

rotkehlchen/history/events/structures/eth2.py

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

rotkehlchen/logging.py

[error] invalid-method-override - :90:9 - Invalid override of method `process`: Definition is incompatible with `LoggerAdapter.process`

rotkehlchen/tests/unit/test_inquirer.py

[error] invalid-method-override - :324:13 - Invalid override of method `rate_limited_in_last`: Definition is incompatible with `CurrentPriceOracleInterface.rate_limited_in_last`

rotkehlchen/utils/hexbytes.py

[error] invalid-method-override - :72:9 - Invalid override of method `__getitem__`: Definition is incompatible with `bytes.__getitem__`
[warning] unused-ignore-comment - :53:28 - Unused blanket `type: ignore` directive

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

mypy-stubs/mistune/directives/_fenced.pyi

[error] invalid-method-override - :32:9 - Invalid override of method `__call__`: Definition is incompatible with `BaseDirective.__call__`

mypy-stubs/rdflib/query.pyi

[error] invalid-method-override - :17:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

mypy-stubs/rdflib/graph.pyi

[error] invalid-method-override - :180:9 - Invalid override of method `n3`: Definition is incompatible with `Node.n3`
[error] invalid-method-override - :205:9 - Invalid override of method `add`: Definition is incompatible with `Graph.add`
[error] invalid-method-override - :207:9 - Invalid override of method `remove`: Definition is incompatible with `Graph.remove`

mypy-stubs/rdflib/namespace/__init__.pyi

[error] invalid-method-override - :38:9 - Invalid override of method `__getitem__`: Definition is incompatible with `str.__getitem__`
[error] invalid-method-override - :42:9 - Invalid override of method `format`: Definition is incompatible with `str.format`

schema_salad/tests/test_fetch.py

[error] invalid-method-override - :34:9 - Invalid override of method `urljoin`: Definition is incompatible with `Fetcher.urljoin`
[error] invalid-method-override - :67:9 - Invalid override of method `urljoin`: Definition is incompatible with `Fetcher.urljoin`

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

src/schemathesis/engine/__init__.py

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

src/schemathesis/generation/hypothesis/__init__.py

[error] invalid-method-override - :39:13 - Invalid override of method `pretty`: Definition is incompatible with `hypothesis.vendor.pretty.RepresentationPrinter.pretty`
[warning] unused-ignore-comment - :57:60 - Unused blanket `type: ignore` directive

src/schemathesis/specs/openapi/schemas.py

[error] invalid-method-override - :147:9 - Invalid override of method `_get_operation_map`: Definition is incompatible with `BaseSchema._get_operation_map`

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

sklearn/_loss/link.py

[error] invalid-method-override - :166:5 - Invalid override of method `inverse`: Definition is incompatible with `BaseLink.inverse`

sklearn/cluster/_spectral.py

[error] invalid-method-override - :774:9 - Invalid override of method `fit_predict`: Definition is incompatible with `ClusterMixin.fit_predict`

sklearn/preprocessing/_label.py

[error] invalid-method-override - :97:9 - Invalid override of method `fit_transform`: Definition is incompatible with `TransformerMixin.fit_transform`
[error] invalid-method-override - :315:9 - Invalid override of method `fit_transform`: Definition is incompatible with `TransformerMixin.fit_transform`

sklearn/externals/array_api_extra/_lib/_utils/_typing.pyi

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

sklearn/cluster/_affinity_propagation.py

[error] invalid-method-override - :588:9 - Invalid override of method `fit_predict`: Definition is incompatible with `ClusterMixin.fit_predict`

sklearn/cluster/_agglomerative.py

[error] invalid-method-override - :1097:9 - Invalid override of method `fit_predict`: Definition is incompatible with `ClusterMixin.fit_predict`

sklearn/cluster/_dbscan.py

[error] invalid-method-override - :476:9 - Invalid override of method `fit_predict`: Definition is incompatible with `ClusterMixin.fit_predict`

sklearn/cluster/_hdbscan/hdbscan.py

[error] invalid-method-override - :902:9 - Invalid override of method `fit_predict`: Definition is incompatible with `ClusterMixin.fit_predict`

sklearn/cluster/_kmeans.py

[error] invalid-method-override - :1409:9 - Invalid override of method `_check_params_vs_input`: Definition is incompatible with `_BaseKMeans._check_params_vs_input`
[error] invalid-method-override - :1929:9 - Invalid override of method `_check_params_vs_input`: Definition is incompatible with `_BaseKMeans._check_params_vs_input`

sklearn/compose/tests/test_target.py

[error] invalid-method-override - :295:9 - Invalid override of method `predict`: Definition is incompatible with `DummyRegressor.predict`
[error] invalid-method-override - :380:9 - Invalid override of method `predict`: Definition is incompatible with `DummyRegressor.predict`

sklearn/ensemble/_gb.py

[error] invalid-method-override - :952:9 - Invalid override of method `_make_estimator`: Definition is incompatible with `BaseEnsemble._make_estimator`

sklearn/externals/_numpydoc/docscrape.py

[error] invalid-method-override - :597:9 - Invalid override of method `__str__`: Definition is incompatible with `NumpyDocString.__str__`

sklearn/feature_extraction/text.py

[error] invalid-method-override - :894:9 - Invalid override of method `fit_transform`: Definition is incompatible with `TransformerMixin.fit_transform`

sklearn/feature_selection/tests/test_rfe.py

[error] invalid-method-override - :52:9 - Invalid override of method `score`: Definition is incompatible with `ClassifierMixin.score`

sklearn/linear_model/_ridge.py

[error] invalid-method-override - :1736:9 - Invalid override of method `decision_function`: Definition is incompatible with `LinearClassifierMixin.decision_function`

sklearn/metrics/_plot/roc_curve.py

[error] invalid-method-override - :149:9 - Invalid override of method `_validate_plot_params`: Definition is incompatible with `_BinaryClassifierCurveDisplayMixin._validate_plot_params`

sklearn/model_selection/_split.py

[error] invalid-method-override - :844:9 - Invalid override of method `_iter_test_masks`: Definition is incompatible with `BaseCrossValidator._iter_test_masks`
[error] invalid-method-override - :849:9 - Invalid override of method `split`: Definition is incompatible with `_BaseKFold.split`
[error] invalid-method-override - :1816:9 - Invalid override of method `split`: Definition is incompatible with `_UnsupportedGroupCVMixin.split`
[error] invalid-method-override - :2317:9 - Invalid override of method `_iter_indices`: Definition is incompatible with `BaseShuffleSplit._iter_indices`
[error] invalid-method-override - :2394:9 - Invalid override of method `split`: Definition is incompatible with `BaseShuffleSplit.split`
[error] invalid-method-override - :2606:9 - Invalid override of method `_iter_test_masks`: Definition is incompatible with `BaseCrossValidator._iter_test_masks`

sklearn/model_selection/tests/test_search.py

[error] invalid-method-override - :133:9 - Invalid override of method `score`: Definition is incompatible with `ClassifierMixin.score`
[error] invalid-method-override - :2043:13 - Invalid override of method `_run_search`: Definition is incompatible with `BaseSearchCV._run_search`

sklearn/model_selection/tests/test_validation.py

[error] invalid-method-override - :273:9 - Invalid override of method `score`: Definition is incompatible with `ClassifierMixin.score`

sklearn/multioutput.py

[error] invalid-method-override - :586:9 - Invalid override of method `score`: Definition is incompatible with `ClassifierMixin.score`

sklearn/tests/metadata_routing_common.py

[error] invalid-method-override - :399:9 - Invalid override of method `fit_transform`: Definition is incompatible with `TransformerMixin.fit_transform`
[error] invalid-method-override - :446:9 - Invalid override of method `_score`: Definition is incompatible with `_Scorer._score`

sklearn/tests/test_calibration.py

[error] invalid-method-override - :1064:13 - Invalid override of method `fit`: Definition is incompatible with `CheckingClassifier.fit`

sklearn/tests/test_pipeline.py

[error] invalid-method-override - :1674:13 - Invalid override of method `fit`: Definition is incompatible with `ConsumingNoFitTransformTransformer.fit`

sklearn/utils/_mocking.py

[error] invalid-method-override - :311:9 - Invalid override of method `score`: Definition is incompatible with `ClassifierMixin.score`

sklearn/utils/tests/test_estimator_checks.py

[error] invalid-method-override - :455:9 - Invalid override of method `fit_transform`: Definition is incompatible with `TransformerMixin.fit_transform`
[error] invalid-method-override - :502:9 - Invalid override of method `fit`: Definition is incompatible with `UntaggedBinaryClassifier.fit`
[error] invalid-method-override - :1661:13 - Invalid override of method `__repr__`: Definition is incompatible with `BaseEstimator.__repr__`

sklearn/utils/tests/test_parallel.py

[error] invalid-method-override - :71:13 - Invalid override of method `fit`: Definition is incompatible with `StandardScaler.fit`
[error] invalid-method-override - :75:13 - Invalid override of method `transform`: Definition is incompatible with `StandardScaler.transform`

sklearn/utils/tests/test_pprint.py

[error] invalid-method-override - :683:13 - Invalid override of method `__repr__`: Definition is incompatible with `BaseEstimator.__repr__`

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

benchmarks/benchmarks/cluster.py

[error] invalid-method-override - :21:9 - Invalid override of method `setup`: Definition is incompatible with `XPBenchmark.setup`
[error] invalid-method-override - :51:9 - Invalid override of method `setup`: Definition is incompatible with `XPBenchmark.setup`
[error] invalid-method-override - :128:9 - Invalid override of method `setup`: Definition is incompatible with `XPBenchmark.setup`

benchmarks/benchmarks/go_benchmark_functions/go_funcs_C.py

[error] invalid-method-override - :524:9 - Invalid override of method `success`: Definition is incompatible with `Benchmark.success`

benchmarks/benchmarks/go_benchmark_functions/go_funcs_D.py

[error] invalid-method-override - :52:9 - Invalid override of method `success`: Definition is incompatible with `Benchmark.success`

benchmarks/benchmarks/interpolate.py

[error] invalid-method-override - :427:9 - Invalid override of method `__call__`: Definition is incompatible with `RegularGridInterpolator.__call__`

scipy/sparse/linalg/_special_sparse_arrays.py

[error] invalid-method-override - :511:9 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`
[error] invalid-method-override - :676:9 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`
[error] invalid-method-override - :745:9 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`
[error] invalid-method-override - :824:9 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`

scipy/stats/tests/test_discrete_distns.py

[error] invalid-method-override - :701:13 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`

scipy/_lib/array_api_extra/src/array_api_extra/_lib/_utils/_typing.pyi

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

benchmarks/benchmarks/array_api.py

[error] invalid-method-override - :9:9 - Invalid override of method `setup`: Definition is incompatible with `XPBenchmark.setup`

scipy/_lib/_ccallback.py

[error] invalid-method-override - :125:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

scipy/_lib/_docscrape.py

[error] invalid-method-override - :599:9 - Invalid override of method `__str__`: Definition is incompatible with `NumpyDocString.__str__`

scipy/_lib/array_api_extra/tests/test_helpers.py

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

scipy/integrate/_quad_vec.py

[error] invalid-method-override - :25:9 - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`

scipy/interpolate/_bary_rational.py

[error] invalid-method-override - :424:9 - Invalid override of method `_input_validation`: Definition is incompatible with `_BarycentricRational._input_validation`
[error] invalid-method-override - :444:9 - Invalid override of method `_compute_weights`: Definition is incompatible with `_BarycentricRational._compute_weights`
[error] invalid-method-override - :718:9 - Invalid override of method `_input_validation`: Definition is incompatible with `_BarycentricRational._input_validation`
[error] invalid-method-override - :725:9 - Invalid override of method `_compute_weights`: Definition is incompatible with `_BarycentricRational._compute_weights`

scipy/interpolate/_fitpack2.py

[error] invalid-method-override - :1699:9 - Invalid override of method `__call__`: Definition is incompatible with `_BivariateSplineBase.__call__`
[error] invalid-method-override - :1976:9 - Invalid override of method `__call__`: Definition is incompatible with `_BivariateSplineBase.__call__`
[error] invalid-method-override - :2132:9 - Invalid override of method `__call__`: Definition is incompatible with `_BivariateSplineBase.__call__`
[error] invalid-method-override - :2402:9 - Invalid override of method `__call__`: Definition is incompatible with `_BivariateSplineBase.__call__`

scipy/interpolate/_interpolate.py

[error] invalid-method-override - :548:9 - Invalid override of method `_evaluate`: Definition is incompatible with `_Interpolator1D._evaluate`

scipy/interpolate/tests/test_bsplines.py

[error] invalid-method-override - :3806:9 - Invalid override of method `test_with_knots`: Definition is incompatible with `_TestMakeSplrepBase.test_with_knots`
[error] invalid-method-override - :3828:9 - Invalid override of method `test_default_s`: Definition is incompatible with `_TestMakeSplrepBase.test_default_s`
[error] invalid-method-override - :3865:9 - Invalid override of method `test_shape`: Definition is incompatible with `_TestMakeSplrepBase.test_shape`

scipy/interpolate/tests/test_fitpack2.py

[error] invalid-method-override - :76:17 - Invalid override of method `__call__`: Definition is incompatible with `UnivariateSpline.__call__`

scipy/interpolate/tests/test_polyint.py

[error] invalid-method-override - :117:17 - Invalid override of method `__call__`: Definition is incompatible with `_PPolyBase.__call__`

scipy/io/tests/test_mmio.py

[error] invalid-method-override - :186:9 - Invalid override of method `test_32bit_integer`: Definition is incompatible with `TestMMIOArray.test_32bit_integer`

scipy/optimize/_nonlin.py

[error] invalid-method-override - :601:9 - Invalid override of method `setup`: Definition is incompatible with `Jacobian.setup`
[error] invalid-method-override - :618:9 - Invalid override of method `update`: Definition is incompatible with `Jacobian.update`
[error] invalid-method-override - :935:9 - Invalid override of method `setup`: Definition is incompatible with `GenericBroyden.setup`
[error] invalid-method-override - :942:9 - Invalid override of method `solve`: Definition is incompatible with `Jacobian.solve`
[error] invalid-method-override - :1113:9 - Invalid override of method `solve`: Definition is incompatible with `Jacobian.solve`
[error] invalid-method-override - :1234:9 - Invalid override of method `setup`: Definition is incompatible with `GenericBroyden.setup`
[error] invalid-method-override - :1238:9 - Invalid override of method `solve`: Definition is incompatible with `Jacobian.solve`
[error] invalid-method-override - :1284:9 - Invalid override of method `solve`: Definition is incompatible with `Jacobian.solve`
[error] invalid-method-override - :1336:9 - Invalid override of method `setup`: Definition is incompatible with `GenericBroyden.setup`
[error] invalid-method-override - :1340:9 - Invalid override of method `solve`: Definition is incompatible with `Jacobian.solve`
[error] invalid-method-override - :1560:9 - Invalid override of method `solve`: Definition is incompatible with `Jacobian.solve`
[error] invalid-method-override - :1567:9 - Invalid override of method `update`: Definition is incompatible with `Jacobian.update`
[error] invalid-method-override - :1577:9 - Invalid override of method `setup`: Definition is incompatible with `Jacobian.setup`

scipy/optimize/_trustregion_exact.py

[error] invalid-method-override - :300:9 - Invalid override of method `solve`: Definition is incompatible with `BaseQuadraticSubproblem.solve`

scipy/sparse/_coo.py

[error] invalid-method-override - :1365:9 - Invalid override of method `_broadcast_to`: Definition is incompatible with `_spbase._broadcast_to`

scipy/sparse/_csc.py

[error] invalid-method-override - :106:9 - Invalid override of method `_getcol`: Definition is incompatible with `_spbase._getcol`

scipy/sparse/_csr.py

[error] invalid-method-override - :187:9 - Invalid override of method `_getcol`: Definition is incompatible with `_spbase._getcol`

scipy/sparse/linalg/_eigen/tests/test_svds.py

[error] invalid-method-override - :870:9 - Invalid override of method `test_svd_LM_ones_matrix`: Definition is incompatible with `SVDSCommonTests.test_svd_LM_ones_matrix`

scipy/sparse/linalg/_interface.py

[error] invalid-method-override - :658:9 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`
[error] invalid-method-override - :661:9 - Invalid override of method `_rmatmat`: Definition is incompatible with `LinearOperator._rmatmat`
[error] invalid-method-override - :680:9 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`
[error] invalid-method-override - :684:9 - Invalid override of method `_rmatmat`: Definition is incompatible with `LinearOperator._rmatmat`
[error] invalid-method-override - :712:9 - Invalid override of method `_rmatmat`: Definition is incompatible with `LinearOperator._rmatmat`
[error] invalid-method-override - :715:9 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`
[error] invalid-method-override - :740:9 - Invalid override of method `_rmatmat`: Definition is incompatible with `LinearOperator._rmatmat`
[error] invalid-method-override - :743:9 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`
[error] invalid-method-override - :774:9 - Invalid override of method `_rmatmat`: Definition is incompatible with `LinearOperator._rmatmat`
[error] invalid-method-override - :777:9 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`
[error] invalid-method-override - :809:9 - Invalid override of method `_rmatmat`: Definition is incompatible with `LinearOperator._rmatmat`
[error] invalid-method-override - :812:9 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`
[error] invalid-method-override - :860:9 - Invalid override of method `_rmatmat`: Definition is incompatible with `LinearOperator._rmatmat`
[error] invalid-method-override - :863:9 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`

scipy/sparse/linalg/tests/test_interface.py

[error] invalid-method-override - :268:21 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`
[error] invalid-method-override - :271:21 - Invalid override of method `_rmatmat`: Definition is incompatible with `LinearOperator._rmatmat`
[error] invalid-method-override - :426:13 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`
[error] invalid-method-override - :520:13 - Invalid override of method `_matmat`: Definition is incompatible with `LinearOperator._matmat`
[error] invalid-method-override - :521:13 - Invalid override of method `_rmatmat`: Definition is incompatible with `LinearOperator._rmatmat`

scipy/special/_orthogonal.py

[error] invalid-method-override - :142:9 - Invalid override of method `__call__`: Definition is incompatible with `poly1d.__call__`

scipy/special/_orthogonal.pyi

[error] invalid-method-override - :292:9 - Invalid override of method `__call__`: Definition is incompatible with `poly1d.__call__`

scipy/stats/_continuous_distns.py

[error] invalid-method-override - :172:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :178:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :181:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :184:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :187:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :190:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :264:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :274:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :277:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :280:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :283:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :286:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :334:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :337:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :340:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :343:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :346:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :420:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :423:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :427:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :430:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :433:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :436:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :439:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :442:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :445:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :451:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :492:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :546:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :550:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :553:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :556:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :589:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :593:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :596:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :599:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :605:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :635:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :640:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :643:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :653:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :754:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :757:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :764:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :769:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :772:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :775:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :778:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :797:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :921:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :1028:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :1033:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :1037:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :1040:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :1053:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :1059:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1077:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :1112:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :1116:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :1119:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1137:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :1199:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :1208:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :1218:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :1221:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :1224:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :1227:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :1230:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1233:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :1258:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :1320:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :1324:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :1327:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :1330:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :1333:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :1336:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :1339:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1345:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :1348:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :1406:9 - Invalid override of method `_pdf`: Definition is incompatible with `burr_gen._pdf`
[error] invalid-method-override - :1410:9 - Invalid override of method `_cdf`: Definition is incompatible with `burr_gen._cdf`
[error] invalid-method-override - :1413:9 - Invalid override of method `_sf`: Definition is incompatible with `burr_gen._sf`
[error] invalid-method-override - :1416:9 - Invalid override of method `_logpdf`: Definition is incompatible with `burr_gen._logpdf`
[error] invalid-method-override - :1420:9 - Invalid override of method `_logcdf`: Definition is incompatible with `burr_gen._logcdf`
[error] invalid-method-override - :1423:9 - Invalid override of method `_logsf`: Definition is incompatible with `burr_gen._logsf`
[error] invalid-method-override - :1426:9 - Invalid override of method `_ppf`: Definition is incompatible with `burr_gen._ppf`
[error] invalid-method-override - :1429:9 - Invalid override of method `_isf`: Definition is incompatible with `burr_gen._isf`
[error] invalid-method-override - :1432:9 - Invalid override of method `_munp`: Definition is incompatible with `burr_gen._munp`
[error] invalid-method-override - :1435:9 - Invalid override of method `_stats`: Definition is incompatible with `burr_gen._stats`
[error] invalid-method-override - :1438:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :1475:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :1480:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :1495:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :1498:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1501:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :1504:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :1510:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :1558:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :1561:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :1567:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :1571:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :1574:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :1577:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1580:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :1592:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :1645:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :1648:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :1652:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :1655:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :1658:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :1661:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :1664:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1674:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :1723:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :1727:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :1733:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :1736:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :1739:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1742:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :1750:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :1792:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :1797:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :1802:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :1806:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :1811:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :1816:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :1819:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1824:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :1906:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :1909:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :1918:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :1930:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :1950:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :1955:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :1958:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :1961:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :1964:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :2000:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :2005:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :2011:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :2015:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :2019:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :2024:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :2028:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :2033:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :2042:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :2080:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :2083:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :2087:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :2090:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :2093:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :2096:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :2099:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :2102:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :2108:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :2207:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :2212:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :2215:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :2220:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :2226:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :2308:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :2313:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :2320:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :2324:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :2327:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :2330:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :2368:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :2372:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :2377:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :2380:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :2383:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :2386:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :2425:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :2432:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :2437:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :2441:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :2444:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :2448:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :2451:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :2493:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :2499:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :2503:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :2507:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :2510:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :2566:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :2569:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :2575:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :2582:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :2585:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :2588:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :2621:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :2667:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :2673:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :2676:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :2680:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :2684:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :2758:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :2762:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :2765:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :2768:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :2771:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :2774:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :2777:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :2780:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :2783:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :2919:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :2928:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :2935:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :2939:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :2943:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :2948:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :2953:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :2958:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :2963:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :2968:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :2973:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :3025:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :3029:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :3032:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :3035:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :3038:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :3041:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :3044:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :3052:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :3095:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :3099:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :3107:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :3111:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :3114:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :3117:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :3120:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :3132:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :3183:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :3196:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :3200:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :3205:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :3208:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :3211:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :3216:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :3219:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :3250:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :3260:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :3305:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :3311:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :3314:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :3317:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :3322:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :3325:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :3373:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :3391:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :3397:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :3414:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :3417:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :3420:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :3423:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :3430:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :3483:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :3494:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :3501:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :3602:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :3605:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :3609:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :3612:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :3615:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :3618:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :3621:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :3627:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :3630:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :3645:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :3791:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :3804:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :3861:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :3869:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :3872:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :3878:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :3884:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :3888:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :3894:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :3899:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :3904:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :3908:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :3956:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :3965:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :3971:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :3974:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :4071:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :4081:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :4086:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :4095:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :4141:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :4144:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :4147:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :4238:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :4242:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :4245:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :4248:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :4251:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :4254:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :4257:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :4303:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :4307:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :4310:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :4313:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :4316:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :4319:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :4322:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :4328:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :4436:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :4440:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :4443:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :4446:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :4449:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :4452:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :4455:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :4462:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :4508:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :4512:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :4515:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :4518:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :4521:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :4524:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :4530:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :4607:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :4612:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :4615:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :4618:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :4621:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :4624:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :4629:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :4642:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :4732:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :4735:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :4739:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :4742:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :4745:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :4748:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :4751:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :4760:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :4816:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :4820:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :4823:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :4826:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :4829:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :4835:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :4875:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :4886:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :4891:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :4936:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :4940:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :4943:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :4946:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :4949:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :4952:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :4975:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :5041:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :5044:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :5049:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :5056:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :5062:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :5068:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :5071:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :5074:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :5084:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :5131:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :5185:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :5193:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :5209:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :5213:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :5233:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :5448:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :5523:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :5531:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :5536:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :5542:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :5555:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :5597:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :5652:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :5659:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :5663:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :5666:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :5669:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :5672:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :5675:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :5729:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :5735:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :5741:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :5745:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :5749:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :5755:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :5820:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :5828:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :5833:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :5836:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :5839:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :5842:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :5885:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :5893:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :5900:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :5903:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :5906:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :5909:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :5992:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :5996:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :5999:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :6002:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :6005:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :6008:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :6014:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :6024:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :6060:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :6063:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :6067:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :6071:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :6075:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :6078:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :6085:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :6159:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :6162:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :6168:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :6175:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :6182:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :6189:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :6204:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :6338:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :6342:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :6346:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :6349:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :6354:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :6441:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :6446:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :6450:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :6454:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :6458:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :6495:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :6498:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :6502:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :6506:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :6509:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :6512:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :6515:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :6518:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :6521:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :6527:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :6615:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :6629:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :6633:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :6636:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :6656:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :6665:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :6672:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :6690:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :6743:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :6750:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :6753:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :6756:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :6759:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :6762:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :6767:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :6863:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :6866:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :6870:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :6873:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :6876:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :6879:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :6882:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :6885:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :6888:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :6899:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :7042:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :7045:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :7049:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :7052:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :7055:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :7058:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :7061:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :7072:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :7109:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :7112:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :7116:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :7121:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :7124:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :7127:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :7130:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :7140:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :7186:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :7189:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :7194:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :7197:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :7201:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :7301:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :7351:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :7356:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :7394:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :7397:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :7432:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :7522:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :7526:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :7529:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :7545:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :7548:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :7612:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :7617:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :7620:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :7623:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :7626:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :7636:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :7693:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :7699:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :7702:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :7708:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :7711:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :7714:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :7717:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :7728:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :7745:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :7817:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :7825:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :7828:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :7832:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :7837:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :7842:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :7847:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :7852:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :7926:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :7935:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :7938:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :7941:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :7944:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :7948:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :7951:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :8010:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :8013:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :8019:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :8031:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :8034:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :8037:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :8040:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :8069:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :8126:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :8134:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :8139:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :8142:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :8145:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :8148:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :8152:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :8192:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :8196:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :8199:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :8202:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :8205:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :8235:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :8355:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :8359:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :8362:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :8365:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :8368:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :8371:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :8374:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :8381:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :8462:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :8479:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :8492:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :8507:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :8531:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :8548:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :8562:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :8629:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :8633:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :8636:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :8639:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :8642:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :8645:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :8648:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :8658:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :8661:9 - Invalid override of method `_support_mask`: Definition is incompatible with `rv_generic._support_mask`
[error] invalid-method-override - :8909:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :8912:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :8917:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :8920:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :8923:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :8926:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :8929:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :8967:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :8971:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :8974:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :8977:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :8980:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :8983:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :8986:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :9031:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9034:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :9037:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :9040:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :9043:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :9046:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :9049:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :9084:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :9087:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9091:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :9094:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :9097:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :9100:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :9103:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :9106:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :9116:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :9233:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :9241:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :9250:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9254:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :9257:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :9260:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :9263:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :9270:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :9322:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :9328:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :9333:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :9336:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :9339:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9348:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :9424:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :9433:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :9449:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9454:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :9459:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :9464:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :9516:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9521:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :9528:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :9534:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :9540:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :9581:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9584:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :9587:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :9590:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :9593:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :9603:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :9644:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :9650:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9653:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :9658:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :9667:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :9710:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :9716:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9722:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :9728:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :9738:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :9741:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :9746:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :9749:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :9799:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :9942:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :9950:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9961:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :9971:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :9979:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :10004:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :10045:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :10048:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :10054:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :10071:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :10083:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :10092:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :10127:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :10131:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :10134:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :10137:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :10140:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :10143:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :10146:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :10157:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :10281:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :10289:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :10298:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :10301:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :10304:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :10307:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :10315:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :10318:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :10326:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :10335:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :10363:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :10392:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :10520:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :10526:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :10531:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :10538:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :10542:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_continuous._logcdf`
[error] invalid-method-override - :10549:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :10553:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :10557:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_continuous._logsf`
[error] invalid-method-override - :10564:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :10568:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :10572:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :10579:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :10838:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :10850:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :10857:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :10860:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :10866:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :10900:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :10903:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :10906:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :10909:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :10915:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :11170:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :11173:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :11181:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :11188:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :11192:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :11198:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :11343:9 - Invalid override of method `_rvs`: Definition is incompatible with `invgauss_gen._rvs`
[error] invalid-method-override - :11346:9 - Invalid override of method `_pdf`: Definition is incompatible with `invgauss_gen._pdf`
[error] invalid-method-override - :11350:9 - Invalid override of method `_cdf`: Definition is incompatible with `invgauss_gen._cdf`
[error] invalid-method-override - :11353:9 - Invalid override of method `_sf`: Definition is incompatible with `invgauss_gen._sf`
[error] invalid-method-override - :11356:9 - Invalid override of method `_ppf`: Definition is incompatible with `invgauss_gen._ppf`
[error] invalid-method-override - :11359:9 - Invalid override of method `_isf`: Definition is incompatible with `invgauss_gen._isf`
[error] invalid-method-override - :11362:9 - Invalid override of method `_logpdf`: Definition is incompatible with `invgauss_gen._logpdf`
[error] invalid-method-override - :11365:9 - Invalid override of method `_logcdf`: Definition is incompatible with `invgauss_gen._logcdf`
[error] invalid-method-override - :11368:9 - Invalid override of method `_logsf`: Definition is incompatible with `invgauss_gen._logsf`
[error] invalid-method-override - :11371:9 - Invalid override of method `_stats`: Definition is incompatible with `invgauss_gen._stats`
[error] invalid-method-override - :11374:9 - Invalid override of method `_entropy`: Definition is incompatible with `invgauss_gen._entropy`
[error] invalid-method-override - :11403:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :11409:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :11413:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :11426:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :11432:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :11435:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :11497:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :11500:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :11503:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :11508:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :11513:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :11516:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :11519:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :11532:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :11535:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :11589:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :11595:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :11598:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :11601:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :11604:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :11607:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :11610:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :11653:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :11664:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :11668:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :11690:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :11705:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :11722:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :11738:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :11758:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :11846:9 - Invalid override of method `_logpdf`: Definition is incompatible with `rv_continuous._logpdf`
[error] invalid-method-override - :11853:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :11856:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :11859:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :11862:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :12149:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :12155:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :12161:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :12167:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :12172:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_continuous._entropy`
[error] invalid-method-override - :12295:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :12303:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`
[error] invalid-method-override - :12307:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :12328:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :12353:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :12449:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :12455:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :12463:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :12474:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`

scipy/stats/_discrete_distns.py

[error] invalid-method-override - :68:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :71:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :77:9 - Invalid override of method `_logpmf`: Definition is incompatible with `rv_discrete._logpmf`
[error] invalid-method-override - :82:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :86:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :90:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :94:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :97:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :118:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_discrete._entropy`
[error] invalid-method-override - :155:9 - Invalid override of method `_rvs`: Definition is incompatible with `binom_gen._rvs`
[error] invalid-method-override - :158:9 - Invalid override of method `_argcheck`: Definition is incompatible with `binom_gen._argcheck`
[error] invalid-method-override - :161:9 - Invalid override of method `_get_support`: Definition is incompatible with `binom_gen._get_support`
[error] invalid-method-override - :165:9 - Invalid override of method `_logpmf`: Definition is incompatible with `binom_gen._logpmf`
[error] invalid-method-override - :168:9 - Invalid override of method `_pmf`: Definition is incompatible with `binom_gen._pmf`
[error] invalid-method-override - :173:9 - Invalid override of method `_cdf`: Definition is incompatible with `binom_gen._cdf`
[error] invalid-method-override - :176:9 - Invalid override of method `_sf`: Definition is incompatible with `binom_gen._sf`
[error] invalid-method-override - :179:9 - Invalid override of method `_isf`: Definition is incompatible with `binom_gen._isf`
[error] invalid-method-override - :182:9 - Invalid override of method `_ppf`: Definition is incompatible with `binom_gen._ppf`
[error] invalid-method-override - :185:9 - Invalid override of method `_stats`: Definition is incompatible with `binom_gen._stats`
[error] invalid-method-override - :188:9 - Invalid override of method `_entropy`: Definition is incompatible with `binom_gen._entropy`
[error] invalid-method-override - :236:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :243:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :246:9 - Invalid override of method `_logpmf`: Definition is incompatible with `rv_discrete._logpmf`
[error] invalid-method-override - :251:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :343:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :346:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :349:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :353:9 - Invalid override of method `_logpmf`: Definition is incompatible with `rv_discrete._logpmf`
[error] invalid-method-override - :357:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :361:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_generic._logcdf`
[error] invalid-method-override - :376:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :380:9 - Invalid override of method `_isf`: Definition is incompatible with `rv_generic._isf`
[error] invalid-method-override - :384:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :442:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :446:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :449:9 - Invalid override of method `_logpmf`: Definition is incompatible with `rv_discrete._logpmf`
[error] invalid-method-override - :454:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :533:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :540:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :543:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :546:9 - Invalid override of method `_logpmf`: Definition is incompatible with `rv_discrete._logpmf`
[error] invalid-method-override - :549:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :553:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :556:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_generic._logsf`
[error] invalid-method-override - :560:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :573:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_discrete._entropy`
[error] invalid-method-override - :659:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :665:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :671:9 - Invalid override of method `_logpmf`: Definition is incompatible with `rv_discrete._logpmf`
[error] invalid-method-override - :679:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :682:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :702:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_discrete._entropy`
[error] invalid-method-override - :707:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :710:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_generic._logsf`
[error] invalid-method-override - :722:9 - Invalid override of method `_logcdf`: Definition is incompatible with `rv_generic._logcdf`
[error] invalid-method-override - :847:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :852:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :868:9 - Invalid override of method `_logpmf`: Definition is incompatible with `rv_discrete._logpmf`
[error] invalid-method-override - :877:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :928:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :933:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :936:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :940:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :996:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :999:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :1002:9 - Invalid override of method `_logpmf`: Definition is incompatible with `rv_discrete._logpmf`
[error] invalid-method-override - :1006:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :1010:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :1014:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :1018:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1067:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :1070:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :1073:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :1077:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :1080:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_generic._logsf`
[error] invalid-method-override - :1084:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1090:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :1102:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_discrete._entropy`
[error] invalid-method-override - :1136:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :1142:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :1148:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :1152:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1245:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :1251:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :1256:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :1260:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1275:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :1292:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_discrete._entropy`
[error] invalid-method-override - :1348:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :1351:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :1354:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :1360:9 - Invalid override of method `_munp`: Definition is incompatible with `rv_generic._munp`
[error] invalid-method-override - :1425:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :1444:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :1449:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :1454:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :1507:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :1511:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :1522:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :1536:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_discrete._entropy`
[error] invalid-method-override - :1539:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :1635:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :1733:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :1738:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :1746:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :1802:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :1808:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :1811:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :1814:9 - Invalid override of method `_logpmf`: Definition is incompatible with `rv_discrete._logpmf`
[error] invalid-method-override - :1817:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :1820:9 - Invalid override of method `_sf`: Definition is incompatible with `rv_generic._sf`
[error] invalid-method-override - :1823:9 - Invalid override of method `_logsf`: Definition is incompatible with `rv_generic._logsf`
[error] invalid-method-override - :1870:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :1881:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :1896:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`

scipy/stats/_distn_infrastructure.py

[error] invalid-method-override - :4122:9 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`
[error] invalid-method-override - :4126:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_discrete._cdf`
[error] invalid-method-override - :4131:9 - Invalid override of method `_ppf`: Definition is incompatible with `rv_generic._ppf`
[error] invalid-method-override - :4136:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :4147:9 - Invalid override of method `_entropy`: Definition is incompatible with `rv_discrete._entropy`

scipy/stats/_distribution_infrastructure.py

[error] invalid-method-override - :309:9 - Invalid override of method `get_numerical_endpoints`: Definition is incompatible with `_Domain.get_numerical_endpoints`
[error] invalid-method-override - :356:9 - Invalid override of method `contains`: Definition is incompatible with `_Domain.contains`
[error] invalid-method-override - :390:9 - Invalid override of method `draw`: Definition is incompatible with `_Domain.draw`
[error] invalid-method-override - :512:9 - Invalid override of method `contains`: Definition is incompatible with `_Domain.contains`
[error] invalid-method-override - :732:9 - Invalid override of method `validate`: Definition is incompatible with `_Parameter.validate`
[error] invalid-method-override - :3742:9 - Invalid override of method `_mode_optimization`: Definition is incompatible with `UnivariateDistribution._mode_optimization`
[error] invalid-method-override - :4482:9 - Invalid override of method `_support`: Definition is incompatible with `UnivariateDistribution._support`
[error] invalid-method-override - :4631:9 - Invalid override of method `_support`: Definition is incompatible with `UnivariateDistribution._support`
[error] invalid-method-override - :4711:9 - Invalid override of method `_logpxf_dispatch`: Definition is incompatible with `ContinuousDistribution._logpxf_dispatch`
[error] invalid-method-override - :4716:9 - Invalid override of method `_pxf_dispatch`: Definition is incompatible with `ContinuousDistribution._pxf_dispatch`
[error] invalid-method-override - :4770:9 - Invalid override of method `_moment_standardized_dispatch`: Definition is incompatible with `UnivariateDistribution._moment_standardized_dispatch`
[error] invalid-method-override - :4776:9 - Invalid override of method `_moment_central_dispatch`: Definition is incompatible with `UnivariateDistribution._moment_central_dispatch`
[error] invalid-method-override - :4782:9 - Invalid override of method `_moment_raw_dispatch`: Definition is incompatible with `UnivariateDistribution._moment_raw_dispatch`
[error] invalid-method-override - :4901:9 - Invalid override of method `_support`: Definition is incompatible with `UnivariateDistribution._support`
[error] invalid-method-override - :4914:9 - Invalid override of method `_logpdf_formula`: Definition is incompatible with `UnivariateDistribution._logpdf_formula`
[error] invalid-method-override - :4928:9 - Invalid override of method `_pdf_formula`: Definition is incompatible with `UnivariateDistribution._pdf_formula`
[error] invalid-method-override - :4936:9 - Invalid override of method `_cdf_formula`: Definition is incompatible with `UnivariateDistribution._cdf_formula`
[error] invalid-method-override - :4940:9 - Invalid override of method `_ccdf_formula`: Definition is incompatible with `UnivariateDistribution._ccdf_formula`
[error] invalid-method-override - :4944:9 - Invalid override of method `_icdf_formula`: Definition is incompatible with `UnivariateDistribution._icdf_formula`
[error] invalid-method-override - :4948:9 - Invalid override of method `_iccdf_formula`: Definition is incompatible with `UnivariateDistribution._iccdf_formula`

scipy/stats/_levy_stable/__init__.py

[error] invalid-method-override - :825:9 - Invalid override of method `_argcheck`: Definition is incompatible with `rv_generic._argcheck`
[error] invalid-method-override - :864:9 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`
[error] invalid-method-override - :905:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :1052:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :1140:9 - Invalid override of method `_fitstart`: Definition is incompatible with `rv_continuous._fitstart`

scipy/stats/_multivariate.py

[error] invalid-method-override - :3347:9 - Invalid override of method `_logpdf`: Definition is incompatible with `wishart_gen._logpdf`

scipy/stats/_new_distributions.py

[error] invalid-method-override - :54:9 - Invalid override of method `_logpdf_formula`: Definition is incompatible with `UnivariateDistribution._logpdf_formula`
[error] invalid-method-override - :57:9 - Invalid override of method `_pdf_formula`: Definition is incompatible with `UnivariateDistribution._pdf_formula`
[error] invalid-method-override - :60:9 - Invalid override of method `_logcdf_formula`: Definition is incompatible with `UnivariateDistribution._logcdf_formula`
[error] invalid-method-override - :63:9 - Invalid override of method `_cdf_formula`: Definition is incompatible with `UnivariateDistribution._cdf_formula`
[error] invalid-method-override - :66:9 - Invalid override of method `_logccdf_formula`: Definition is incompatible with `UnivariateDistribution._logccdf_formula`
[error] invalid-method-override - :69:9 - Invalid override of method `_ccdf_formula`: Definition is incompatible with `UnivariateDistribution._ccdf_formula`
[error] invalid-method-override - :72:9 - Invalid override of method `_icdf_formula`: Definition is incompatible with `UnivariateDistribution._icdf_formula`
[error] invalid-method-override - :75:9 - Invalid override of method `_ilogcdf_formula`: Definition is incompatible with `UnivariateDistribution._ilogcdf_formula`
[error] invalid-method-override - :78:9 - Invalid override of method `_iccdf_formula`: Definition is incompatible with `UnivariateDistribution._iccdf_formula`
[error] invalid-method-override - :81:9 - Invalid override of method `_ilogccdf_formula`: Definition is incompatible with `UnivariateDistribution._ilogccdf_formula`
[error] invalid-method-override - :84:9 - Invalid override of method `_entropy_formula`: Definition is incompatible with `UnivariateDistribution._entropy_formula`
[error] invalid-method-override - :87:9 - Invalid override of method `_logentropy_formula`: Definition is incompatible with `UnivariateDistribution._logentropy_formula`
[error] invalid-method-override - :95:9 - Invalid override of method `_median_formula`: Definition is incompatible with `UnivariateDistribution._median_formula`
[error] invalid-method-override - :98:9 - Invalid override of method `_mode_formula`: Definition is incompatible with `UnivariateDistribution._mode_formula`
[error] invalid-method-override - :101:9 - Invalid override of method `_moment_raw_formula`: Definition is incompatible with `UnivariateDistribution._moment_raw_formula`
[error] invalid-method-override - :110:9 - Invalid override of method `_moment_central_formula`: Definition is incompatible with `UnivariateDistribution._moment_central_formula`
[error] invalid-method-override - :119:9 - Invalid override of method `_sample_formula`: Definition is incompatible with `UnivariateDistribution._sample_formula`
[error] invalid-method-override - :328:9 - Invalid override of method `_pdf_formula`: Definition is incompatible with `UnivariateDistribution._pdf_formula`
[error] invalid-method-override - :334:9 - Invalid override of method `_moment_raw_formula`: Definition is incompatible with `UnivariateDistribution._moment_raw_formula`
[error] invalid-method-override - :376:9 - Invalid override of method `_logpdf_formula`: Definition is incompatible with `UnivariateDistribution._logpdf_formula`
[error] invalid-method-override - :379:9 - Invalid override of method `_pdf_formula`: Definition is incompatible with `UnivariateDistribution._pdf_formula`
[error] invalid-method-override - :382:9 - Invalid override of method `_logcdf_formula`: Definition is incompatible with `UnivariateDistribution._logcdf_formula`
[error] invalid-method-override - :386:9 - Invalid override of method `_cdf_formula`: Definition is incompatible with `UnivariateDistribution._cdf_formula`
[error] invalid-method-override - :389:9 - Invalid override of method `_logccdf_formula`: Definition is incompatible with `UnivariateDistribution._logccdf_formula`
[error] invalid-method-override - :393:9 - Invalid override of method `_ccdf_formula`: Definition is incompatible with `UnivariateDistribution._ccdf_formula`
[error] invalid-method-override - :396:9 - Invalid override of method `_icdf_formula`: Definition is incompatible with `UnivariateDistribution._icdf_formula`
[error] invalid-method-override - :399:9 - Invalid override of method `_iccdf_formula`: Definition is incompatible with `UnivariateDistribution._iccdf_formula`
[error] invalid-method-override - :402:9 - Invalid override of method `_entropy_formula`: Definition is incompatible with `UnivariateDistribution._entropy_formula`
[error] invalid-method-override - :405:9 - Invalid override of method `_mode_formula`: Definition is incompatible with `UnivariateDistribution._mode_formula`
[error] invalid-method-override - :408:9 - Invalid override of method `_median_formula`: Definition is incompatible with `UnivariateDistribution._median_formula`
[error] invalid-method-override - :411:9 - Invalid override of method `_moment_raw_formula`: Definition is incompatible with `UnivariateDistribution._moment_raw_formula`
[error] invalid-method-override - :415:9 - Invalid override of method `_moment_central_formula`: Definition is incompatible with `UnivariateDistribution._moment_central_formula`
[error] invalid-method-override - :420:9 - Invalid override of method `_sample_formula`: Definition is incompatible with `UnivariateDistribution._sample_formula`
[error] invalid-method-override - :438:9 - Invalid override of method `_pdf_formula`: Definition is incompatible with `UnivariateDistribution._pdf_formula`
[error] invalid-method-override - :466:9 - Invalid override of method `_pmf_formula`: Definition is incompatible with `UnivariateDistribution._pmf_formula`
[error] invalid-method-override - :469:9 - Invalid override of method `_logpmf_formula`: Definition is incompatible with `UnivariateDistribution._logpmf_formula`
[error] invalid-method-override - :478:9 - Invalid override of method `_cdf_formula`: Definition is incompatible with `UnivariateDistribution._cdf_formula`
[error] invalid-method-override - :481:9 - Invalid override of method `_logcdf_formula`: Definition is incompatible with `UnivariateDistribution._logcdf_formula`
[error] invalid-method-override - :490:9 - Invalid override of method `_ccdf_formula`: Definition is incompatible with `UnivariateDistribution._ccdf_formula`
[error] invalid-method-override - :493:9 - Invalid override of method `_logccdf_formula`: Definition is incompatible with `UnivariateDistribution._logccdf_formula`
[error] invalid-method-override - :500:9 - Invalid override of method `_icdf_formula`: Definition is incompatible with `UnivariateDistribution._icdf_formula`
[error] invalid-method-override - :503:9 - Invalid override of method `_iccdf_formula`: Definition is incompatible with `UnivariateDistribution._iccdf_formula`
[error] invalid-method-override - :506:9 - Invalid override of method `_mode_formula`: Definition is incompatible with `UnivariateDistribution._mode_formula`
[error] invalid-method-override - :512:9 - Invalid override of method `_moment_raw_formula`: Definition is incompatible with `UnivariateDistribution._moment_raw_formula`
[error] invalid-method-override - :521:9 - Invalid override of method `_moment_central_formula`: Definition is incompatible with `UnivariateDistribution._moment_central_formula`

scipy/stats/tests/test_continuous.py

[error] invalid-method-override - :1068:17 - Invalid override of method `_moment_raw_formula`: Definition is incompatible with `Uniform._moment_raw_formula`

scipy/stats/tests/test_discrete_basic.py

[error] invalid-method-override - :578:13 - Invalid override of method `_pmf`: Definition is incompatible with `rv_discrete._pmf`

scipy/stats/tests/test_distributions.py

[error] invalid-method-override - :9063:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9068:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :9073:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9076:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :9084:9 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9087:9 - Invalid override of method `_cdf`: Definition is incompatible with `rv_continuous._cdf`
[error] invalid-method-override - :9145:17 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9154:17 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9177:17 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9204:17 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9251:17 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9258:17 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :9265:17 - Invalid override of method `_pdf`: Definition is incompatible with `rv_continuous._pdf`
[error] invalid-method-override - :10024:13 - Invalid override of method `_rvs`: Definition is incompatible with `rv_generic._rvs`

scipy/stats/tests/test_generation/reference_distribution_infrastructure_tests.py

[error] invalid-method-override - :65:13 - Invalid override of method `_cdf`: Definition is incompatible with `ReferenceDistribution._cdf`
[error] invalid-method-override - :72:13 - Invalid override of method `_sf`: Definition is incompatible with `ReferenceDistribution._sf`
[error] invalid-method-override - :79:13 - Invalid override of method `_ppf`: Definition is incompatible with `ReferenceDistribution._ppf`
[error] invalid-method-override - :86:13 - Invalid override of method `_isf`: Definition is incompatible with `ReferenceDistribution._isf`

scipy/stats/tests/test_generation/reference_distributions.py

[error] invalid-method-override - :284:9 - Invalid override of method `_support`: Definition is incompatible with `ReferenceDistribution._support`
[error] invalid-method-override - :289:9 - Invalid override of method `_pdf`: Definition is incompatible with `ReferenceDistribution._pdf`
[error] invalid-method-override - :313:9 - Invalid override of method `_logpdf`: Definition is incompatible with `ReferenceDistribution._logpdf`
[error] invalid-method-override - :316:9 - Invalid override of method `_pdf`: Definition is incompatible with `ReferenceDistribution._pdf`
[error] invalid-method-override - :319:9 - Invalid override of method `_sf`: Definition is incompatible with `ReferenceDistribution._sf`
[error] invalid-method-override - :328:9 - Invalid override of method `_support`: Definition is incompatible with `ReferenceDistribution._support`
[error] invalid-method-override - :331:9 - Invalid override of method `_pdf`: Definition is incompatible with `ReferenceDistribution._pdf`
[error] invalid-method-override - :334:9 - Invalid override of method `_ppf`: Definition is incompatible with `ReferenceDistribution._ppf`
[error] invalid-method-override - :343:9 - Invalid override of method `_support`: Definition is incompatible with `ReferenceDistribution._support`
[error] invalid-method-override - :346:9 - Invalid override of method `_pdf`: Definition is incompatible with `ReferenceDistribution._pdf`
[error] invalid-method-override - :352:9 - Invalid override of method `_ppf`: Definition is incompatible with `ReferenceDistribution._ppf`
[error] invalid-method-override - :364:9 - Invalid override of method `_support`: Definition is incompatible with `ReferenceDistribution._support`
[error] invalid-method-override - :367:9 - Invalid override of method `_pdf`: Definition is incompatible with `ReferenceDistribution._pdf`
[error] invalid-method-override - :373:9 - Invalid override of method `_cdf`: Definition is incompatible with `ReferenceDistribution._cdf`
[error] invalid-method-override - :388:9 - Invalid override of method `_pdf`: Definition is incompatible with `ReferenceDistribution._pdf`
[error] invalid-method-override - :400:9 - Invalid override of method `_pdf`: Definition is incompatible with `ReferenceDistribution._pdf`
[error] invalid-method-override - :413:9 - Invalid override of method `_pdf`: Definition is incompatible with `ReferenceDistribution._pdf`
[error] invalid-method-override - :423:9 - Invalid override of method `_support`: Definition is incompatible with `ReferenceDistribution._support`
[error] invalid-method-override - :426:9 - Invalid override of method `_pdf`: Definition is incompatible with `ReferenceDistribution._pdf`
[error] invalid-method-override - :429:9 - Invalid override of method `_sf`: Definition is incompatible with `ReferenceDistribution._sf`

subprojects/highs/src/highspy/highs.py

[error] invalid-method-override - :1523:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[warning] unused-ignore-comment - :1532:15 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1621:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1829:63 - Unused blanket `type: ignore` directive

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

scrapy/settings/__init__.py

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

scrapy/exporters.py

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

scrapy/http/headers.py

[error] invalid-method-override - :76:9 - Invalid override of method `get`: Definition is incompatible with `Mapping.get`
[warning] unused-ignore-comment - :34:18 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :103:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :106:46 - Unused blanket `type: ignore` directive

scrapy/pipelines/__init__.py

[error] invalid-method-override - :40:9 - Invalid override of method `_add_middleware`: Definition is incompatible with `MiddlewareManager._add_middleware`

scrapy/utils/datatypes.py

[error] invalid-method-override - :82:9 - Invalid override of method `get`: Definition is incompatible with `Mapping.get`
[error] invalid-method-override - :115:9 - Invalid override of method `__setitem__`: Definition is incompatible with `UserDict.__setitem__`
[warning] unused-ignore-comment - :89:90 - Unused blanket `type: ignore` directive

tests/test_downloader_handler_twisted_ftp.py

[error] invalid-method-override - :188:9 - Invalid override of method `_get_factory`: Definition is incompatible with `TestFTPBase._get_factory`

tests/test_extension_statsmailer.py

[error] invalid-method-override - :21:13 - Invalid override of method `get_stats`: Definition is incompatible with `StatsCollector.get_stats`

tests/test_feedexport.py

[error] invalid-method-override - :846:9 - Invalid override of method `export_item`: Definition is incompatible with `JsonItemExporter.export_item`

tests/test_spidermiddleware_referer.py

[error] invalid-method-override - :690:9 - Invalid override of method `referrer`: Definition is incompatible with `ReferrerPolicy.referrer`
[warning] unused-ignore-comment - :1025:16 - Unused blanket `type: ignore` directive

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

setuptools/_vendor/importlib_metadata/_text.py

[error] invalid-method-override - :82:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :94:9 - Invalid override of method `index`: Definition is incompatible with `str.index`
[error] invalid-method-override - :97:9 - Invalid override of method `split`: Definition is incompatible with `str.split`

pkg_resources/__init__.py

[error] invalid-method-override - :2158:9 - Invalid override of method `_has`: Definition is incompatible with `NullProvider._has`
[error] invalid-method-override - :2162:9 - Invalid override of method `_isdir`: Definition is incompatible with `NullProvider._isdir`
[error] invalid-method-override - :2165:9 - Invalid override of method `_listdir`: Definition is incompatible with `NullProvider._listdir`

setuptools/__init__.py

[error] invalid-method-override - :186:9 - Invalid override of method `reinitialize_command`: Definition is incompatible with `distutils.cmd.Command.reinitialize_command`

setuptools/_distutils/compilers/C/msvc.py

[error] invalid-method-override - :560:9 - Invalid override of method `spawn`: Definition is incompatible with `setuptools._distutils.compilers.C.base.Compiler.spawn`

setuptools/_distutils/compilers/C/unix.py

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

setuptools/_vendor/importlib_metadata/__init__.py

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

setuptools/_vendor/importlib_metadata/_adapters.py

[error] invalid-method-override - :42:9 - Invalid override of method `__getitem__`: Definition is incompatible with `email.message.Message.__getitem__`

setuptools/_vendor/jaraco/collections/__init__.py

[error] invalid-method-override - :626:9 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - :634:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :640:9 - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - :644:9 - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`

setuptools/_vendor/jaraco/text/__init__.py

[error] invalid-method-override - :115:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :127:9 - Invalid override of method `index`: Definition is incompatible with `str.index`
[error] invalid-method-override - :130:9 - Invalid override of method `split`: Definition is incompatible with `str.split`
[error] invalid-method-override - :371:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

setuptools/_vendor/more_itertools/more.py

[error] invalid-method-override - :2136:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :2161:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
[error] invalid-method-override - :2244:9 - Invalid override of method `index`: Definition is incompatible with `Sequence.index`

setuptools/_vendor/more_itertools/more.pyi

[error] invalid-method-override - :365:9 - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - :370:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
[warning] unused-ignore-comment - :380:45 - Unused blanket `type: ignore` directive

setuptools/_vendor/typing_extensions.py

[error] invalid-method-override - :600:13 - Invalid override of method `__subclasscheck__`: Definition is incompatible with `ABCMeta.__subclasscheck__`

setuptools/_vendor/wheel/wheelfile.py

[error] invalid-method-override - :109:9 - Invalid override of method `open`: Definition is incompatible with `ZipFile.open`
[error] invalid-method-override - :165:9 - Invalid override of method `write`: Definition is incompatible with `ZipFile.write`
[error] invalid-method-override - :182:9 - Invalid override of method `writestr`: Definition is incompatible with `ZipFile.writestr`

setuptools/build_meta.py

[error] invalid-method-override - :77:9 - Invalid override of method `fetch_build_eggs`: Definition is incompatible with `setuptools.dist.Distribution.fetch_build_eggs`

setuptools/command/build_ext.py

[error] invalid-method-override - :159:9 - Invalid override of method `get_ext_filename`: Definition is incompatible with `distutils.command.build_ext.build_ext.get_ext_filename`

setuptools/command/build_py.py

[warning] unused-ignore-comment - :53:21 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :141:73 - Unused blanket `type: ignore` directive

setuptools/command/egg_info.py

[error] invalid-method-override - :486:9 - Invalid override of method `extend`: Definition is incompatible with `distutils.filelist.FileList.extend`

setuptools/command/install_lib.py

[error] invalid-method-override - :94:9 - Invalid override of method `copy_tree`: Definition is incompatible with `Command.copy_tree`

setuptools/dist.py

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

sockeye (https://github.com/awslabs/sockeye)

sockeye/arguments.py

[error] invalid-method-override - :91:9 - Invalid override of method `__call__`: Definition is incompatible with `Action.__call__`

sockeye/lexicon.py

[error] invalid-method-override - :260:9 - Invalid override of method `get_blocked_trg_ids`: Definition is incompatible with `RestrictLexicon.get_blocked_trg_ids`
[error] invalid-method-override - :307:9 - Invalid override of method `get_allowed_trg_ids`: Definition is incompatible with `RestrictLexicon.get_allowed_trg_ids`

sockeye/loss.py

[error] invalid-method-override - :326:9 - Invalid override of method `update`: Definition is incompatible with `LossMetric.update`

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

lib/spack/spack/util/prefix.py

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

lib/spack/spack/audit.py

[error] invalid-method-override - :125:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

lib/spack/spack/cmd/common/arguments.py

[error] invalid-method-override - :104:9 - Invalid override of method `__call__`: Definition is incompatible with `Action.__call__`
[error] invalid-method-override - :123:9 - Invalid override of method `__call__`: Definition is incompatible with `Action.__call__`
[error] invalid-method-override - :158:9 - Invalid override of method `__call__`: Definition is incompatible with `Action.__call__`
[error] invalid-method-override - :598:9 - Invalid override of method `__call__`: Definition is incompatible with `Action.__call__`

lib/spack/spack/cmd/info.py

[error] invalid-method-override - :160:9 - Invalid override of method `format_name`: Definition is incompatible with `Formatter.format_name`
[error] invalid-method-override - :163:9 - Invalid override of method `format_values`: Definition is incompatible with `Formatter.format_values`
[error] invalid-method-override - :539:9 - Invalid override of method `format_name`: Definition is incompatible with `Formatter.format_name`
[error] invalid-method-override - :544:9 - Invalid override of method `format_values`: Definition is incompatible with `Formatter.format_values`
[error] invalid-method-override - :556:9 - Invalid override of method `format_description`: Definition is incompatible with `Formatter.format_description`

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

[error] invalid-method-override - :1961:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

lib/spack/spack/llnl/util/lang.py

[error] invalid-method-override - :967:9 - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - :970:9 - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - :973:9 - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
[error] invalid-method-override - :979:9 - Invalid override of method `insert`: Definition is incompatible with `MutableSequence.insert`

lib/spack/spack/repo.py

[error] invalid-method-override - :524:9 - Invalid override of method `needs_update`: Definition is incompatible with `Indexer.needs_update`

lib/spack/spack/report.py

[error] invalid-method-override - :167:9 - Invalid override of method `succeed`: Definition is incompatible with `SpecRecord.succeed`

lib/spack/spack/reporters/cdash.py

[error] invalid-method-override - :273:9 - Invalid override of method `build_report`: Definition is incompatible with `Reporter.build_report`
[error] invalid-method-override - :362:9 - Invalid override of method `test_report`: Definition is incompatible with `Reporter.test_report`
[error] invalid-method-override - :396:9 - Invalid override of method `concretization_report`: Definition is incompatible with `Reporter.concretization_report`

lib/spack/spack/variant.py

[error] invalid-method-override - :581:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

lib/spack/spack/vendor/altgraph/GraphAlgo.py

[error] invalid-method-override - :165:9 - Invalid override of method `setdefault`: Definition is incompatible with `MutableMapping.setdefault`

lib/spack/spack/vendor/jinja2/runtime.py

[error] invalid-method-override - :1033:9 - Invalid override of method `__getattr__`: Definition is incompatible with `Undefined.__getattr__`

lib/spack/spack/vendor/markupsafe/__init__.py

[error] invalid-method-override - :83:9 - Invalid override of method `__add__`: Definition is incompatible with `str.__add__`
[error] invalid-method-override - :95:9 - Invalid override of method `__mul__`: Definition is incompatible with `str.__mul__`
[error] invalid-method-override - :101:5 - Invalid override of method `__rmul__`: Definition is incompatible with `str.__rmul__`
[error] invalid-method-override - :103:9 - Invalid override of method `__mod__`: Definition is incompatible with `str.__mod__`
[error] invalid-method-override - :114:9 - Invalid override of method `join`: Definition is incompatible with `str.join`
[error] invalid-method-override - :193:9 - Invalid override of method `partition`: Definition is incompatible with `str.partition`
[error] invalid-method-override - :198:9 - Invalid override of method `rpartition`: Definition is incompatible with `str.rpartition`
[error] invalid-method-override - :203:9 - Invalid override of method `format`: Definition is incompatible with `str.format`
[warning] unused-ignore-comment - :119:17 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :126:18 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :133:72 - Unused blanket `type: ignore` directive

lib/spack/spack/vendor/pyrsistent/typing.pyi

[error] invalid-method-override - :100:9 - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`

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

[error] invalid-method-override - :554:9 - Invalid override of method `insert`: Definition is incompatible with `MutableSequence.insert`
[error] invalid-method-override - :563:9 - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`

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

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

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

[error] invalid-method-override - :967:9 - Invalid override of method `represent_set`: Definition is incompatible with `SafeRepresenter.represent_set`

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

sphinx/builders/latex/__init__.py

[error] invalid-method-override - :299:9 - Invalid override of method `write_documents`: Definition is incompatible with `Builder.write_documents`

sphinx/builders/texinfo.py

[error] invalid-method-override - :68:9 - Invalid override of method `prepare_writing`: Definition is incompatible with `Builder.prepare_writing`
[error] invalid-method-override - :95:9 - Invalid override of method `write_documents`: Definition is incompatible with `Builder.write_documents`

sphinx/domains/javascript.py

[error] invalid-method-override - :157:9 - Invalid override of method `add_target_and_index`: Definition is incompatible with `ObjectDescription.add_target_and_index`

sphinx/domains/python/__init__.py

[error] invalid-method-override - :105:9 - Invalid override of method `add_target_and_index`: Definition is incompatible with `ObjectDescription.add_target_and_index`
[error] invalid-method-override - :121:9 - Invalid override of method `get_index_text`: Definition is incompatible with `PyObject.get_index_text`
[error] invalid-method-override - :179:9 - Invalid override of method `get_index_text`: Definition is incompatible with `PyObject.get_index_text`
[error] invalid-method-override - :216:9 - Invalid override of method `get_index_text`: Definition is incompatible with `PyObject.get_index_text`
[error] invalid-method-override - :272:9 - Invalid override of method `get_index_text`: Definition is incompatible with `PyObject.get_index_text`
[error] invalid-method-override - :368:9 - Invalid override of method `get_index_text`: Definition is incompatible with `PyObject.get_index_text`
[error] invalid-method-override - :428:9 - Invalid override of method `get_index_text`: Definition is incompatible with `PyObject.get_index_text`
[error] invalid-method-override - :468:9 - Invalid override of method `get_index_text`: Definition is incompatible with `PyObject.get_index_text`
[error] invalid-method-override - :940:9 - Invalid override of method `resolve_xref`: Definition is incompatible with `Domain.resolve_xref`

sphinx/ext/coverage.py

[error] invalid-method-override - :209:9 - Invalid override of method `write_documents`: Definition is incompatible with `Builder.write_documents`

sphinx/search/ja.py

[error] invalid-method-override - :544:9 - Invalid override of method `word_filter`: Definition is incompatible with `SearchLanguage.word_filter`

sphinx/builders/html/_build_info.py

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

sphinx/ext/duration.py

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

sphinx/util/requests.py

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

sphinx/builders/changes.py

[error] invalid-method-override - :56:9 - Invalid override of method `write_documents`: Definition is incompatible with `Builder.write_documents`

sphinx/builders/gettext.py

[error] invalid-method-override - :138:9 - Invalid override of method `render`: Definition is incompatible with `BaseRenderer.render`

sphinx/builders/singlehtml.py

[error] invalid-method-override - :168:9 - Invalid override of method `write_documents`: Definition is incompatible with `Builder.write_documents`
[warning] unused-ignore-comment - :39:54 - Unused blanket `type: ignore` directive

sphinx/directives/other.py

[error] invalid-method-override - :376:9 - Invalid override of method `run`: Definition is incompatible with `docutils.parsers.rst.directives.misc.Include.run`

sphinx/domains/c/__init__.py

[error] invalid-method-override - :163:9 - Invalid override of method `add_target_and_index`: Definition is incompatible with `ObjectDescription.add_target_and_index`

sphinx/domains/cpp/__init__.py

[error] invalid-method-override - :226:9 - Invalid override of method `add_target_and_index`: Definition is incompatible with `ObjectDescription.add_target_and_index`

sphinx/domains/cpp/_ast.py

[error] invalid-method-override - :4003:9 - Invalid override of method `describe_signature`: Definition is incompatible with `ASTTemplateParam.describe_signature`
[error] invalid-method-override - :4061:9 - Invalid override of method `describe_signature`: Definition is incompatible with `ASTTemplateParam.describe_signature`
[error] invalid-method-override - :4110:9 - Invalid override of method `describe_signature`: Definition is incompatible with `ASTTemplateParam.describe_signature`
[error] invalid-method-override - :4177:9 - Invalid override of method `describe_signature`: Definition is incompatible with `ASTTemplateParam.describe_signature`

sphinx/domains/python/_object.py

[error] invalid-method-override - :415:9 - Invalid override of method `add_target_and_index`: Definition is incompatible with `ObjectDescription.add_target_and_index`

sphinx/domains/std/__init__.py

[error] invalid-method-override - :126:9 - Invalid override of method `handle_signature`: Definition is incompatible with `ObjectDescription.handle_signature`
[error] invalid-method-override - :292:9 - Invalid override of method `add_target_and_index`: Definition is incompatible with `ObjectDescription.add_target_and_index`

sphinx/ext/doctest.py

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

sphinx/jinja2glue.py

[error] invalid-method-override - :218:9 - Invalid override of method `render_string`: Definition is incompatible with `TemplateBridge.render_string`
[warning] unused-ignore-comment - :215:71 - Unused blanket `type: ignore` directive

sphinx/search/zh.py

[error] invalid-method-override - :62:9 - Invalid override of method `word_filter`: Definition is incompatible with `SearchLanguage.word_filter`

sphinx/transforms/__init__.py

[error] invalid-method-override - :398:9 - Invalid override of method `get_tokens`: Definition is incompatible with `SmartQuotes.get_tokens`

sphinx/util/_pathlib.py

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

sphinx/util/docfields.py

[error] invalid-method-override - :217:9 - Invalid override of method `make_field`: Definition is incompatible with `Field.make_field`
[error] invalid-method-override - :289:9 - Invalid override of method `make_field`: Definition is incompatible with `Field.make_field`

sphinx/util/logging.py

[warning] unused-ignore-comment - :134:15 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :146:89 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :502:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :536:64 - Unused blanket `type: ignore` directive

starlette (https://github.com/encode/starlette)

starlette/datastructures.py

[warning] unused-ignore-comment - :530:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :533:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :536:48 - Unused blanket `type: ignore` directive

tests/test_authentication.py

[error] invalid-method-override - :27:15 - Invalid override of method `authenticate`: Definition is incompatible with `AuthenticationBackend.authenticate`

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

static_frame/core/archive_zip.py

[error] invalid-method-override - :299:9 - Invalid override of method `__exit__`: Definition is incompatible with `_IOBase.__exit__`

static_frame/core/node_transpose.py

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

static_frame/core/index.py

[error] invalid-method-override - :566:9 - Invalid override of method `rename`: Definition is incompatible with `IndexBase.rename`
[error] invalid-method-override - :949:9 - Invalid override of method `values_at_depth`: Definition is incompatible with `IndexBase.values_at_depth`
[error] invalid-method-override - :984:9 - Invalid override of method `relabel`: Definition is incompatible with `IndexBase.relabel`
[error] invalid-method-override - :1057:9 - Invalid override of method `loc_to_iloc`: Definition is incompatible with `IndexBase.loc_to_iloc`
[error] invalid-method-override - :1162:9 - Invalid override of method `__getitem__`: Definition is incompatible with `IndexBase.__getitem__`
[error] invalid-method-override - :1418:9 - Invalid override of method `isin`: Definition is incompatible with `IndexBase.isin`
[error] invalid-method-override - :1603:9 - Invalid override of method `level_add`: Definition is incompatible with `IndexBase.level_add`

static_frame/core/index_hierarchy.py

[error] invalid-method-override - :1303:9 - Invalid override of method `rename`: Definition is incompatible with `IndexBase.rename`
[error] invalid-method-override - :1643:9 - Invalid override of method `values_at_depth`: Definition is incompatible with `IndexBase.values_at_depth`
[error] invalid-method-override - :2226:9 - Invalid override of method `loc_to_iloc`: Definition is incompatible with `IndexBase.loc_to_iloc`
[error] invalid-method-override - :2504:9 - Invalid override of method `__contains__`: Definition is incompatible with `IndexBase.__contains__`
[error] invalid-method-override - :2688:9 - Invalid override of method `isin`: Definition is incompatible with `IndexBase.isin`
[error] invalid-method-override - :3114:9 - Invalid override of method `level_add`: Definition is incompatible with `IndexBase.level_add`

static_frame/core/node_fill_value.py

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

static_frame/core/series_mapping.py

[error] invalid-method-override - :34:9 - Invalid override of method `__contains__`: Definition is incompatible with `ValuesView.__contains__`

static_frame/core/www.py

[warning] unused-ignore-comment - :39:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :42:46 - Unused blanket `type: ignore` directive

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

lib/streamlit/runtime/state/query_params.py

[error] invalid-method-override - :106:9 - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`

lib/streamlit/web/server/browser_websocket_handler.py

[error] invalid-method-override - :223:9 - Invalid override of method `on_message`: Definition is incompatible with `WebSocketHandler.on_message`

lib/streamlit/runtime/state/session_state.py

[warning] unused-ignore-comment - :160:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :163:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :166:48 - Unused blanket `type: ignore` directive

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

sympy/assumptions/predicates/common.py

[error] invalid-method-override - :87:9 - Invalid override of method `__call__`: Definition is incompatible with `Predicate.__call__`

sympy/geometry/parabola.py

[error] invalid-method-override - :292:9 - Invalid override of method `intersection`: Definition is incompatible with `Set.intersection`

sympy/physics/quantum/fermion.py

[error] invalid-method-override - :112:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`

sympy/physics/quantum/operator.py

[error] invalid-method-override - :221:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`
[error] invalid-method-override - :320:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`

sympy/physics/quantum/pauli.py

[error] invalid-method-override - :102:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`
[error] invalid-method-override - :172:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`
[error] invalid-method-override - :242:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`
[error] invalid-method-override - :319:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`
[error] invalid-method-override - :411:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`

sympy/polys/agca/extensions.py

[error] invalid-method-override - :292:9 - Invalid override of method `new`: Definition is incompatible with `Domain.new`
[error] invalid-method-override - :316:9 - Invalid override of method `convert`: Definition is incompatible with `Domain.convert`
[error] invalid-method-override - :320:9 - Invalid override of method `convert_from`: Definition is incompatible with `Domain.convert_from`
[error] invalid-method-override - :324:9 - Invalid override of method `to_sympy`: Definition is incompatible with `Domain.to_sympy`
[error] invalid-method-override - :327:9 - Invalid override of method `from_sympy`: Definition is incompatible with `Domain.from_sympy`
[error] invalid-method-override - :340:9 - Invalid override of method `quo`: Definition is incompatible with `Domain.quo`
[error] invalid-method-override - :343:9 - Invalid override of method `exquo`: Definition is incompatible with `Domain.exquo`

sympy/polys/domains/algebraicfield.py

[error] invalid-method-override - :339:9 - Invalid override of method `new`: Definition is incompatible with `Domain.new`

sympy/polys/domains/complexfield.py

[error] invalid-method-override - :97:9 - Invalid override of method `to_sympy`: Definition is incompatible with `Domain.to_sympy`
[error] invalid-method-override - :101:9 - Invalid override of method `from_sympy`: Definition is incompatible with `Domain.from_sympy`
[error] invalid-method-override - :114:9 - Invalid override of method `from_ZZ_gmpy`: Definition is incompatible with `Domain.from_ZZ_gmpy`
[error] invalid-method-override - :117:9 - Invalid override of method `from_ZZ_python`: Definition is incompatible with `Domain.from_ZZ_python`
[error] invalid-method-override - :123:9 - Invalid override of method `from_QQ_python`: Definition is incompatible with `Domain.from_QQ_python`
[error] invalid-method-override - :126:9 - Invalid override of method `from_QQ_gmpy`: Definition is incompatible with `Domain.from_QQ_gmpy`
[error] invalid-method-override - :138:9 - Invalid override of method `from_AlgebraicField`: Definition is incompatible with `Domain.from_AlgebraicField`
[error] invalid-method-override - :141:9 - Invalid override of method `from_RealField`: Definition is incompatible with `Domain.from_RealField`
[error] invalid-method-override - :144:9 - Invalid override of method `from_ComplexField`: Definition is incompatible with `Domain.from_ComplexField`
[error] invalid-method-override - :155:9 - Invalid override of method `is_negative`: Definition is incompatible with `Domain.is_negative`
[error] invalid-method-override - :159:9 - Invalid override of method `is_positive`: Definition is incompatible with `Domain.is_positive`
[error] invalid-method-override - :163:9 - Invalid override of method `is_nonnegative`: Definition is incompatible with `Domain.is_nonnegative`
[error] invalid-method-override - :167:9 - Invalid override of method `is_nonpositive`: Definition is incompatible with `Domain.is_nonpositive`

sympy/polys/domains/expressionrawdomain.py

[error] invalid-method-override - :45:9 - Invalid override of method `convert_from`: Definition is incompatible with `Domain.convert_from`
[error] invalid-method-override - :53:9 - Invalid override of method `sum`: Definition is incompatible with `Domain.sum`

sympy/polys/domains/quotientring.py

[error] invalid-method-override - :138:9 - Invalid override of method `new`: Definition is incompatible with `Domain.new`
[error] invalid-method-override - :172:9 - Invalid override of method `poly_ring`: Definition is incompatible with `Domain.poly_ring`
[error] invalid-method-override - :176:9 - Invalid override of method `frac_field`: Definition is incompatible with `Domain.frac_field`

sympy/polys/polyerrors.py

[error] invalid-method-override - :27:9 - Invalid override of method `new`: Definition is incompatible with `BasePolynomialError.new`

sympy/printing/fortran.py

[error] invalid-method-override - :260:9 - Invalid override of method `_print_Add`: Definition is incompatible with `StrPrinter._print_Add`
[error] invalid-method-override - :338:9 - Invalid override of method `_print_Pow`: Definition is incompatible with `StrPrinter._print_Pow`
[error] invalid-method-override - :786:9 - Invalid override of method `_print_ArrayElement`: Definition is incompatible with `StrPrinter._print_ArrayElement`

sympy/printing/glsl.py

[error] invalid-method-override - :103:9 - Invalid override of method `_print_MatrixBase`: Definition is incompatible with `StrPrinter._print_MatrixBase`
[error] invalid-method-override - :274:9 - Invalid override of method `_print_Pow`: Definition is incompatible with `StrPrinter._print_Pow`

sympy/printing/jscode.py

[error] invalid-method-override - :96:9 - Invalid override of method `_print_Pow`: Definition is incompatible with `StrPrinter._print_Pow`

sympy/printing/maple.py

[error] invalid-method-override - :134:9 - Invalid override of method `_print_Pow`: Definition is incompatible with `StrPrinter._print_Pow`

sympy/printing/mathematica.py

[error] invalid-method-override - :150:9 - Invalid override of method `_print_Pow`: Definition is incompatible with `StrPrinter._print_Pow`

sympy/printing/rcode.py

[error] invalid-method-override - :139:9 - Invalid override of method `_print_Pow`: Definition is incompatible with `StrPrinter._print_Pow`

sympy/printing/rust.py

[error] invalid-method-override - :415:9 - Invalid override of method `_print_Pow`: Definition is incompatible with `StrPrinter._print_Pow`
[error] invalid-method-override - :529:9 - Invalid override of method `_print_MatrixBase`: Definition is incompatible with `StrPrinter._print_MatrixBase`

sympy/algebras/quaternion.py

[error] invalid-method-override - :715:9 - Invalid override of method `__pow__`: Definition is incompatible with `Expr.__pow__`
[warning] unused-ignore-comment - :1046:63 - Unused blanket `type: ignore` directive

sympy/assumptions/assume.py

[error] invalid-method-override - :401:9 - Invalid override of method `__call__`: Definition is incompatible with `Predicate.__call__`

sympy/combinatorics/permutations.py

[error] invalid-method-override - :1669:9 - Invalid override of method `atoms`: Definition is incompatible with `Basic.atoms`

sympy/core/containers.py

[error] invalid-method-override - :349:9 - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
[error] invalid-method-override - :352:9 - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[error] invalid-method-override - :355:9 - Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`

sympy/core/function.py

[error] invalid-method-override - :1808:9 - Invalid override of method `_eval_lseries`: Definition is incompatible with `Expr._eval_lseries`
[error] invalid-method-override - :2314:9 - Invalid override of method `evalf`: Definition is incompatible with `Expr.evalf`

sympy/core/numbers.py

[error] invalid-method-override - :2531:9 - Invalid override of method `as_expr`: Definition is incompatible with `Expr.as_expr`

sympy/core/tests/test_function.py

[error] invalid-method-override - :637:13 - Invalid override of method `fdiff`: Definition is incompatible with `Function.fdiff`
[error] invalid-method-override - :1453:17 - Invalid override of method `eval`: Definition is incompatible with `Application.eval`

sympy/functions/elementary/complexes.py

[error] invalid-method-override - :133:9 - Invalid override of method `_eval_derivative`: Definition is incompatible with `Function._eval_derivative`
[error] invalid-method-override - :252:9 - Invalid override of method `_eval_derivative`: Definition is incompatible with `Function._eval_derivative`
[error] invalid-method-override - :401:9 - Invalid override of method `_eval_derivative`: Definition is incompatible with `Function._eval_derivative`
[error] invalid-method-override - :682:9 - Invalid override of method `_eval_derivative`: Definition is incompatible with `Function._eval_derivative`
[error] invalid-method-override - :805:9 - Invalid override of method `_eval_derivative`: Definition is incompatible with `Function._eval_derivative`
[error] invalid-method-override - :908:9 - Invalid override of method `_eval_derivative`: Definition is incompatible with `Function._eval_derivative`

sympy/functions/elementary/miscellaneous.py

[error] invalid-method-override - :649:9 - Invalid override of method `evalf`: Definition is incompatible with `Expr.evalf`

sympy/functions/elementary/piecewise.py

[error] invalid-method-override - :236:9 - Invalid override of method `_eval_derivative`: Definition is incompatible with `Function._eval_derivative`

sympy/functions/elementary/trigonometric.py

[error] invalid-method-override - :1681:9 - Invalid override of method `_period`: Definition is incompatible with `TrigonometricFunction._period`
[error] invalid-method-override - :3730:9 - Invalid override of method `fdiff`: Definition is incompatible with `Function.fdiff`

sympy/functions/special/beta_functions.py

[error] invalid-method-override - :109:9 - Invalid override of method `fdiff`: Definition is incompatible with `Function.fdiff`
[error] invalid-method-override - :248:9 - Invalid override of method `fdiff`: Definition is incompatible with `Function.fdiff`
[error] invalid-method-override - :361:9 - Invalid override of method `fdiff`: Definition is incompatible with `Function.fdiff`

sympy/functions/special/error_functions.py

[error] invalid-method-override - :744:9 - Invalid override of method `fdiff`: Definition is incompatible with `Function.fdiff`
[error] invalid-method-override - :1050:9 - Invalid override of method `fdiff`: Definition is incompatible with `Function.fdiff`
[error] invalid-method-override - :1404:9 - Invalid override of method `fdiff`: Definition is incompatible with `Function.fdiff`

sympy/functions/special/hyper.py

[error] invalid-method-override - :1054:9 - Invalid override of method `_expr_big_minus`: Definition is incompatible with `HyperRep._expr_big_minus`
[error] invalid-method-override - :1080:9 - Invalid override of method `_expr_big_minus`: Definition is incompatible with `HyperRep._expr_big_minus`

sympy/geometry/ellipse.py

[error] invalid-method-override - :107:9 - Invalid override of method `__contains__`: Definition is incompatible with `GeometryEntity.__contains__`
[error] invalid-method-override - :115:9 - Invalid override of method `__eq__`: Definition is incompatible with `Basic.__eq__`
[error] invalid-method-override - :615:9 - Invalid override of method `intersection`: Definition is incompatible with `Set.intersection`
[error] invalid-method-override - :1619:9 - Invalid override of method `equation`: Definition is incompatible with `Ellipse.equation`
[error] invalid-method-override - :1650:9 - Invalid override of method `intersection`: Definition is incompatible with `Set.intersection`

sympy/geometry/entity.py

[error] invalid-method-override - :91:9 - Invalid override of method `__ne__`: Definition is incompatible with `Basic.__ne__`

sympy/geometry/line.py

[error] invalid-method-override - :390:9 - Invalid override of method `intersection`: Definition is incompatible with `GeometryEntity.intersection`
[error] invalid-method-override - :1306:9 - Invalid override of method `equals`: Definition is incompatible with `GeometryEntity.equals`
[error] invalid-method-override - :1517:9 - Invalid override of method `equals`: Definition is incompatible with `GeometryEntity.equals`
[error] invalid-method-override - :1699:9 - Invalid override of method `equals`: Definition is incompatible with `GeometryEntity.equals`

sympy/geometry/plane.py

[error] invalid-method-override - :80:9 - Invalid override of method `__contains__`: Definition is incompatible with `GeometryEntity.__contains__`
[error] invalid-method-override - :819:9 - Invalid override of method `parameter_value`: Definition is incompatible with `GeometryEntity.parameter_value`

sympy/geometry/point.py

[error] invalid-method-override - :225:9 - Invalid override of method `__contains__`: Definition is incompatible with `GeometryEntity.__contains__`
[error] invalid-method-override - :282:9 - Invalid override of method `__rmul__`: Definition is incompatible with `GeometryEntity.__rmul__`
[error] invalid-method-override - :445:9 - Invalid override of method `equals`: Definition is incompatible with `GeometryEntity.equals`
[error] invalid-method-override - :484:9 - Invalid override of method `intersection`: Definition is incompatible with `GeometryEntity.intersection`
[error] invalid-method-override - :919:9 - Invalid override of method `__contains__`: Definition is incompatible with `GeometryEntity.__contains__`
[error] invalid-method-override - :1127:9 - Invalid override of method `__contains__`: Definition is incompatible with `GeometryEntity.__contains__`
[error] invalid-method-override - :1217:9 - Invalid override of method `intersection`: Definition is incompatible with `GeometryEntity.intersection`
[error] invalid-method-override - :1255:9 - Invalid override of method `scale`: Definition is incompatible with `GeometryEntity.scale`

sympy/geometry/polygon.py

[error] invalid-method-override - :901:9 - Invalid override of method `intersection`: Definition is incompatible with `Set.intersection`
[error] invalid-method-override - :1333:9 - Invalid override of method `__contains__`: Definition is incompatible with `GeometryEntity.__contains__`
[error] invalid-method-override - :2042:9 - Invalid override of method `__eq__`: Definition is incompatible with `Basic.__eq__`
[error] invalid-method-override - :2179:9 - Invalid override of method `is_similar`: Definition is incompatible with `GeometryEntity.is_similar`
[error] invalid-method-override - :2487:9 - Invalid override of method `bisectors`: Definition is incompatible with `Polygon.bisectors`

sympy/integrals/laplace.py

[error] invalid-method-override - :1283:9 - Invalid override of method `_compute_transform`: Definition is incompatible with `IntegralTransform._compute_transform`
[error] invalid-method-override - :1288:9 - Invalid override of method `_as_integral`: Definition is incompatible with `IntegralTransform._as_integral`
[error] invalid-method-override - :2229:9 - Invalid override of method `_compute_transform`: Definition is incompatible with `IntegralTransform._compute_transform`
[error] invalid-method-override - :2233:9 - Invalid override of method `_as_integral`: Definition is incompatible with `IntegralTransform._as_integral`

sympy/integrals/transforms.py

[error] invalid-method-override - :851:9 - Invalid override of method `_compute_transform`: Definition is incompatible with `IntegralTransform._compute_transform`
[error] invalid-method-override - :867:9 - Invalid override of method `_as_integral`: Definition is incompatible with `IntegralTransform._as_integral`
[error] invalid-method-override - :975:9 - Invalid override of method `_compute_transform`: Definition is incompatible with `IntegralTransform._compute_transform`
[error] invalid-method-override - :980:9 - Invalid override of method `_as_integral`: Definition is incompatible with `IntegralTransform._as_integral`
[error] invalid-method-override - :1152:9 - Invalid override of method `_compute_transform`: Definition is incompatible with `IntegralTransform._compute_transform`
[error] invalid-method-override - :1158:9 - Invalid override of method `_as_integral`: Definition is incompatible with `IntegralTransform._as_integral`
[error] invalid-method-override - :1440:9 - Invalid override of method `_compute_transform`: Definition is incompatible with `IntegralTransform._compute_transform`
[error] invalid-method-override - :1443:9 - Invalid override of method `_as_integral`: Definition is incompatible with `IntegralTransform._as_integral`

sympy/matrices/dense.py

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

sympy/matrices/expressions/blockmatrix.py

[error] invalid-method-override - :552:9 - Invalid override of method `equals`: Definition is incompatible with `Expr.equals`

sympy/matrices/expressions/companion.py

[error] invalid-method-override - :46:9 - Invalid override of method `_entry`: Definition is incompatible with `MatrixExpr._entry`

sympy/matrices/expressions/matexpr.py

[error] invalid-method-override - :207:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`
[error] invalid-method-override - :225:9 - Invalid override of method `_eval_derivative_n_times`: Definition is incompatible with `Basic._eval_derivative_n_times`
[error] invalid-method-override - :401:9 - Invalid override of method `equals`: Definition is incompatible with `Expr.equals`

sympy/matrices/expressions/matmul.py

[error] invalid-method-override - :201:9 - Invalid override of method `args_cnc`: Definition is incompatible with `Expr.args_cnc`

sympy/matrices/expressions/permutation.py

[error] invalid-method-override - :87:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`

sympy/matrices/expressions/special.py

[error] invalid-method-override - :42:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`
[error] invalid-method-override - :180:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`
[error] invalid-method-override - :275:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`

sympy/matrices/repmatrix.py

[warning] unused-ignore-comment - :382:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :385:63 - Unused blanket `type: ignore` directive

sympy/physics/continuum_mechanics/beam.py

[error] invalid-method-override - :2923:9 - Invalid override of method `apply_load`: Definition is incompatible with `Beam.apply_load`
[error] invalid-method-override - :3269:9 - Invalid override of method `plot_shear_force`: Definition is incompatible with `Beam.plot_shear_force`
[error] invalid-method-override - :3371:9 - Invalid override of method `plot_bending_moment`: Definition is incompatible with `Beam.plot_bending_moment`
[error] invalid-method-override - :3474:9 - Invalid override of method `plot_slope`: Definition is incompatible with `Beam.plot_slope`
[error] invalid-method-override - :3577:9 - Invalid override of method `plot_deflection`: Definition is incompatible with `Beam.plot_deflection`
[error] invalid-method-override - :3651:9 - Invalid override of method `plot_loading_results`: Definition is incompatible with `Beam.plot_loading_results`
[error] invalid-method-override - :3749:9 - Invalid override of method `plot_shear_stress`: Definition is incompatible with `Beam.plot_shear_stress`

sympy/physics/control/lti.py

[error] invalid-method-override - :2365:9 - Invalid override of method `doit`: Definition is incompatible with `Basic.doit`

sympy/physics/mechanics/joint.py

[error] invalid-method-override - :799:9 - Invalid override of method `_generate_coordinates`: Definition is incompatible with `Joint._generate_coordinates`
[error] invalid-method-override - :802:9 - Invalid override of method `_generate_speeds`: Definition is incompatible with `Joint._generate_speeds`
[error] invalid-method-override - :1062:9 - Invalid override of method `_generate_coordinates`: Definition is incompatible with `Joint._generate_coordinates`
[error] invalid-method-override - :1065:9 - Invalid override of method `_generate_speeds`: Definition is incompatible with `Joint._generate_speeds`
[error] invalid-method-override - :2171:9 - Invalid override of method `_generate_coordinates`: Definition is incompatible with `Joint._generate_coordinates`
[error] invalid-method-override - :2174:9 - Invalid override of method `_generate_speeds`: Definition is incompatible with `Joint._generate_speeds`

sympy/physics/quantum/cartesian.py

[error] invalid-method-override - :148:9 - Invalid override of method `_state_to_operators`: Definition is incompatible with `StateBase._state_to_operators`
[error] invalid-method-override - :199:9 - Invalid override of method `_state_to_operators`: Definition is incompatible with `StateBase._state_to_operators`
[error] invalid-method-override - :260:9 - Invalid override of method `_state_to_operators`: Definition is incompatible with `StateBase._state_to_operators`

sympy/physics/quantum/gate.py

[error] invalid-method-override - :443:9 - Invalid override of method `plot_gate`: Definition is incompatible with `Gate.plot_gate`
[error] invalid-method-override - :479:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`
[error] invalid-method-override - :575:9 - Invalid override of method `plot_gate`: Definition is incompatible with `Gate.plot_gate`
[error] invalid-method-override - :587:9 - Invalid override of method `plot_gate`: Definition is incompatible with `Gate.plot_gate`
[error] invalid-method-override - :1009:9 - Invalid override of method `plot_gate`: Definition is incompatible with `Gate.plot_gate`

sympy/physics/quantum/spin.py

[error] invalid-method-override - :607:9 - Invalid override of method `matrix_element`: Definition is incompatible with `Operator.matrix_element`

sympy/physics/quantum/state.py

[error] invalid-method-override - :789:9 - Invalid override of method `_eval_derivative`: Definition is incompatible with `Function._eval_derivative`

sympy/physics/units/dimensions.py

[error] invalid-method-override - :240:9 - Invalid override of method `__pow__`: Definition is incompatible with `Expr.__pow__`
[error] invalid-method-override - :243:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`

sympy/physics/vector/printing.py

[error] invalid-method-override - :18:9 - Invalid override of method `_print_Derivative`: Definition is incompatible with `StrPrinter._print_Derivative`
[error] invalid-method-override - :30:9 - Invalid override of method `_print_Function`: Definition is incompatible with `StrPrinter._print_Function`
[error] invalid-method-override - :40:9 - Invalid override of method `_print_str`: Definition is incompatible with `StrPrinter._print_str`
[error] invalid-method-override - :69:9 - Invalid override of method `_print_Derivative`: Definition is incompatible with `LatexPrinter._print_Derivative`
[error] invalid-method-override - :157:9 - Invalid override of method `_print_Function`: Definition is incompatible with `PrettyPrinter._print_Function`

sympy/plotting/tests/test_plot.py

[error] invalid-method-override - :57:9 - Invalid override of method `save`: Definition is incompatible with `Plot.save`

sympy/polys/agca/ideals.py

[error] invalid-method-override - :298:9 - Invalid override of method `_contains_ideal`: Definition is incompatible with `Ideal._contains_ideal`

sympy/polys/agca/modules.py

[error] invalid-method-override - :266:9 - Invalid override of method `mul`: Definition is incompatible with `ModuleElement.mul`
[error] invalid-method-override - :269:9 - Invalid override of method `div`: Definition is incompatible with `ModuleElement.div`
[error] invalid-method-override - :400:9 - Invalid override of method `quotient_module`: Definition is incompatible with `Module.quotient_module`
[error] invalid-method-override - :953:9 - Invalid override of method `multiply_ideal`: Definition is incompatible with `Module.multiply_ideal`
[error] invalid-method-override - :1035:9 - Invalid override of method `_contains`: Definition is incompatible with `SubModule._contains`
[error] invalid-method-override - :1168:9 - Invalid override of method `_contains`: Definition is incompatible with `SubModule._contains`
[error] invalid-method-override - :1312:9 - Invalid override of method `_contains`: Definition is incompatible with `SubModule._contains`
[error] invalid-method-override - :1319:9 - Invalid override of method `_in_terms_of_generators`: Definition is incompatible with `SubModule._in_terms_of_generators`

sympy/polys/domains/fractionfield.py

[error] invalid-method-override - :48:9 - Invalid override of method `new`: Definition is incompatible with `Domain.new`

sympy/polys/domains/gaussiandomains.py

[error] invalid-method-override - :216:9 - Invalid override of method `__divmod__`: Definition is incompatible with `GaussianElement.__divmod__`
[error] invalid-method-override - :267:9 - Invalid override of method `__divmod__`: Definition is incompatible with `GaussianElement.__divmod__`
[error] invalid-method-override - :518:9 - Invalid override of method `gcd`: Definition is incompatible with `Domain.gcd`
[error] invalid-method-override - :525:9 - Invalid override of method `gcdex`: Definition is incompatible with `Domain.gcdex`
[error] invalid-method-override - :543:9 - Invalid override of method `lcm`: Definition is incompatible with `Domain.lcm`

sympy/polys/domains/old_fractionfield.py

[error] invalid-method-override - :38:9 - Invalid override of method `new`: Definition is incompatible with `Domain.new`
[error] invalid-method-override - :154:9 - Invalid override of method `poly_ring`: Definition is incompatible with `Domain.poly_ring`
[error] invalid-method-override - :158:9 - Invalid override of method `frac_field`: Definition is incompatible with `Domain.frac_field`

sympy/polys/domains/old_polynomialring.py

[error] invalid-method-override - :52:9 - Invalid override of method `new`: Definition is incompatible with `Domain.new`
[error] invalid-method-override - :144:9 - Invalid override of method `poly_ring`: Definition is incompatible with `Domain.poly_ring`
[error] invalid-method-override - :148:9 - Invalid override of method `frac_field`: Definition is incompatible with `Domain.frac_field`
[error] invalid-method-override - :244:9 - Invalid override of method `new`: Definition is incompatible with `Domain.new`
[error] invalid-method-override - :330:9 - Invalid override of method `new`: Definition is incompatible with `Domain.new`

sympy/polys/domains/polynomialring.py

[error] invalid-method-override - :60:9 - Invalid override of method `new`: Definition is incompatible with `Domain.new`

sympy/polys/domains/powerseriesring.py

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

sympy/polys/domains/realfield.py

[error] invalid-method-override - :135:9 - Invalid override of method `to_sympy`: Definition is incompatible with `Domain.to_sympy`
[error] invalid-method-override - :139:9 - Invalid override of method `from_sympy`: Definition is incompatible with `Domain.from_sympy`
[error] invalid-method-override - :151:9 - Invalid override of method `from_ZZ_python`: Definition is incompatible with `Domain.from_ZZ_python`
[error] invalid-method-override - :154:9 - Invalid override of method `from_ZZ_gmpy`: Definition is incompatible with `Domain.from_ZZ_gmpy`
[error] invalid-method-override - :164:9 - Invalid override of method `from_QQ_python`: Definition is incompatible with `Domain.from_QQ_python`
[error] invalid-method-override - :167:9 - Invalid override of method `from_QQ_gmpy`: Definition is incompatible with `Domain.from_QQ_gmpy`
[error] invalid-method-override - :170:9 - Invalid override of method `from_AlgebraicField`: Definition is incompatible with `Domain.from_AlgebraicField`
[error] invalid-method-override - :173:9 - Invalid override of method `from_RealField`: Definition is incompatible with `Domain.from_RealField`
[error] invalid-method-override - :176:9 - Invalid override of method `from_ComplexField`: Definition is incompatible with `Domain.from_ComplexField`

sympy/polys/polyclasses.py

[error] invalid-method-override - :1520:9 - Invalid override of method `_add`: Definition is incompatible with `DMP._add`
[error] invalid-method-override - :1524:9 - Invalid override of method `_sub`: Definition is incompatible with `DMP._sub`
[error] invalid-method-override - :1528:9 - Invalid override of method `_mul`: Definition is incompatible with `DMP._mul`
[error] invalid-method-override - :1540:9 - Invalid override of method `_pdiv`: Definition is incompatible with `DMP._pdiv`
[error] invalid-method-override - :1545:9 - Invalid override of method `_prem`: Definition is incompatible with `DMP._prem`
[error] invalid-method-override - :1549:9 - Invalid override of method `_pquo`: Definition is incompatible with `DMP._pquo`
[error] invalid-method-override - :1553:9 - Invalid override of method `_pexquo`: Definition is incompatible with `DMP._pexquo`
[error] invalid-method-override - :1557:9 - Invalid override of method `_div`: Definition is incompatible with `DMP._div`
[error] invalid-method-override - :1562:9 - Invalid override of method `_rem`: Definition is incompatible with `DMP._rem`
[error] invalid-method-override - :1566:9 - Invalid override of method `_quo`: Definition is incompatible with `DMP._quo`
[error] invalid-method-override - :1570:9 - Invalid override of method `_exquo`: Definition is incompatible with `DMP._exquo`
[error] invalid-method-override - :1634:9 - Invalid override of method `_half_gcdex`: Definition is incompatible with `DMP._half_gcdex`
[error] invalid-method-override - :1639:9 - Invalid override of method `_gcdex`: Definition is incompatible with `DMP._gcdex`
[error] invalid-method-override - :1644:9 - Invalid override of method `_invert`: Definition is incompatible with `DMP._invert`
[error] invalid-method-override - :1653:9 - Invalid override of method `_subresultants`: Definition is incompatible with `DMP._subresultants`
[error] invalid-method-override - :1658:9 - Invalid override of method `_resultant_includePRS`: Definition is incompatible with `DMP._resultant_includePRS`
[error] invalid-method-override - :1666:9 - Invalid override of method `_resultant`: Definition is incompatible with `DMP._resultant`
[error] invalid-method-override - :1684:9 - Invalid override of method `_gcd`: Definition is incompatible with `DMP._gcd`
[error] invalid-method-override - :1688:9 - Invalid override of method `_lcm`: Definition is incompatible with `DMP._lcm`
[error] invalid-method-override - :1692:9 - Invalid override of method `_cancel`: Definition is incompatible with `DMP._cancel`
[error] invalid-method-override - :1697:9 - Invalid override of method `_cancel_include`: Definition is incompatible with `DMP._cancel_include`
[error] invalid-method-override - :1721:9 - Invalid override of method `_compose`: Definition is incompatible with `DMP._compose`
[error] invalid-method-override - :1725:9 - Invalid override of method `_decompose`: Definition is incompatible with `DMP._decompose`
[error] invalid-method-override - :1737:9 - Invalid override of method `_transform`: Definition is incompatible with `DMP._transform`
[error] invalid-method-override - :1742:9 - Invalid override of method `_sturm`: Definition is incompatible with `DMP._sturm`
[error] invalid-method-override - :1758:9 - Invalid override of method `_gff_list`: Definition is incompatible with `DMP._gff_list`
[error] invalid-method-override - :1782:9 - Invalid override of method `sqf_list`: Definition is incompatible with `DMP.sqf_list`
[error] invalid-method-override - :1787:9 - Invalid override of method `sqf_list_include`: Definition is incompatible with `DMP.sqf_list_include`
[error] invalid-method-override - :1792:9 - Invalid override of method `factor_list`: Definition is incompatible with `DMP.factor_list`
[error] invalid-method-override - :1797:9 - Invalid override of method `factor_list_include`: Definition is incompatible with `DMP.factor_list_include`
[error] invalid-method-override - :2104:9 - Invalid override of method `_add`: Definition is incompatible with `DMP._add`
[error] invalid-method-override - :2108:9 - Invalid override of method `_sub`: Definition is incompatible with `DMP._sub`
[error] invalid-method-override - :2112:9 - Invalid override of method `_mul`: Definition is incompatible with `DMP._mul`
[error] invalid-method-override - :2124:9 - Invalid override of method `_pdiv`: Definition is incompatible with `DMP._pdiv`
[error] invalid-method-override - :2131:9 - Invalid override of method `_prem`: Definition is incompatible with `DMP._prem`
[error] invalid-method-override - :2138:9 - Invalid override of method `_pquo`: Definition is incompatible with `DMP._pquo`
[error] invalid-method-override - :2145:9 - Invalid override of method `_pexquo`: Definition is incompatible with `DMP._pexquo`
[error] invalid-method-override - :2154:9 - Invalid override of method `_div`: Definition is incompatible with `DMP._div`
[error] invalid-method-override - :2164:9 - Invalid override of method `_rem`: Definition is incompatible with `DMP._rem`
[error] invalid-method-override - :2168:9 - Invalid override of method `_quo`: Definition is incompatible with `DMP._quo`
[error] invalid-method-override - :2172:9 - Invalid override of method `_exquo`: Definition is incompatible with `DMP._exquo`
[error] invalid-method-override - :2258:9 - Invalid override of method `_half_gcdex`: Definition is incompatible with `DMP._half_gcdex`
[error] invalid-method-override - :2263:9 - Invalid override of method `_gcdex`: Definition is incompatible with `DMP._gcdex`
[error] invalid-method-override - :2268:9 - Invalid override of method `_invert`: Definition is incompatible with `DMP._invert`
[error] invalid-method-override - :2289:9 - Invalid override of method `_subresultants`: Definition is incompatible with `DMP._subresultants`
[error] invalid-method-override - :2301:9 - Invalid override of method `_resultant`: Definition is incompatible with `DMP._resultant`
[error] invalid-method-override - :2311:9 - Invalid override of method `_cofactors`: Definition is incompatible with `DMP._cofactors`
[error] invalid-method-override - :2316:9 - Invalid override of method `_gcd`: Definition is incompatible with `DMP._gcd`
[error] invalid-method-override - :2320:9 - Invalid override of method `_lcm`: Definition is incompatible with `DMP._lcm`
[error] invalid-method-override - :2336:9 - Invalid override of method `_cancel`: Definition is incompatible with `DMP._cancel`
[error] invalid-method-override - :2377:9 - Invalid override of method `_cancel_include`: Definition is incompatible with `DMP._cancel_include`
[error] invalid-method-override - :2404:9 - Invalid override of method `_compose`: Definition is incompatible with `DMP._compose`
[error] invalid-method-override - :2408:9 - Invalid override of method `_decompose`: Definition is incompatible with `DMP._decompose`
[error] invalid-method-override - :2417:9 - Invalid override of method `_transform`: Definition is incompatible with `DMP._transform`
[error] invalid-method-override - :2422:9 - Invalid override of method `_sturm`: Definition is incompatible with `DMP._sturm`
[error] invalid-method-override - :2438:9 - Invalid override of method `_gff_list`: Definition is incompatible with `DMP._gff_list`
[error] invalid-method-override - :2457:9 - Invalid override of method `sqf_list`: Definition is incompatible with `DMP.sqf_list`
[error] invalid-method-override - :2463:9 - Invalid override of method `sqf_list_include`: Definition is incompatible with `DMP.sqf_list_include`
[error] invalid-method-override - :2468:9 - Invalid override of method `factor_list`: Definition is incompatible with `DMP.factor_list`
[error] invalid-method-override - :2498:9 - Invalid override of method `factor_list_include`: Definition is incompatible with `DMP.factor_list_include`

sympy/polys/polytools.py

[error] invalid-method-override - :662:9 - Invalid override of method `replace`: Definition is incompatible with `Basic.replace`

sympy/printing/c.py

[error] invalid-method-override - :513:9 - Invalid override of method `_print_Float`: Definition is incompatible with `StrPrinter._print_Float`

sympy/printing/codeprinter.py

[error] invalid-method-override - :628:5 - Invalid override of method `_print_Interval`: Definition is incompatible with `StrPrinter._print_Interval`
[error] invalid-method-override - :629:5 - Invalid override of method `_print_AccumulationBounds`: Definition is incompatible with `StrPrinter._print_AccumulationBounds`

sympy/printing/julia.py

[error] invalid-method-override - :197:9 - Invalid override of method `_print_Pow`: Definition is incompatible with `StrPrinter._print_Pow`
[error] invalid-method-override - :331:9 - Invalid override of method `_print_MatrixBase`: Definition is incompatible with `StrPrinter._print_MatrixBase`

sympy/printing/octave.py

[error] invalid-method-override - :215:9 - Invalid override of method `_print_Pow`: Definition is incompatible with `StrPrinter._print_Pow`
[error] invalid-method-override - :327:9 - Invalid override of method `_print_MatrixBase`: Definition is incompatible with `StrPrinter._print_MatrixBase`

sympy/printing/str.py

[error] invalid-method-override - :1001:9 - Invalid override of method `_print_str`: Definition is incompatible with `StrPrinter._print_str`

sympy/printing/tests/test_codeprinter.py

[error] invalid-method-override - :63:13 - Invalid override of method `emptyPrinter`: Definition is incompatible with `StrPrinter.emptyPrinter`

sympy/sandbox/indexed_integrals.py

[error] invalid-method-override - :50:9 - Invalid override of method `doit`: Definition is incompatible with `Integral.doit`

sympy/series/formal.py

[error] invalid-method-override - :1526:9 - Invalid override of method `polynomial`: Definition is incompatible with `FormalPowerSeries.polynomial`
[error] invalid-method-override - :1539:9 - Invalid override of method `integrate`: Definition is incompatible with `FormalPowerSeries.integrate`

sympy/series/order.py

[error] invalid-method-override - :343:9 - Invalid override of method `_eval_power`: Definition is incompatible with `Expr._eval_power`

sympy/series/sequences.py

[error] invalid-method-override - :407:9 - Invalid override of method `coeff_mul`: Definition is incompatible with `SeqBase.coeff_mul`
[error] invalid-method-override - :604:9 - Invalid override of method `coeff_mul`: Definition is incompatible with `SeqBase.coeff_mul`
[error] invalid-method-override - :717:9 - Invalid override of method `coeff_mul`: Definition is incompatible with `SeqBase.coeff_mul`
[error] invalid-method-override - :901:9 - Invalid override of method `_eval_coeff`: Definition is incompatible with `SeqBase._eval_coeff`

sympy/sets/sets.py

[error] invalid-method-override - :939:9 - Invalid override of method `_contains`: Definition is incompatible with `Set._contains`
[error] invalid-method-override - :1382:9 - Invalid override of method `_complement`: Definition is incompatible with `Set._complement`
[error] invalid-method-override - :2361:9 - Invalid override of method `_contains`: Definition is incompatible with `Set._contains`

sympy/solvers/diophantine/diophantine.py

[error] invalid-method-override - :114:9 - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`

sympy/stats/crv_types.py

[error] invalid-method-override - :739:9 - Invalid override of method `_quantile`: Definition is incompatible with `SingleContinuousDistribution._quantile`
[error] invalid-method-override - :1406:9 - Invalid override of method `_quantile`: Definition is incompatible with `SingleContinuousDistribution._quantile`
[error] invalid-method-override - :2552:9 - Invalid override of method `_quantile`: Definition is incompatible with `SingleContinuousDistribution._quantile`
[error] invalid-method-override - :2628:9 - Invalid override of method `_quantile`: Definition is incompatible with `SingleContinuousDistribution._quantile`
[error] invalid-method-override - :2632:9 - Invalid override of method `expectation`: Definition is incompatible with `SingleContinuousDistribution.expectation`
[error] invalid-method-override - :3230:9 - Invalid override of method `_quantile`: Definition is incompatible with `SingleContinuousDistribution._quantile`
[error] invalid-method-override - :4327:9 - Invalid override of method `expectation`: Definition is incompatible with `SingleContinuousDistribution.expectation`

sympy/stats/frv.py

[error] invalid-method-override - :508:9 - Invalid override of method `probability`: Definition is incompatible with `IndependentProductPSpace.probability`
[error] invalid-method-override - :511:9 - Invalid override of method `compute_density`: Definition is incompatible with `IndependentProductPSpace.compute_density`

sympy/stats/frv_types.py

[error] invalid-method-override - :72:9 - Invalid override of method `pmf`: Definition is incompatible with `SingleFiniteDistribution.pmf`
[error] invalid-method-override - :158:9 - Invalid override of method `pmf`: Definition is incompatible with `SingleFiniteDistribution.pmf`
[error] invalid-method-override - :231:9 - Invalid override of method `pmf`: Definition is incompatible with `SingleFiniteDistribution.pmf`
[error] invalid-method-override - :291:9 - Invalid override of method `pmf`: Definition is incompatible with `SingleFiniteDistribution.pmf`
[error] invalid-method-override - :419:9 - Invalid override of method `pmf`: Definition is incompatible with `SingleFiniteDistribution.pmf`
[error] invalid-method-override - :519:9 - Invalid override of method `pmf`: Definition is incompatible with `SingleFiniteDistribution.pmf`
[error] invalid-method-override - :592:9 - Invalid override of method `pmf`: Definition is incompatible with `SingleFiniteDistribution.pmf`
[error] invalid-method-override - :707:9 - Invalid override of method `pmf`: Definition is incompatible with `SingleFiniteDistribution.pmf`
[error] invalid-method-override - :804:9 - Invalid override of method `pmf`: Definition is incompatible with `SingleFiniteDistribution.pmf`

sympy/stats/stochastic_process_types.py

[error] invalid-method-override - :760:9 - Invalid override of method `expectation`: Definition is incompatible with `StochasticProcess.expectation`
[error] invalid-method-override - :1721:9 - Invalid override of method `expectation`: Definition is incompatible with `StochasticProcess.expectation`
[error] invalid-method-override - :1972:9 - Invalid override of method `expectation`: Definition is incompatible with `StochasticProcess.expectation`
[error] invalid-method-override - :2229:9 - Invalid override of method `distribution`: Definition is incompatible with `StochasticProcess.distribution`
[error] invalid-method-override - :2298:9 - Invalid override of method `distribution`: Definition is incompatible with `StochasticProcess.distribution`
[error] invalid-method-override - :2371:9 - Invalid override of method `distribution`: Definition is incompatible with `StochasticProcess.distribution`

sympy/tensor/tensor.py

[error] invalid-method-override - :2074:9 - Invalid override of method `__pow__`: Definition is incompatible with `Expr.__pow__`
[error] invalid-method-override - :2640:9 - Invalid override of method `equals`: Definition is incompatible with `Expr.equals`
[error] invalid-method-override - :3295:9 - Invalid override of method `equals`: Definition is incompatible with `Expr.equals`
[error] invalid-method-override - :3737:9 - Invalid override of method `equals`: Definition is incompatible with `Expr.equals`

sympy/tensor/tests/test_tensor.py

[error] invalid-method-override - :1311:13 - Invalid override of method `subs`: Definition is incompatible with `Expr.subs`
[error] invalid-method-override - :1314:13 - Invalid override of method `simplify`: Definition is incompatible with `Expr.simplify`

sympy/testing/runtests.py

[error] invalid-method-override - :1183:17 - Invalid override of method `visit_Assert`: Definition is incompatible with `NodeVisitor.visit_Assert`

sympy/utilities/autowrap.py

[error] invalid-method-override - :205:9 - Invalid override of method `_generate_code`: Definition is incompatible with `CodeWrapper._generate_code`
[error] invalid-method-override - :854:9 - Invalid override of method `wrap_code`: Definition is incompatible with `CodeWrapper.wrap_code`
[error] invalid-method-override - :887:9 - Invalid override of method `_generate_code`: Definition is incompatible with `CodeWrapper._generate_code`

sympy/utilities/codegen.py

[error] invalid-method-override - :1318:9 - Invalid override of method `routine`: Definition is incompatible with `CodeGen.routine`
[error] invalid-method-override - :1527:9 - Invalid override of method `routine`: Definition is incompatible with `CodeGen.routine`
[error] invalid-method-override - :1763:9 - Invalid override of method `routine`: Definition is incompatible with `CodeGen.routine`

sympy/utilities/lambdify.py

[error] invalid-method-override - :1382:9 - Invalid override of method `_print_unpacking`: Definition is incompatible with `_EvaluatorPrinter._print_unpacking`

sympy/utilities/tests/test_codegen.py

[error] invalid-method-override - :1579:13 - Invalid override of method `_print_Pow`: Definition is incompatible with `StrPrinter._print_Pow`

sympy/vector/vector.py

[error] invalid-method-override - :73:9 - Invalid override of method `equals`: Definition is incompatible with `Expr.equals`
[error] invalid-method-override - :380:9 - Invalid override of method `separate`: Definition is incompatible with `Expr.separate`

tornado (https://github.com/tornadoweb/tornado)

tornado/curl_httpclient.py

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

tornado/iostream.py

[error] invalid-method-override - :1555:9 - Invalid override of method `_is_connreset`: Definition is incompatible with `BaseIOStream._is_connreset`

tornado/netutil.py

[warning] unused-ignore-comment - :497:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :521:59 - Unused blanket `type: ignore` directive

tornado/platform/asyncio.py

[warning] unused-ignore-comment - :95:22 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :293:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :328:51 - Unused blanket `type: ignore` directive

tornado/simple_httpclient.py

[error] invalid-method-override - :588:15 - Invalid override of method `headers_received`: Definition is incompatible with `HTTPMessageDelegate.headers_received`
[warning] unused-ignore-comment - :118:22 - Unused blanket `type: ignore` directive

tornado/test/http1connection_test.py

[error] invalid-method-override - :52:17 - Invalid override of method `data_received`: Definition is incompatible with `HTTPMessageDelegate.data_received`

tornado/test/httpserver_test.py

[error] invalid-method-override - :1393:17 - Invalid override of method `data_received`: Definition is incompatible with `RequestHandler.data_received`

tornado/test/ioloop_test.py

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

tornado/test/web_test.py

[error] invalid-method-override - :243:17 - Invalid override of method `create_template_loader`: Definition is incompatible with `RequestHandler.create_template_loader`
[error] invalid-method-override - :2354:17 - Invalid override of method `data_received`: Definition is incompatible with `RequestHandler.data_received`
[error] invalid-method-override - :2569:23 - Invalid override of method `data_received`: Definition is incompatible with `RequestHandler.data_received`
[warning] unused-ignore-comment - :114:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :117:60 - Unused blanket `type: ignore` directive

tornado/test/websocket_test.py

[warning] unused-ignore-comment - :145:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :165:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :184:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :638:38 - Unused blanket `type: ignore` directive

tornado/web.py

[error] invalid-method-override - :2445:9 - Invalid override of method `data_received`: Definition is incompatible with `HTTPMessageDelegate.data_received`

tornado/websocket.py

[error] invalid-method-override - :1511:15 - Invalid override of method `headers_received`: Definition is incompatible with `_HTTPConnection.headers_received`

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

src/trio/_unix_pipes.py

[error] invalid-method-override - :130:15 - Invalid override of method `send_all`: Definition is incompatible with `SendStream.send_all`

src/trio/_dtls.py

[error] invalid-method-override - :1062:15 - Invalid override of method `send`: Definition is incompatible with `SendChannel.send`

src/trio/_repl.py

[error] invalid-method-override - :116:13 - Invalid override of method `write`: Definition is incompatible with `InteractiveInterpreter.write`

src/trio/_tests/test_highlevel_open_tcp_listeners.py

[error] invalid-method-override - :223:9 - Invalid override of method `socket`: Definition is incompatible with `SocketFactory.socket`

src/trio/_tests/test_highlevel_open_tcp_stream.py

[error] invalid-method-override - :222:15 - Invalid override of method `connect`: Definition is incompatible with `SocketType.connect`
[error] invalid-method-override - :271:9 - Invalid override of method `socket`: Definition is incompatible with `SocketFactory.socket`

src/trio/_tests/test_ssl.py

[error] invalid-method-override - :260:15 - Invalid override of method `send_all`: Definition is incompatible with `SendStream.send_all`

src/trio/testing/_fake_net.py

[error] invalid-method-override - :279:15 - Invalid override of method `bind`: Definition is incompatible with `SocketType.bind`
[error] invalid-method-override - :300:15 - Invalid override of method `connect`: Definition is incompatible with `SocketType.connect`
[error] invalid-method-override - :520:15 - Invalid override of method `recv_into`: Definition is incompatible with `SocketType.recv_into`
[error] invalid-method-override - :532:15 - Invalid override of method `recvfrom_into`: Definition is incompatible with `SocketType.recvfrom_into`
[warning] unused-ignore-comment - :126:75 - Unused blanket `type: ignore` directive

src/trio/testing/_raises_group.py

[error] invalid-method-override - :314:9 - Invalid override of method `matches`: Definition is incompatible with `AbstractMatcher.matches`

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

twine/auth.py

[error] invalid-method-override - :73:9 - Invalid override of method `__call__`: Definition is incompatible with `AuthBase.__call__`

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

src/urllib3/_collections.py

[error] invalid-method-override - :196:9 - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
[error] invalid-method-override - :275:9 - Invalid override of method `setdefault`: Definition is incompatible with `MutableMapping.setdefault`
[warning] unused-ignore-comment - :151:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :452:49 - Unused blanket `type: ignore` directive

src/urllib3/connection.py

[warning] unused-ignore-comment - :410:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :424:19 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :540:23 - Unused blanket `type: ignore` directive

src/urllib3/connectionpool.py

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

src/urllib3/http2/connection.py

[warning] unused-ignore-comment - :112:22 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :156:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :226:23 - Unused blanket `type: ignore` directive

src/urllib3/poolmanager.py

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

test/test_response.py

[warning] unused-ignore-comment - :980:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :986:50 - Unused blanket `type: ignore` directive

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

src/websockets/datastructures.py

[error] invalid-method-override - :132:9 - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`

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

src/werkzeug/datastructures/mixins.py

[warning] unused-ignore-comment - :302:18 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :314:19 - Unused blanket `type: ignore` directive

src/werkzeug/datastructures/structures.py

[error] invalid-method-override - :314:9 - Invalid override of method `setdefault`: Definition is incompatible with `MutableMapping.setdefault`
[error] invalid-method-override - :656:9 - Invalid override of method `__setstate__`: Definition is incompatible with `MultiDict.__setstate__`
[error] invalid-method-override - :1081:9 - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[error] invalid-method-override - :1085:9 - Invalid override of method `remove`: Definition is incompatible with `MutableSet.remove`
[error] invalid-method-override - :1121:9 - Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`
[warning] unused-ignore-comment - :75:15 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :351:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :375:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :418:18 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :456:19 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :674:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :680:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :683:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :744:18 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1195:51 - Unused blanket `type: ignore` directive

src/werkzeug/debug/console.py

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

src/werkzeug/utils.py

[error] invalid-method-override - :146:9 - Invalid override of method `lookup`: Definition is incompatible with `_DictAccessorProperty.lookup`
[warning] unused-ignore-comment - :153:60 - Unused blanket `type: ignore` directive

tests/test_routing.py

[error] invalid-method-override - :770:13 - Invalid override of method `to_python`: Definition is incompatible with `BaseConverter.to_python`
[error] invalid-method-override - :774:13 - Invalid override of method `to_url`: Definition is incompatible with `BaseConverter.to_url`

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

xarray/backends/memory.py

[error] invalid-method-override - :38:9 - Invalid override of method `prepare_variable`: Definition is incompatible with `AbstractWritableDataStore.prepare_variable`
[error] invalid-method-override - :47:9 - Invalid override of method `set_dimension`: Definition is incompatible with `AbstractWritableDataStore.set_dimension`

asv_bench/benchmarks/dataset_io.py

[error] invalid-method-override - :716:17 - Invalid override of method `open_dataset`: Definition is incompatible with `BackendEntrypoint.open_dataset`

xarray/backends/h5netcdf_.py

[error] invalid-method-override - :337:9 - Invalid override of method `set_dimension`: Definition is incompatible with `AbstractWritableDataStore.set_dimension`
[error] invalid-method-override - :345:9 - Invalid override of method `set_attribute`: Definition is incompatible with `AbstractWritableDataStore.set_attribute`
[error] invalid-method-override - :350:9 - Invalid override of method `encode_variable`: Definition is incompatible with `AbstractWritableDataStore.encode_variable`

xarray/backends/netCDF4_.py

[error] invalid-method-override - :600:9 - Invalid override of method `set_dimension`: Definition is incompatible with `AbstractWritableDataStore.set_dimension`
[error] invalid-method-override - :605:9 - Invalid override of method `set_attribute`: Definition is incompatible with `AbstractWritableDataStore.set_attribute`
[error] invalid-method-override - :614:9 - Invalid override of method `encode_variable`: Definition is incompatible with `AbstractWritableDataStore.encode_variable`

xarray/backends/scipy_.py

[error] invalid-method-override - :260:9 - Invalid override of method `set_dimension`: Definition is incompatible with `AbstractWritableDataStore.set_dimension`
[error] invalid-method-override - :272:9 - Invalid override of method `set_attribute`: Definition is incompatible with `AbstractWritableDataStore.set_attribute`
[error] invalid-method-override - :277:9 - Invalid override of method `encode_variable`: Definition is incompatible with `AbstractWritableDataStore.encode_variable`

xarray/backends/zarr.py

[error] invalid-method-override - :924:9 - Invalid override of method `encode_variable`: Definition is incompatible with `AbstractWritableDataStore.encode_variable`

xarray/coding/cftimeindex.py

[error] invalid-method-override - :517:9 - Invalid override of method `__add__`: Definition is incompatible with `Index.__add__`
[error] invalid-method-override - :522:9 - Invalid override of method `__radd__`: Definition is incompatible with `Index.__radd__`

xarray/coding/common.py

[error] invalid-method-override - :70:9 - Invalid override of method `_oindex_get`: Definition is incompatible with `ExplicitlyIndexedNDArrayMixin._oindex_get`
[error] invalid-method-override - :73:9 - Invalid override of method `_vindex_get`: Definition is incompatible with `ExplicitlyIndexedNDArrayMixin._vindex_get`

xarray/coding/strings.py

[error] invalid-method-override - :279:9 - Invalid override of method `_vindex_get`: Definition is incompatible with `ExplicitlyIndexedNDArrayMixin._vindex_get`
[error] invalid-method-override - :282:9 - Invalid override of method `_oindex_get`: Definition is incompatible with `ExplicitlyIndexedNDArrayMixin._oindex_get`

xarray/coding/variables.py

[error] invalid-method-override - :61:9 - Invalid override of method `_oindex_get`: Definition is incompatible with `ExplicitlyIndexedNDArrayMixin._oindex_get`
[error] invalid-method-override - :64:9 - Invalid override of method `_vindex_get`: Definition is incompatible with `ExplicitlyIndexedNDArrayMixin._vindex_get`
[error] invalid-method-override - :105:9 - Invalid override of method `_oindex_get`: Definition is incompatible with `ExplicitlyIndexedNDArrayMixin._oindex_get`
[error] invalid-method-override - :108:9 - Invalid override of method `_vindex_get`: Definition is incompatible with `ExplicitlyIndexedNDArrayMixin._vindex_get`
[error] invalid-method-override - :612:9 - Invalid override of method `encode`: Definition is incompatible with `VariableCoder.encode`
[error] invalid-method-override - :654:9 - Invalid override of method `decode`: Definition is incompatible with `VariableCoder.decode`
[error] invalid-method-override - :659:9 - Invalid override of method `encode`: Definition is incompatible with `VariableCoder.encode`
[error] invalid-method-override - :673:9 - Invalid override of method `encode`: Definition is incompatible with `VariableCoder.encode`

xarray/core/_typed_ops.py

[error] invalid-method-override - :348:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :357:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] invalid-method-override - :719:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :731:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] invalid-method-override - :1144:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :1159:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[warning] unused-ignore-comment - :85:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :88:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1368:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1371:63 - Unused blanket `type: ignore` directive

xarray/core/dataset.py

[error] invalid-method-override - :1324:9 - Invalid override of method `__getitem__`: Definition is incompatible with `DataWithCoords.__getitem__`
[warning] unused-ignore-comment - :408:53 - Unused blanket `type: ignore` directive

xarray/core/datatree.py

[error] invalid-method-override - :286:9 - Invalid override of method `__setitem__`: Definition is incompatible with `Dataset.__setitem__`
[error] invalid-method-override - :320:9 - Invalid override of method `__getitem__`: Definition is incompatible with `DataWithCoords.__getitem__`
[error] invalid-method-override - :563:9 - Invalid override of method `_pre_attach`: Definition is incompatible with `TreeNode._pre_attach`
[warning] unused-ignore-comment - :848:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :923:15 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1937:53 - Unused blanket `type: ignore` directive

xarray/core/indexes.py

[error] invalid-method-override - :888:9 - Invalid override of method `join`: Definition is incompatible with `Index.join`
[error] invalid-method-override - :902:9 - Invalid override of method `reindex_like`: Definition is incompatible with `Index.reindex_like`
[error] invalid-method-override - :1036:9 - Invalid override of method `_replace`: Definition is incompatible with `PandasIndex._replace`

xarray/core/indexing.py

[error] invalid-method-override - :765:9 - Invalid override of method `__getitem__`: Definition is incompatible with `NDArrayMixin.__getitem__`
[error] invalid-method-override - :769:9 - Invalid override of method `_vindex_set`: Definition is incompatible with `ExplicitlyIndexedNDArrayMixin._vindex_set`
[error] invalid-method-override - :775:9 - Invalid override of method `_oindex_set`: Definition is incompatible with `ExplicitlyIndexedNDArrayMixin._oindex_set`
[error] invalid-method-override - :846:9 - Invalid override of method `__getitem__`: Definition is incompatible with `NDArrayMixin.__getitem__`
[error] invalid-method-override - :908:9 - Invalid override of method `__getitem__`: Definition is incompatible with `NDArrayMixin.__getitem__`
[error] invalid-method-override - :960:9 - Invalid override of method `__getitem__`: Definition is incompatible with `NDArrayMixin.__getitem__`
[error] invalid-method-override - :1681:9 - Invalid override of method `__getitem__`: Definition is incompatible with `NDArrayMixin.__getitem__`
[error] invalid-method-override - :1758:9 - Invalid override of method `__getitem__`: Definition is incompatible with `NDArrayMixin.__getitem__`
[error] invalid-method-override - :1848:9 - Invalid override of method `__getitem__`: Definition is incompatible with `NDArrayMixin.__getitem__`
[error] invalid-method-override - :2007:9 - Invalid override of method `__getitem__`: Definition is incompatible with `NDArrayMixin.__getitem__`
[error] invalid-method-override - :2202:9 - Invalid override of method `__getitem__`: Definition is incompatible with `NDArrayMixin.__getitem__`

xarray/core/treenode.py

[error] invalid-method-override - :718:9 - Invalid override of method `_post_attach`: Definition is incompatible with `TreeNode._post_attach`

xarray/core/utils.py

[error] invalid-method-override - :627:9 - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`

xarray/core/variable.py

[error] invalid-method-override - :2769:9 - Invalid override of method `load`: Definition is incompatible with `Variable.load`
[error] invalid-method-override - :2773:15 - Invalid override of method `load_async`: Definition is incompatible with `Variable.load_async`
[error] invalid-method-override - :2792:9 - Invalid override of method `chunk`: Definition is incompatible with `Variable.chunk`
[warning] unused-ignore-comment - :1718:18 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2658:17 - Unused blanket `type: ignore` directive

xarray/indexes/nd_point_index.py

[error] invalid-method-override - :85:9 - Invalid override of method `equals`: Definition is incompatible with `TreeAdapter.equals`

xarray/plot/utils.py

[error] invalid-method-override - :1421:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

xarray/tests/arrays.py

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

xarray/tests/test_backends.py

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

xarray/tests/test_backends_api.py

[error] invalid-method-override - :158:9 - Invalid override of method `open_dataset`: Definition is incompatible with `BackendEntrypoint.open_dataset`

xarray/tests/test_conventions.py

[error] invalid-method-override - :576:9 - Invalid override of method `encode_variable`: Definition is incompatible with `AbstractWritableDataStore.encode_variable`

xarray/tests/test_dataset.py

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

xarray/tests/test_plugins.py

[warning] unused-ignore-comment - :26:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :31:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :36:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :41:59 - Unused blanket `type: ignore` directive

xarray/tests/test_variable.py

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

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

src/zope/interface/common/sequence.py

[error] invalid-method-override - :91:9 - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - :94:9 - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`

src/zope/interface/tests/test_verify.py

[error] invalid-method-override - :593:9 - Invalid override of method `_adjust_object_before_verify`: Definition is incompatible with `Test_verifyClass._adjust_object_before_verify`

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

zerver/webhooks/intercom/view.py

[error] invalid-method-override - :78:9 - Invalid override of method `handle_data`: Definition is incompatible with `HTMLParser.handle_data`

zerver/worker/deferred_work.py

[error] invalid-method-override - :50:9 - Invalid override of method `consume`: Definition is incompatible with `QueueProcessingWorker.consume`

zerver/worker/digest_emails.py

[error] invalid-method-override - :19:9 - Invalid override of method `consume`: Definition is incompatible with `QueueProcessingWorker.consume`

zerver/worker/email_mirror.py

[error] invalid-method-override - :23:9 - Invalid override of method `consume`: Definition is incompatible with `QueueProcessingWorker.consume`

zerver/worker/embed_links.py

[error] invalid-method-override - :29:9 - Invalid override of method `consume`: Definition is incompatible with `QueueProcessingWorker.consume`

zerver/worker/missedmessage_mobile_notifications.py

[error] invalid-method-override - :48:9 - Invalid override of method `consume`: Definition is incompatible with `QueueProcessingWorker.consume`

zerver/worker/outgoing_webhooks.py

[error] invalid-method-override - :19:9 - Invalid override of method `consume`: Definition is incompatible with `QueueProcessingWorker.consume`

zerver/worker/test.py

[error] invalid-method-override - :23:9 - Invalid override of method `consume`: Definition is incompatible with `QueueProcessingWorker.consume`
[error] invalid-method-override - :49:9 - Invalid override of method `consume`: Definition is incompatible with `QueueProcessingWorker.consume`

zerver/worker/user_activity_interval.py

[error] invalid-method-override - :19:9 - Invalid override of method `consume`: Definition is incompatible with `QueueProcessingWorker.consume`

zerver/forms.py

[error] invalid-method-override - :643:9 - Invalid override of method `to_python`: Definition is incompatible with `Field.to_python`
[error] invalid-method-override - :651:9 - Invalid override of method `validate`: Definition is incompatible with `Field.validate`

zerver/lib/markdown/__init__.py

[error] invalid-method-override - :1227:9 - Invalid override of method `handleMatch`: Definition is incompatible with `Pattern.handleMatch`
[error] invalid-method-override - :1318:9 - Invalid override of method `handleMatch`: Definition is incompatible with `Pattern.handleMatch`
[error] invalid-method-override - :1360:9 - Invalid override of method `handleMatch`: Definition is incompatible with `Pattern.handleMatch`
[error] invalid-method-override - :1389:9 - Invalid override of method `handleMatch`: Definition is incompatible with `Pattern.handleMatch`
[error] invalid-method-override - :1478:9 - Invalid override of method `handleMatch`: Definition is incompatible with `Pattern.handleMatch`
[warning] unused-ignore-comment - :581:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1334:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1680:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1701:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1769:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1815:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1847:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1884:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2033:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2106:23 - Unused blanket `type: ignore` directive

zerver/lib/upload/local.py

[error] invalid-method-override - :79:9 - Invalid override of method `generate_message_upload_path`: Definition is incompatible with `ZulipUploadBackend.generate_message_upload_path`

zerver/lib/upload/s3.py

[error] invalid-method-override - :242:9 - Invalid override of method `generate_message_upload_path`: Definition is incompatible with `ZulipUploadBackend.generate_message_upload_path`

zerver/migrations/0149_realm_emoji_drop_unique_constraint.py

[error] invalid-method-override - :75:9 - Invalid override of method `copy_files`: Definition is incompatible with `Uploader.copy_files`

zerver/models/users.py

[error] invalid-method-override - :958:9 - Invalid override of method `set_password`: Definition is incompatible with `AbstractBaseUser.set_password`

zerver/tests/test_markdown.py

[error] invalid-method-override - :85:9 - Invalid override of method `format_code`: Definition is incompatible with `FencedBlockPreprocessor.format_code`
[error] invalid-method-override - :89:9 - Invalid override of method `placeholder`: Definition is incompatible with `FencedBlockPreprocessor.placeholder`

zerver/tests/test_queue_worker.py

[error] invalid-method-override - :766:17 - Invalid override of method `consume`: Definition is incompatible with `FetchLinksEmbedData.consume`

zerver/worker/base.py

[error] invalid-method-override - :326:9 - Invalid override of method `consume`: Definition is incompatible with `QueueProcessingWorker.consume`

zerver/worker/embedded_bots.py

[error] invalid-method-override - :29:9 - Invalid override of method `consume`: Definition is incompatible with `QueueProcessingWorker.consume`

zerver/worker/thumbnail.py

[error] invalid-method-override - :33:9 - Invalid override of method `consume`: Definition is incompatible with `QueueProcessingWorker.consume`

zerver/worker/user_activity.py

[error] invalid-method-override - :55:9 - Invalid override of method `consume_batch`: Definition is incompatible with `LoopQueueProcessingWorker.consume_batch`