Ecosystem report

Old: main (merge base) 6ad151ac New: 23610/merge 31621a71
Lint Rule Removed Added Changed
Total 1 29 0
invalid-method-override 0 28 0
invalid-argument-type 1 0 0
invalid-return-type 0 1 0
Project Removed Added Changed
Total 1 29 0
scipy flaky 0 13 0
prefect flaky 0 5 0
dd-trace-py flaky 0 2 0
bokeh 1 0 0
dulwich 0 1 0
flake8 0 1 0
manticore 0 1 0
pip flaky 0 1 0
psycopg 0 1 0
scipy-stubs 0 1 0
sockeye flaky 0 1 0
sympy flaky 0 1 0
zope.interface 0 1 0
Expression flaky 0 0 0
PyGithub flaky 0 0 0
artigraph flaky 0 0 0
cloud-init flaky 0 0 0
colour flaky 0 0 0
core flaky 0 0 0
ibis flaky 0 0 0

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

src/bokeh/layouts.py

flaky
(1/10)
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[L@_parse_children_arg]`, found `tuple[L@_parse_children_arg | list[L@_parse_children_arg], ...]`

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

ddtrace/internal/remoteconfig/worker.py

[error] invalid-method-override - Invalid override of method `__exit__`: Definition is incompatible with `Service.__exit__`

tests/debugging/function/test_store.py

[error] invalid-method-override - Invalid override of method `__exit__`: Definition is incompatible with `BaseWrappingContext.__exit__`

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

dulwich/web.py

[error] invalid-method-override - Invalid override of method `log_error`: Definition is incompatible with `BaseHTTPRequestHandler.log_error`

flake8 (https://github.com/pycqa/flake8)

tests/unit/test_legacy_api.py

[error] invalid-method-override - Invalid override of method `format`: Definition is incompatible with `BaseFormatter.format`

manticore (https://github.com/trailofbits/manticore)

manticore/core/smtlib/solver.py

[error] invalid-method-override - Invalid override of method `get_value`: Definition is incompatible with `Solver.get_value`

pip (https://github.com/pypa/pip)

src/pip/_vendor/distlib/compat.py

[error] invalid-method-override - Invalid override of method `__exit__`: Definition is incompatible with `_IOBase.__exit__`

prefect (https://github.com/PrefectHQ/prefect)

src/prefect/server/events/messaging.py

[error] invalid-method-override - Invalid override of method `__aexit__`: Definition is incompatible with `Publisher.__aexit__`

src/integrations/prefect-dask/prefect_dask/task_runners.py

[error] invalid-method-override - Invalid override of method `__exit__`: Definition is incompatible with `TaskRunner.__exit__`

src/integrations/prefect-ray/prefect_ray/task_runners.py

[error] invalid-method-override - Invalid override of method `__exit__`: Definition is incompatible with `TaskRunner.__exit__`

src/prefect/_internal/concurrency/cancellation.py

[error] invalid-method-override - Invalid override of method `__exit__`: Definition is incompatible with `CancelScope.__exit__`
[error] invalid-method-override - Invalid override of method `__exit__`: Definition is incompatible with `CancelScope.__exit__`

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

psycopg/psycopg/errors.py

[error] invalid-return-type - Return type does not match returned value: expected `PGconn`, found `FinishedPGconn`

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

benchmarks/benchmarks/spatial.py

[error] invalid-method-override - Invalid override of method `setup`: Definition is incompatible with `PresortedDataSetup.setup`
[error] invalid-method-override - Invalid override of method `setup`: Definition is incompatible with `PresortedDataSetup.setup`

scipy/integrate/_ode.py

[error] invalid-method-override - Invalid override of method `step`: Definition is incompatible with `IntegratorBase.step`
[error] invalid-method-override - Invalid override of method `run_relax`: Definition is incompatible with `IntegratorBase.run_relax`
[error] invalid-method-override - Invalid override of method `step`: Definition is incompatible with `IntegratorBase.step`
[error] invalid-method-override - Invalid override of method `run_relax`: Definition is incompatible with `IntegratorBase.run_relax`

scipy/stats/tests/test_qmc.py

[error] invalid-method-override - Invalid override of method `test_continuing`: Definition is incompatible with `QMCEngineTests.test_continuing`
[error] invalid-method-override - Invalid override of method `test_fast_forward`: Definition is incompatible with `QMCEngineTests.test_fast_forward`
[error] invalid-method-override - Invalid override of method `test_sample`: Definition is incompatible with `QMCEngineTests.test_sample`
[error] invalid-method-override - Invalid override of method `test_bounds`: Definition is incompatible with `QMCEngineTests.test_bounds`
[error] invalid-method-override - Invalid override of method `test_fast_forward`: Definition is incompatible with `QMCEngineTests.test_fast_forward`
[error] invalid-method-override - Invalid override of method `test_sample`: Definition is incompatible with `QMCEngineTests.test_sample`
[error] invalid-method-override - Invalid override of method `test_continuing`: Definition is incompatible with `QMCEngineTests.test_continuing`

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

scipy-stubs/sparse/_lil.pyi

[error] invalid-method-override - Invalid override of method `resize`: Definition is incompatible with `_spbase.resize`

sockeye (https://github.com/awslabs/sockeye)

test/unit/test_beam_search.py

[error] invalid-method-override - Invalid override of method `decode_step`: Definition is incompatible with `_Inference.decode_step`

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

sympy/sets/sets.py

[error] invalid-method-override - Invalid override of method `as_relational`: Definition is incompatible with `Set.as_relational`

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/tests/test_declarations.py

[error] invalid-method-override - Invalid override of method `_callFUT`: Definition is incompatible with `Test_classImplements._callFUT`