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
All
Removed Only
Added Only
Changed Only
All Lint Types
unresolved-attribute (-2 +0 ~0)
invalid-argument-type (-1 +0 ~0)
not-iterable (-1 +0 ~0)
All Projects
rotki (-4 +0 ~0)
pydantic (-0 +0 ~0)
scikit-build-core (-0 +0 ~0)
rotki
(
https://github.com/rotki/rotki
)
rotkehlchen/api/v1/schemas.py
📋
:349:14
[error]
unresolved-attribute - Attribute `is_evm_or_evmlike` is not defined on `None` in union `SupportedBlockchain | None`
:350:14
[error]
unresolved-attribute - Attribute `is_substrate` is not defined on `None` in union `SupportedBlockchain | None`
:355:43
[error]
invalid-argument-type - Argument to function `is_valid_bitcoin_address` is incorrect: Expected `SupportedBlockchain`, found `SupportedBlockchain | None`
rotkehlchen/history/price.py
📋
:230:37
[error]
not-iterable - Object of type `list[UnderlyingToken] | None` may not be iterable