Ecosystem report

Old: main (merge base) 7287ad75 New: 25548/merge 5c64f40b
Lint Rule Removed Added Changed
Total 0 0 5
invalid-argument-type 0 0 2
invalid-return-type 0 0 1
not-iterable 0 0 1
unsupported-operator 0 0 1
Project Removed Added Changed
Total 0 0 5
dd-trace-py 0 0 2
sympy 0 0 2
colour 0 0 1

colour (https://github.com/colour-science/colour)

colour/notation/munsell/centore2014.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[tuple[int | float, int | float], int | float], ...]`, found `tuple[tuple[tuple[Unknown, Unknown, Unknown], int | float], ...]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[tuple[int | float, int | float], int | float], ...]`, found `tuple[tuple[Unknown, Unknown], ...] | tuple[tuple[tuple[Unknown, Unknown, Unknown], int | float], ...]`

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

ddtrace/vendor/ply/lex.py

[error] not-iterable - Object of type `None | Unknown | list[tuple[Unknown, Unknown]]` may not be iterable
[error] not-iterable - Object of type `None | Unknown | list[Unknown] | list[tuple[Unknown, Unknown]]` may not be iterable

ddtrace/vendor/ply/yacc.py

[error] invalid-argument-type - Argument to function `getsourcefile` is incorrect: Expected `ModuleType | type[Any] | ((...) -> Any) | ... omitted 3 union elements`, found `ModuleType | None`
[error] invalid-argument-type - Argument to function `getsourcefile` is incorrect: Expected `ModuleType | type[Any] | ((...) -> Any) | ... omitted 3 union elements`, found `Unknown | ModuleType | None`

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

sympy/matrices/sparse.py

[error] unsupported-operator - Operator `>=` is not supported between objects of type `(Expr & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)` and `None | Unknown`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `(Unknown & ~AlwaysFalsy) | (Expr & ~AlwaysFalsy) | (int & ~AlwaysFalsy)` and `None | Unknown`

sympy/physics/secondquant.py

[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic | Unknown`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Basic`