Ecosystem report

Old: main (merge base) b996bdd4 New: 23383/merge 3245bdb2
Lint Rule Removed Added Changed
Total 3 280 0
call-non-callable 0 279 0
unused-type-ignore-comment 3 0 0
invalid-argument-type 0 1 0
Project Removed Added Changed
Total 3 280 0
ibis flaky 0 222 0
dd-trace-py flaky 0 14 0
pywin32 0 12 0
core flaky 0 6 0
sympy flaky 0 5 0
mitmproxy 0 4 0
werkzeug 0 4 0
pandas flaky 0 2 0
scrapy 0 2 0
setuptools 0 2 0
tornado 2 0 0
antidote 1 0 0
attrs 0 1 0
bokeh flaky 0 1 0
ignite 0 1 0
prefect flaky 0 1 0
pyodide 0 1 0
spack flaky 0 1 0
zope.interface 0 1 0
Expression flaky 0 0 0

antidote (https://github.com/Finistere/antidote)

tests/core/test_data.py

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

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

tests/test_abc.py

[error] call-non-callable - Cannot instantiate `StillAbstract` with unimplemented abstract method `foo`

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

src/bokeh/layouts.py

flaky
(2/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[L@_parse_children_arg]`, found `tuple[L@_parse_children_arg | list[L@_parse_children_arg], ...]`

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

homeassistant/components/ring/button.py

[error] call-non-callable - Cannot instantiate `RingDoorButton` with unimplemented abstract method `async_update`

homeassistant/components/ring/light.py

[error] call-non-callable - Cannot instantiate `RingLight` with unimplemented abstract method `async_update`

homeassistant/components/ring/number.py

[error] call-non-callable - Cannot instantiate `RingNumber` with unimplemented abstract method `async_update`

homeassistant/components/ring/sensor.py

[error] call-non-callable - Cannot instantiate `RingSensor` with unimplemented abstract method `async_update`

homeassistant/components/ring/siren.py

[error] call-non-callable - Cannot instantiate `RingSiren` with unimplemented abstract method `async_update`

homeassistant/components/ring/switch.py

[error] call-non-callable - Cannot instantiate `RingSwitch` with unimplemented abstract method `async_update`

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

ddtrace/contrib/internal/botocore/patch.py

[error] call-non-callable - Cannot instantiate `BedrockIntegration` with unimplemented abstract method `_set_base_span_tags`

ddtrace/contrib/internal/claude_agent_sdk/patch.py

[error] call-non-callable - Cannot instantiate `ClaudeAgentSdkIntegration` with unimplemented abstract method `_set_base_span_tags`

ddtrace/contrib/internal/crewai/patch.py

[error] call-non-callable - Cannot instantiate `CrewAIIntegration` with unimplemented abstract method `_set_base_span_tags`

ddtrace/contrib/internal/langgraph/patch.py

[error] call-non-callable - Cannot instantiate `LangGraphIntegration` with unimplemented abstract method `_set_base_span_tags`

ddtrace/contrib/internal/mcp/patch.py

[error] call-non-callable - Cannot instantiate `MCPIntegration` with unimplemented abstract method `_set_base_span_tags`

ddtrace/contrib/internal/openai_agents/patch.py

[error] call-non-callable - Cannot instantiate `OpenAIAgentsIntegration` with unimplemented abstract method `_set_base_span_tags`

tests/llmobs/test_llmobs_integrations.py

[error] call-non-callable - Cannot instantiate `BaseLLMIntegration` with unimplemented abstract methods `_set_base_span_tags` and `_llmobs_set_tags`
[error] call-non-callable - Cannot instantiate `BaseLLMIntegration` with unimplemented abstract methods `_set_base_span_tags` and `_llmobs_set_tags`
[error] call-non-callable - Cannot instantiate `BaseLLMIntegration` with unimplemented abstract methods `_set_base_span_tags` and `_llmobs_set_tags`
[error] call-non-callable - Cannot instantiate `BaseLLMIntegration` with unimplemented abstract methods `_set_base_span_tags` and `_llmobs_set_tags`
[error] call-non-callable - Cannot instantiate `BaseLLMIntegration` with unimplemented abstract methods `_set_base_span_tags` and `_llmobs_set_tags`
[error] call-non-callable - Cannot instantiate `BaseLLMIntegration` with unimplemented abstract methods `_set_base_span_tags` and `_llmobs_set_tags`

tests/tracer/test_filters.py

[error] call-non-callable - Cannot instantiate `Filter` with unimplemented abstract method `process_trace`

tests/tracer/test_processors.py

[error] call-non-callable - Cannot instantiate `BadProcessor` with unimplemented abstract methods `on_span_start` and `on_span_finish`

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

ibis/expr/tests/test_rewrites.py

[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`

ibis/backends/athena/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/bigquery/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/bigquery/tests/unit/test_compiler.py

[error] call-non-callable - Cannot instantiate `SQLQueryResult` with unimplemented abstract method `schema`

ibis/backends/databricks/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/duckdb/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/exasol/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/flink/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/flink/utils.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/backends/materialize/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/mssql/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/mysql/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/oracle/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/polars/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/polars/rewrites.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/postgres/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/risingwave/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/singlestoredb/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/backends/sql/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`
[error] call-non-callable - Cannot instantiate `SQLQueryResult` with unimplemented abstract method `schema`

ibis/backends/sql/compilers/base.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/backends/sql/compilers/clickhouse.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/backends/sql/compilers/duckdb.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/backends/sql/compilers/flink.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/backends/sql/compilers/snowflake.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/backends/sql/compilers/trino.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/backends/sql/rewrites.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/backends/sqlite/__init__.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/common/tests/test_bases.py

[error] call-non-callable - Cannot instantiate `Foo` with unimplemented abstract methods `foo` and `bar`

ibis/expr/api.py

[error] call-non-callable - Cannot instantiate `UnboundTable` with unimplemented abstract method `schema`
[error] call-non-callable - Cannot instantiate `InMemoryTable` with unimplemented abstract method `schema`
[error] call-non-callable - Cannot instantiate `InMemoryTable` with unimplemented abstract method `schema`
[error] call-non-callable - Cannot instantiate `InMemoryTable` with unimplemented abstract method `schema`
[error] call-non-callable - Cannot instantiate `InMemoryTable` with unimplemented abstract method `schema`
[error] call-non-callable - Cannot instantiate `ScalarParameter` with unimplemented abstract method `dtype`

ibis/expr/operations/core.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/expr/operations/generic.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/expr/operations/relations.py

[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`

ibis/expr/operations/tests/test_core.py

[error] call-non-callable - Cannot instantiate `SpecialTable` with unimplemented abstract method `schema`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `DummyOp` with unimplemented abstract methods `dtype` and `shape`
[error] call-non-callable - Cannot instantiate `DummyOp` with unimplemented abstract methods `dtype` and `shape`

ibis/expr/operations/tests/test_generic.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/expr/operations/tests/test_structs.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `UnboundTable` with unimplemented abstract method `schema`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/expr/rewrites.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`

ibis/expr/tests/test_api.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/expr/tests/test_format.py

[error] call-non-callable - Cannot instantiate `DummyTable` with unimplemented abstract method `values`

ibis/expr/tests/test_newrels.py

[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/expr/types/generic.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `DummyTable` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `DummyTable` with unimplemented abstract method `values`

ibis/expr/types/joins.py

[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/expr/types/relations.py

[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `SQLStringView` with unimplemented abstract method `schema`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`

ibis/expr/types/structs.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/expr/types/temporal.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/tests/expr/mocks.py

[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`

ibis/tests/expr/test_analysis.py

[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`

ibis/tests/expr/test_literal.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/tests/expr/test_struct.py

[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`

ibis/tests/expr/test_table.py

[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `JoinChain` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `DatabaseTable` with unimplemented abstract method `schema`
[error] call-non-callable - Cannot instantiate `UnboundTable` with unimplemented abstract method `schema`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `DummyTable` with unimplemented abstract method `values`

ibis/tests/expr/test_value_exprs.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

ibis/tests/expr/test_window_frames.py

[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Project` with unimplemented abstract method `values`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`
[error] call-non-callable - Cannot instantiate `Literal` with unimplemented abstract method `dtype`

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

tests/ignite/metrics/test_metric.py

[error] call-non-callable - Cannot instantiate `Metric` with unimplemented abstract methods `reset`, `update` and `compute`

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

examples/contrib/webscanner_helper/test_proxyauth_selenium.py

[error] call-non-callable - Cannot instantiate `SeleniumAddon` with unimplemented abstract method `login`

examples/contrib/webscanner_helper/test_urlindex.py

[error] call-non-callable - Cannot instantiate `UrlIndexWriter` with unimplemented abstract methods `load`, `add_url` and `save`

examples/contrib/webscanner_helper/test_urlinjection.py

[error] call-non-callable - Cannot instantiate `InjectionGenerator` with unimplemented abstract method `inject`

test/mitmproxy/proxy/test_layer.py

[error] call-non-callable - Cannot instantiate `Layer` with unimplemented abstract method `_handle_event`

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

pandas/tests/dtypes/test_inference.py

[error] call-non-callable - Cannot instantiate `Numeric` with unimplemented abstract method `__hash__`

pandas/tests/io/test_pickle.py

[error] call-non-callable - Cannot instantiate `MyTz` with unimplemented abstract methods `tzname`, `utcoffset` and `dst`

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

src/prefect/task_runners.py

[error] call-non-callable - Cannot instantiate `PrefectFutureList` with unimplemented abstract method `__next__`

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

src/tests/test_python.py

[error] call-non-callable - Cannot instantiate `BaseBrowser` with unimplemented abstract method `open`

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

com/win32com/test/testPyComTest.py

[error] call-non-callable - Cannot instantiate `TestStruct1` with unimplemented abstract method `__init__`
[error] call-non-callable - Cannot instantiate `TestStruct3` with unimplemented abstract method `__init__`
[error] call-non-callable - Cannot instantiate `TestStruct1` with unimplemented abstract method `__init__`
[error] call-non-callable - Cannot instantiate `TestStruct1` with unimplemented abstract method `__init__`
[error] call-non-callable - Cannot instantiate `ArrayOfStructsTestStruct` with unimplemented abstract method `__init__`
[error] call-non-callable - Cannot instantiate `TestStruct3` with unimplemented abstract method `__init__`
[error] call-non-callable - Cannot instantiate `TestStruct1` with unimplemented abstract method `__init__`
[error] call-non-callable - Cannot instantiate `TestStruct1` with unimplemented abstract method `__init__`
[error] call-non-callable - Cannot instantiate `TestStruct1` with unimplemented abstract method `__init__`
[error] call-non-callable - Cannot instantiate `TestStruct3` with unimplemented abstract method `__init__`
[error] call-non-callable - Cannot instantiate `ArrayOfStructsTestStruct` with unimplemented abstract method `__init__`
[error] call-non-callable - Cannot instantiate `TestStruct1` with unimplemented abstract method `__init__`

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

tests/test_engine.py

[error] call-non-callable - Cannot instantiate `TestScheduler` with unimplemented abstract methods `has_pending_requests` and `next_request`

tests/test_scheduler_base.py

[error] call-non-callable - Cannot instantiate `BaseScheduler` with unimplemented abstract methods `has_pending_requests`, `enqueue_request` and `next_request`

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

setuptools/_distutils/tests/test_cmd.py

[error] call-non-callable - Cannot instantiate `MyCmd` with unimplemented abstract methods `finalize_options` and `run`

setuptools/tests/config/test_setupcfg.py

[error] call-non-callable - Cannot instantiate `ErrConfigHandler` with unimplemented abstract method `parsers`

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

lib/spack/spack/test/llnl/util/argparsewriter.py

[error] call-non-callable - Cannot instantiate `ArgparseWriter` with unimplemented abstract method `format`

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

sympy/physics/mechanics/tests/test_joint.py

[error] call-non-callable - Cannot instantiate `Joint` with 5 unimplemented abstract methods, including `_generate_coordinates`, `_generate_speeds` and `_orient_frames`

sympy/physics/mechanics/tests/test_method.py

[error] call-non-callable - Cannot instantiate `_Methods` with 8 unimplemented abstract methods, including `q`, `u` and `bodies`

sympy/physics/biomechanics/tests/test_musculotendon.py

[error] call-non-callable - Cannot instantiate `MusculotendonBase` with unimplemented abstract method `curves`

sympy/physics/quantum/matrixutils.py

[error] call-non-callable - Cannot instantiate `MatrixBase` with 6 unimplemented abstract methods, including `_new`, `__getitem__` and `cholesky`
[error] call-non-callable - Cannot instantiate `MatrixBase` with 6 unimplemented abstract methods, including `_new`, `__getitem__` and `cholesky`

tornado (https://github.com/tornadoweb/tornado)

tornado/platform/asyncio.py

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

tornado/test/asyncio_test.py

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

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

tests/test_wsgi.py

[error] call-non-callable - Cannot instantiate `OneByteStream` with 18 unimplemented abstract methods, including `close`, `fileno` and `flush`
[error] call-non-callable - Cannot instantiate `OneByteStream` with 18 unimplemented abstract methods, including `close`, `fileno` and `flush`
[error] call-non-callable - Cannot instantiate `OneByteStream` with 18 unimplemented abstract methods, including `close`, `fileno` and `flush`
[error] call-non-callable - Cannot instantiate `OneByteStream` with 18 unimplemented abstract methods, including `close`, `fileno` and `flush`

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

src/zope/interface/common/tests/test_idatetime.py

[error] call-non-callable - Cannot instantiate `tzinfo` with unimplemented abstract methods `tzname`, `utcoffset` and `dst`