Summary

Comparing branches/commits:
Old: main (merge base) ba7ed3a6
New: 19382/merge 0e42cd55
Lint Rule Removed Added Changed
Total 10 0 0
invalid-argument-type 6 0 0
invalid-return-type 2 0 0
possibly-unresolved-reference 2 0 0

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

mesonbuild/mlog.py

[warning] possibly-unresolved-reference - :287:16 - Name `label` used when possibly not defined

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

pwndbg/dbg/gdb/__init__.py

[error] invalid-return-type - :1660:10 - Function can implicitly return `None`, which is not assignable to return type `((...) -> T, /) -> (...) -> T`

pytest (https://github.com/pytest-dev/pytest)

src/_pytest/fixtures.py

[error] invalid-argument-type - :157:22 - Argument to function `assert_never` is incorrect: Expected `Never`, found `Scope & ~Literal[Scope.Function] & ~Literal[Scope.Class] & ~Literal[Scope.Module] & ~Literal[Scope.Package] & ~Literal[Scope.Session]`
[error] invalid-argument-type - :218:22 - Argument to function `assert_never` is incorrect: Expected `Never`, found `Scope & ~Literal[Scope.Function] & ~Literal[Scope.Session] & ~Literal[Scope.Package] & ~Literal[Scope.Module] & ~Literal[Scope.Class]`

src/_pytest/pathlib.py

[error] invalid-argument-type - :585:22 - Argument to function `assert_never` is incorrect: Expected `Never`, found `ImportMode & ~Literal[ImportMode.importlib] & ~Literal[ImportMode.append] & ~Literal[ImportMode.prepend]`

testing/test_cacheprovider.py

[error] invalid-argument-type - :1303:22 - Argument to function `assert_never` is incorrect: Expected `Never`, found `Action & ~Literal[Action.MKDIR] & ~Literal[Action.SET]`
[error] invalid-argument-type - :1315:22 - Argument to function `assert_never` is incorrect: Expected `Never`, found `Action & ~Literal[Action.MKDIR] & ~Literal[Action.SET]`

static-frame (https://github.com/static-frame/static-frame)

static_frame/core/join.py

[warning] possibly-unresolved-reference - :328:15 - Name `final_index` used when possibly not defined

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

src/urllib3/_collections.py

[error] invalid-return-type - :386:20 - Return type does not match returned value: expected `list[str] | _DT`, found `(_Sentinel & ~Literal[_Sentinel.not_passed]) | (_DT & ~Literal[_Sentinel.not_passed])`

src/urllib3/util/connection.py

[error] invalid-argument-type - :70:33 - Argument to bound method `settimeout` is incorrect: Expected `int | float | None`, found `Unknown | _TYPE_DEFAULT`