Ecosystem report

Old: main (merge base) 60d46947 New: 24514/merge ec0b4273
Lint Rule Removed Added Changed
Total 1 0 3
invalid-argument-type 1 0 2
invalid-assignment 0 0 1
Project Removed Added Changed
Total 1 0 3
dd-trace-py 0 0 1
mitmproxy 1 0 0
pip 0 0 1
scikit-learn 0 0 1
prefect flaky 0 0 0
scikit-build-core flaky 0 0 0

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

ddtrace/propagation/_database_monitoring.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ddsh"]` and value of type `LiteralString` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Unknown | str]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ddsh"]` and value of type `str` on object of type `dict[Literal["ddps", "dde", "ddpv", "dddbs"], Unknown | str]`

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

mitmproxy/io/tnetstring.py

[error] invalid-argument-type - Argument to class `str` is incorrect: Expected `bytes | bytearray`, found `memoryview[int]`

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

src/pip/_vendor/requests/models.py

[error] invalid-argument-type - Argument to class `str` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Unknown | None`

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

sklearn/datasets/_lfw.py

[error] invalid-argument-type - Argument to class `str` is incorrect: Expected `bytes | bytearray`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `str`