Ecosystem report

Old: main (merge base) 99bb6562 New: 26365/merge da500564
Lint Rule Removed Added Changed
Total 2 3 0
invalid-return-type 0 2 0
unused-type-ignore-comment 2 0 0
invalid-argument-type 0 1 0
Project Removed Added Changed
Total 2 3 0
static-frame 2 1 0
psycopg 0 2 0

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

psycopg/psycopg/rows.py

[error] invalid-return-type - Return type does not match returned value: expected `type[tuple[object, ...]] & type[NamedTupleLike]`, found `<class 'Row'>`

psycopg/psycopg/types/composite.py

[error] invalid-return-type - Return type does not match returned value: expected `type[tuple[object, ...]] & type[NamedTupleLike]`, found `<class '<unknown>'>`

static-frame (https://github.com/static-frame/static-frame)

static_frame/core/quilt.py

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

static_frame/test/unit/test_quilt.py

[error] invalid-argument-type - Argument to bound method `Quilt._axis_tuple` is incorrect: Expected `(type[tuple[object, ...]] & type[NamedTupleLike]) | None`, found `<class 'tuple'>`