Summary

Comparing branches/commits:
Old: main (merge base) d0314131
New: 21449/merge 774d9f6e
Lint Rule Removed Added Changed
Total 24 0 0
invalid-return-type 24 0 0

bidict (https://github.com/jab/bidict)

bidict/_bidict.py

[error] invalid-return-type - :41:30 - Function always implicitly returns `None`, which is not assignable to return type `MutableBidict[VT@MutableBidict, KT@MutableBidict]`
[error] invalid-return-type - :44:26 - Function always implicitly returns `None`, which is not assignable to return type `MutableBidict[VT@MutableBidict, KT@MutableBidict]`
[error] invalid-return-type - :185:30 - Function always implicitly returns `None`, which is not assignable to return type `bidict[VT@bidict, KT@bidict]`
[error] invalid-return-type - :188:26 - Function always implicitly returns `None`, which is not assignable to return type `bidict[VT@bidict, KT@bidict]`

bidict/_frozen.py

[error] invalid-return-type - :34:30 - Function always implicitly returns `None`, which is not assignable to return type `frozenbidict[VT@frozenbidict, KT@frozenbidict]`
[error] invalid-return-type - :37:26 - Function always implicitly returns `None`, which is not assignable to return type `frozenbidict[VT@frozenbidict, KT@frozenbidict]`

bidict/_orderedbase.py

[error] invalid-return-type - :138:30 - Function always implicitly returns `None`, which is not assignable to return type `OrderedBidictBase[VT@OrderedBidictBase, KT@OrderedBidictBase]`
[error] invalid-return-type - :141:26 - Function always implicitly returns `None`, which is not assignable to return type `OrderedBidictBase[VT@OrderedBidictBase, KT@OrderedBidictBase]`

bidict/_orderedbidict.py

[error] invalid-return-type - :39:30 - Function always implicitly returns `None`, which is not assignable to return type `OrderedBidict[VT@OrderedBidict, KT@OrderedBidict]`
[error] invalid-return-type - :42:26 - Function always implicitly returns `None`, which is not assignable to return type `OrderedBidict[VT@OrderedBidict, KT@OrderedBidict]`

jinja (https://github.com/pallets/jinja)

src/jinja2/ext.py

[error] invalid-return-type - :34:59 - Function always implicitly returns `None`, which is not assignable to return type `str`
[error] invalid-return-type - :38:14 - Function always implicitly returns `None`, which is not assignable to return type `str`

meson (https://github.com/mesonbuild/meson)

mesonbuild/compilers/d.py

[error] invalid-return-type - :110:44 - Function always implicitly returns `None`, which is not assignable to return type `list[str]`

mesonbuild/linkers/linkers.py

[error] invalid-return-type - :634:68 - Function always implicitly returns `None`, which is not assignable to return type `list[str]`
[error] invalid-return-type - :1372:68 - Function always implicitly returns `None`, which is not assignable to return type `list[str]`

mesonbuild/options.py

[error] invalid-return-type - :402:36 - Function always implicitly returns `None`, which is not assignable to return type `int`

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

lib/spack/spack/vendor/jinja2/bccache.py

[error] invalid-return-type - :26:36 - Function always implicitly returns `None`, which is not assignable to return type `bytes`

lib/spack/spack/vendor/jinja2/ext.py

[error] invalid-return-type - :27:44 - Function always implicitly returns `None`, which is not assignable to return type `str`
[error] invalid-return-type - :30:67 - Function always implicitly returns `None`, which is not assignable to return type `str`
[error] invalid-return-type - :34:59 - Function always implicitly returns `None`, which is not assignable to return type `str`
[error] invalid-return-type - :37:82 - Function always implicitly returns `None`, which is not assignable to return type `str`

lib/spack/spack/vendor/jinja2/filters.py

[error] invalid-return-type - :38:31 - Function always implicitly returns `None`, which is not assignable to return type `str`

lib/spack/spack/vendor/jinja2/runtime.py

[error] invalid-return-type - :40:14 - Function always implicitly returns `None`, which is not assignable to return type `str`

lib/spack/spack/vendor/markupsafe/__init__.py

[error] invalid-return-type - :10:31 - Function always implicitly returns `None`, which is not assignable to return type `str`