Ecosystem report

Old: main (merge base) bfc2d590 New: 21767/merge 16db656f
Lint Rule Removed Added Changed
Total 11 12 0
unused-ignore-comment 11 1 0
invalid-method-override 0 9 0
invalid-argument-type 0 2 0
Project Removed Added Changed
Total 11 12 0
mypy 9 9 0
dulwich 2 0 0
scikit-build-core 0 2 0
pandas-stubs 0 1 0

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

dulwich/porcelain.py

[warning] unused-ignore-comment - :481:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :485:76 - Unused blanket `type: ignore` directive

mypy (https://github.com/python/mypy)

mypy/typeshed/stdlib/_frozen_importlib.pyi

[error] invalid-method-override - :79:13 - Invalid override of method `create_module`: Definition is incompatible with `Loader.create_module`
[error] invalid-method-override - :118:13 - Invalid override of method `create_module`: Definition is incompatible with `Loader.create_module`

mypy/typeshed/stdlib/array.pyi

[error] invalid-method-override - :65:13 - Invalid override of method `index`: Definition is incompatible with `Sequence.index`

mypy/typeshed/stdlib/asyncio/base_events.pyi

[error] invalid-method-override - :325:19 - Invalid override of method `create_server`: Definition is incompatible with `AbstractEventLoop.create_server`
[error] invalid-method-override - :325:19 - Invalid override of method `create_server`: Definition is incompatible with `AbstractEventLoop.create_server`

mypy/typeshed/stdlib/fractions.pyi

[error] invalid-method-override - :125:13 - Invalid override of method `__pow__`: Definition is incompatible with `Complex.__pow__`
[error] invalid-method-override - :125:13 - Invalid override of method `__pow__`: Definition is incompatible with `Complex.__pow__`
[error] invalid-method-override - :135:13 - Invalid override of method `__rpow__`: Definition is incompatible with `Complex.__rpow__`
[error] invalid-method-override - :135:13 - Invalid override of method `__rpow__`: Definition is incompatible with `Complex.__rpow__`

mypy/typeshed/stdlib/pydoc.pyi

[warning] unused-ignore-comment - :166:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :176:132 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :177:128 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :229:131 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :230:107 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :231:132 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :232:128 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :233:24 - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/tempfile.pyi

[warning] unused-ignore-comment - :379:67 - Unused blanket `type: ignore` directive

pandas-stubs (https://github.com/pandas-dev/pandas-stubs)

pandas-stubs/_typing.pyi

[warning] unused-ignore-comment - :1207:16 - Unused blanket `type: ignore` directive

scikit-build-core (https://github.com/scikit-build/scikit-build-core)

src/scikit_build_core/build/_pathutil.py

[error] invalid-argument-type - :25:38 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `DirEntry[Path]`
[error] invalid-argument-type - :27:24 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `DirEntry[Path]`