Ecosystem report

Old: main (merge base) ce3849bc New: 28082/merge 51e01a82
Lint Rule Removed Added Changed
Total 5 0 0
invalid-assignment 2 0 0
invalid-argument-type 1 0 0
unresolved-import 1 0 0
unsound-assignment 1 0 0
Project Removed Added Changed
Total 5 0 0
pwndbg non-strict 2 0 0
pytest non-strict 2 0 0
spark strict 1 0 0

pwndbg non-strict (https://github.com/pwndbg/pwndbg)

pwndbg/aglib/disasm/assistant.py

[error] invalid-assignment - Object of type `None` is not assignable to `Emulator`
[error] invalid-assignment - Object of type `None` is not assignable to `Emulator`

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

src/_pytest/_io/terminalwriter.py

[error] unresolved-import - Cannot resolve imported module `colorama`
[warning] unsound-assignment - Unsound assignment: `Unknown` is not a subtype of `TextIO | None`

spark strict (https://github.com/apache/spark)

python/pyspark/streaming/context.py

[error] invalid-argument-type - Argument to bound method `SparkContext.parallelize` is incorrect: Expected `Iterable[Unknown]`, found `RDD[T@queueStream]`