Ecosystem report

Old: main (merge base) b1fe4e40 New: 24968/merge ecea878e
Lint Rule Removed Added Changed
Total 4 0 0
invalid-return-type 2 0 0
unresolved-attribute 2 0 0
Project Removed Added Changed
Total 4 0 0
koda-validate 2 0 0
pywin32 2 0 0

koda-validate (https://github.com/keithasaurus/koda-validate)

koda_validate/maybe.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal[True], Just[A@MaybeValidator] | Nothing] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], Just[A@MaybeValidator | Invalid]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal[True], Just[A@MaybeValidator] | Nothing] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], Just[A@MaybeValidator | Invalid]]`

pywin32 (https://github.com/mhammond/pywin32)

com/win32com/test/testPyComTest.py

[error] unresolved-attribute - Object of type `TestStruct1` has no attribute `int_value`
[error] unresolved-attribute - Object of type `TestStruct1` has no attribute `str_value`