Ecosystem report

Old: main (merge base) c734167b New: 26341/merge aefda165
Lint Rule Removed Added Changed
Total 0 11 0
missing-argument 0 5 0
not-subscriptable 0 4 0
invalid-argument-type 0 2 0
Project Removed Added Changed
Total 0 11 0
scipy 0 11 0

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

benchmarks/benchmarks/tests/test_go_benchmark_functions.py

[error] missing-argument - No argument provided for required parameter `dimensions` of `Benchmark.__init__`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] missing-argument - No argument provided for required parameter `dimensions` of `Benchmark.__init__`
[error] missing-argument - No argument provided for required parameter `dimensions` of `Benchmark.__init__`
[error] missing-argument - No argument provided for required parameter `dimensions` of `Benchmark.__init__`

benchmarks/benchmarks/lsq_problems.py

[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`
[error] missing-argument - No arguments provided for required parameters `m`, `fopt`, `x0` of `LSQBenchmarkProblem.__init__`