Ecosystem report

Old: main (merge base) 83221a14 New: 24129/merge b7ad6af2
Lint Rule Removed Added Changed
Total 4 0 0
unresolved-attribute 2 0 0
invalid-argument-type 1 0 0
not-iterable 1 0 0
Project Removed Added Changed
Total 4 0 0
rotki 4 0 0
pydantic flaky 0 0 0
scikit-build-core flaky 0 0 0

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

rotkehlchen/api/v1/schemas.py

[error] unresolved-attribute - Attribute `is_evm_or_evmlike` is not defined on `None` in union `SupportedBlockchain | None`
[error] unresolved-attribute - Attribute `is_substrate` is not defined on `None` in union `SupportedBlockchain | None`
[error] invalid-argument-type - Argument to function `is_valid_bitcoin_address` is incorrect: Expected `SupportedBlockchain`, found `SupportedBlockchain | None`

rotkehlchen/history/price.py

[error] not-iterable - Object of type `list[UnderlyingToken] | None` may not be iterable