Ecosystem report

Old: main (merge base) 8d5d41cc New: 23378/merge 685933eb
Lint Rule Removed Added Changed
Total 4 1 1
call-non-callable 2 0 0
invalid-argument-type 1 0 0
invalid-return-type 0 0 1
type-assertion-failure 1 0 0
unused-type-ignore-comment 0 1 0
Project Removed Added Changed
Total 4 1 1
egglog-python 1 0 0
hydpy 1 0 0
pip 1 0 0
pydantic flaky 0 0 1
setuptools 1 0 0
trio 0 1 0
prefect flaky 0 0 0
scikit-build-core flaky 0 0 0

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

python/egglog/egraph.py

[error] invalid-argument-type - Argument to function `expr_action` is incorrect: Expected `BaseExpr`, found `(BaseExpr & ~Action) | (Fact & ~Action)`

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

hydpy/core/devicetools.py

[error] type-assertion-failure - Type `Literal["inlets", "outlets", "observers", "receivers", "senders", "inputs", "outputs"]` is not equivalent to `Never`

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

src/pip/_vendor/packaging/version.py

[error] call-non-callable - Object of type `object` is not callable

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

pydantic/v1/utils.py

[error] invalid-return-type - Return type does not match returned value: expected `Mapping[int | str, Any]`, found `(AbstractSet[int | str] & Top[Mapping[Unknown, object]]) | (Mapping[int | str, Any] & AbstractSet[object]) | (Mapping[int | str, Any] & ~AbstractSet[object]) | dict[int | str, ellipsis]`
[error] invalid-return-type - Return type does not match returned value: expected `Mapping[int | str, Any]`, found `(AbstractSet[int | str] & Top[Mapping[Unknown, object]]) | Mapping[int | str, Any] | dict[int | str, ellipsis]`

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

setuptools/_vendor/packaging/version.py

[error] call-non-callable - Object of type `object` is not callable

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

src/trio/_core/_tests/test_run.py

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