Summary

Comparing branches/commits:
Old: main (merge base) f317a716
New: 21614/merge 67734a44
Lint Rule Removed Added Changed
Total 4 2 0
invalid-assignment 2 0 0
possibly-missing-attribute 0 2 0
unresolved-attribute 2 0 0

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

src/antidote/core/_raw/wrapper.py

[error] unresolved-attribute - :102:13 - Object of type `(...) -> object` has no attribute `__get__`
[warning] possibly-missing-attribute - :102:13 - Attribute `__get__` may be missing on object of type `((...) -> object) | ((...) -> object)`
[error] unresolved-attribute - :136:13 - Object of type `(...) -> Awaitable[object]` has no attribute `__get__`
[warning] possibly-missing-attribute - :136:13 - Attribute `__get__` may be missing on object of type `((...) -> Awaitable[object]) | ((...) -> Awaitable[object])`

dd-trace-py (https://github.com/DataDog/dd-trace-py)

tests/debugging/probe/test_remoteconfig.py

[error] invalid-assignment - :69:9 - Object of type `(...) -> Iterable[Probe]` is not assignable to attribute `get_probes` of type `(...) -> Iterable[Probe]`

egglog-python (https://github.com/egraphs-good/egglog-python)

python/egglog/runtime.py

[error] invalid-assignment - :745:9 - Object of type `(() -> Declarations) | Unknown` is not assignable to attribute `__egg_decls_thunk__` of type `() -> Declarations`