Summary

Comparing branches/commits:
Old: main (merge base) b605c3e2
New: 19503/merge c2e7d31d
Lint Rule Removed Added Changed
Total 33 0 0
possibly-unresolved-reference 24 0 0
invalid-return-type 4 0 0
unresolved-attribute 3 0 0
invalid-assignment 2 0 0

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

github/Repository.py

[error] invalid-return-type - :3599:45 - Function can implicitly return `None`, which is not assignable to return type `GitRelease`

github/Team.py

[error] invalid-assignment - :305:13 - Object of type `str` is not assignable to `Repository`

apprise (https://github.com/caronc/apprise)

test/helpers/rest.py

[error] unresolved-attribute - :291:26 - Type `NotifyBase` has no attribute `url`

test/test_plugin_email.py

[error] unresolved-attribute - :388:30 - Type `NotifyBase` has no attribute `url`

test/test_plugin_growl.py

[error] unresolved-attribute - :298:30 - Type `NotifyBase` has no attribute `url`

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

kornia/geometry/liegroup/so3.py

[error] invalid-return-type - :77:38 - Function can implicitly return `None`, which is not assignable to return type `So3`
[error] invalid-return-type - :98:24 - Return type does not match returned value: expected `So3`, found `Vector3`

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

src/prefect/server/schemas/schedules.py

[error] invalid-return-type - :565:27 - Function can implicitly return `None`, which is not assignable to return type `rrule`

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

pwndbg/dbg/gdb/__init__.py

[warning] possibly-unresolved-reference - :817:13 - Name `bp` used when possibly not defined
[warning] possibly-unresolved-reference - :819:27 - Name `bp` used when possibly not defined
[warning] possibly-unresolved-reference - :833:9 - Name `bp` used when possibly not defined

pwndbg/dbg/lldb/__init__.py

[warning] possibly-unresolved-reference - :632:16 - Name `value` used when possibly not defined
[warning] possibly-unresolved-reference - :634:55 - Name `value` used when possibly not defined
[warning] possibly-unresolved-reference - :637:26 - Name `value` used when possibly not defined
[warning] possibly-unresolved-reference - :1551:16 - Name `bp` used when possibly not defined
[warning] possibly-unresolved-reference - :1553:60 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :1553:77 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :1576:28 - Name `bp` used when possibly not defined
[warning] possibly-unresolved-reference - :1595:27 - Name `bp` used when possibly not defined
[warning] possibly-unresolved-reference - :1596:88 - Name `bp` used when possibly not defined
[warning] possibly-unresolved-reference - :1597:29 - Name `bp` used when possibly not defined
[warning] possibly-unresolved-reference - :1598:88 - Name `bp` used when possibly not defined

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

sympy/solvers/ode/ode.py

[warning] possibly-unresolved-reference - :1001:32 - Name `deriv` used when possibly not defined
[warning] possibly-unresolved-reference - :1001:66 - Name `deriv` used when possibly not defined
[warning] possibly-unresolved-reference - :1002:39 - Name `deriv` used when possibly not defined
[warning] possibly-unresolved-reference - :1003:25 - Name `deriv` used when possibly not defined
[warning] possibly-unresolved-reference - :1003:54 - Name `old` used when possibly not defined
[warning] possibly-unresolved-reference - :1004:21 - Name `new` used when possibly not defined
[warning] possibly-unresolved-reference - :1004:45 - Name `deriv` used when possibly not defined
[warning] possibly-unresolved-reference - :1007:40 - Name `deriv` used when possibly not defined
[warning] possibly-unresolved-reference - :1005:21 - Name `deriv` used when possibly not defined
[warning] possibly-unresolved-reference - :1009:44 - Name `new` used when possibly not defined

vision (https://github.com/pytorch/vision)

torchvision/io/video_reader.py

[error] invalid-assignment - :143:17 - Object of type `BytesIO` is not assignable to `str`