Ecosystem report

Old: main (merge base) 033a4fb6 New: 23641/merge 6bf83829
Lint Rule Removed Added Changed
Total 10 9 0
unbound-type-variable 0 9 0
unused-type-ignore-comment 6 0 0
invalid-argument-type 2 0 0
invalid-assignment 1 0 0
invalid-type-arguments 1 0 0
Project Removed Added Changed
Total 10 9 0
pydantic flaky 6 0 0
pytest 1 2 0
scrapy 2 1 0
streamlit 0 3 0
egglog-python 0 2 0
ibis flaky 1 1 0
Expression flaky 0 0 0
PyGithub flaky 0 0 0
artigraph flaky 0 0 0
bokeh flaky 0 0 0
cloud-init flaky 0 0 0
colour flaky 0 0 0
core flaky 0 0 0
dd-trace-py flaky 0 0 0
jax flaky 0 0 0
materialize flaky 0 0 0
meson flaky 0 0 0
openlibrary flaky 0 0 0
pandas flaky 0 0 0
pandas-stubs flaky 0 0 0

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

python/egglog/thunk.py

[error] unbound-type-variable - Type variable `T` is not bound to any outer generic context
[error] unbound-type-variable - Type variable `T` is not bound to any outer generic context

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

ibis/common/tests/test_grounds.py

[error] unbound-type-variable - Type variable `N` is not bound to any outer generic context
[error] invalid-argument-type - Argument is incorrect: Expected `TypeVar`, found `float`

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

pydantic/v1/types.py

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

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

src/_pytest/raises.py

[error] invalid-type-arguments - Type `TypeVar` is not assignable to upper bound `BaseException` of type variable `BaseExcT_co_default@RaisesExc`
[error] unbound-type-variable - Type variable `BaseExcT_co` is not bound to any outer generic context
[error] unbound-type-variable - Type variable `BaseExcT_co` is not bound to any outer generic context

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

scrapy/utils/python.py

[error] unbound-type-variable - Type variable `_SelfT` is not bound to any outer generic context
[error] invalid-assignment - Invalid subscript assignment with key of type `_SelfT@new_method` and value of type `_T@memoizemethod_noargs` on object of type `WeakKeyDictionary[TypeVar, _T@memoizemethod_noargs]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method WeakKeyDictionary[TypeVar, _T@memoizemethod_noargs].__getitem__(key: TypeVar) -> _T@memoizemethod_noargs` cannot be called with key of type `_SelfT@new_method` on object of type `WeakKeyDictionary[TypeVar, _T@memoizemethod_noargs]`

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

lib/streamlit/elements/widgets/button_group.py

[error] unbound-type-variable - Type variable `T` is not bound to any outer generic context
[error] unbound-type-variable - Type variable `T` is not bound to any outer generic context
[error] unbound-type-variable - Type variable `T` is not bound to any outer generic context