Summary

Comparing branches/commits:
Old: main (merge base) e92fd51a
New: 21042/merge 03e62514
Lint Rule Removed Added Changed
Total 6 2 0
invalid-argument-type 1 2 0
no-matching-overload 3 0 0
invalid-return-type 1 0 0
type-assertion-failure 1 0 0

antidote (https://github.com/Finistere/antidote)

src/antidote/core/_catalog.py

[error] invalid-argument-type - :214:65 - Argument is incorrect: Expected `ReferenceType[CatalogImpl]`, found `ReferenceType[Self@__init__]`

jax (https://github.com/google/jax)

jax/_src/pallas/mosaic_gpu/core.py

[error] invalid-return-type - :1478:24 - Function can implicitly return `None`, which is not assignable to return type `TMEMLayout`

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

mitmproxy/proxy/layers/http/_events.py

[error] type-assertion-failure - :127:17 - Argument does not have asserted type `Never`

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/preprocessing/_data.py

[error] no-matching-overload - :3422:31 - No overload matches arguments
[error] no-matching-overload - :3455:27 - No overload matches arguments
[error] no-matching-overload - :3506:31 - No overload matches arguments

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/util/osutil.py

[error] invalid-argument-type - :84:10 - Argument to bound method `stat` is incorrect: Expected `Bottom[DirEntry[Unknown]]`, found `Top[DirEntry[Unknown]]`
[error] invalid-argument-type - :91:10 - Argument to bound method `stat` is incorrect: Expected `Bottom[DirEntry[Unknown]]`, found `Top[DirEntry[Unknown]]`