Summary

Comparing branches/commits:
Old: main (merge base) 18eaa659
New: 20126/merge 1bc434b1
Lint Rule Removed Added Changed
Total 16 479 19
invalid-argument-type 0 472 3
unused-ignore-comment 15 0 0
invalid-return-type 1 2 8
unsupported-operator 0 2 4
type-assertion-failure 0 2 2
unresolved-attribute 0 0 2
no-matching-overload 0 1 0

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

src/bokeh/embed/util.py

[error] invalid-argument-type - :199:34 -
Old: Argument to bound method `__init__` is incorrect: Expected `dict[Model, Unknown]`, found `(list[Model] & ~list[Unknown]) | dict[Model, Unknown] | dict[Unknown, Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `dict[Model, ID]`, found `(list[Model] & ~list[Unknown]) | dict[Model, ID] | dict[Unknown, Unknown]`

meson (https://github.com/mesonbuild/meson)

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - :168:98 - Argument to bound method `single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - :171:76 - Argument to bound method `single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - :174:82 - Argument to bound method `single_use` is incorrect: Expected `SubProject`, found `str`

mesonbuild/interpreterbase/decorators.py

[error] invalid-return-type - :45:12 -
Old: Return type does not match returned value: expected `tuple[BaseNode, list[@Todo(Support for `typing.TypeAlias`)], Unknown, Unknown]`, found `tuple[Any, None | Any, None | Any, Any]`
New: Return type does not match returned value: expected `tuple[BaseNode, list[@Todo(Support for `typing.TypeAlias`)], Unknown, SubProject]`, found `tuple[Any, None | Any, None | Any, Any]`

unittests/datatests.py

[error] invalid-argument-type - :249:42 - Argument to bound method `__init__` is incorrect: Expected `SubProject`, found `Literal[""]`

unittests/platformagnostictests.py

[error] invalid-argument-type - :41:43 - Argument to bound method `__init__` is incorrect: Expected `SubProject`, found `Literal[""]`
[error] invalid-argument-type - :75:43 - Argument to bound method `__init__` is incorrect: Expected `SubProject`, found `Literal[""]`

mypy-protobuf (https://github.com/dropbox/mypy-protobuf)

test/test_generated_mypy.py

[error] type-assertion-failure - :484:5 - Argument does not have asserted type `UserId`
[error] type-assertion-failure - :495:5 - Argument does not have asserted type `UserId`
[error] type-assertion-failure - :486:5 -
Old: Argument does not have asserted type `ScalarMap[Unknown, Email]`
New: Argument does not have asserted type `ScalarMap[UserId, Email]`
[error] type-assertion-failure - :497:5 -
Old: Argument does not have asserted type `ScalarMap[Unknown, Email]`
New: Argument does not have asserted type `ScalarMap[UserId, Email]`

paroxython (https://github.com/laowantong/paroxython)

paroxython/__init__.py

[error] invalid-argument-type - :55:31 - Argument to function `main` is incorrect: Expected `Source`, found `str`

rich (https://github.com/Textualize/rich)

tests/test_progress.py

[error] invalid-argument-type - :57:17 - Argument is incorrect: Expected `TaskID`, found `Literal[1]`
[error] invalid-argument-type - :66:17 - Argument is incorrect: Expected `TaskID`, found `Literal[1]`
[error] invalid-argument-type - :71:17 - Argument is incorrect: Expected `TaskID`, found `Literal[1]`
[error] invalid-argument-type - :78:17 - Argument is incorrect: Expected `TaskID`, found `Literal[1]`
[error] invalid-argument-type - :88:17 - Argument is incorrect: Expected `TaskID`, found `Literal[1]`
[error] invalid-argument-type - :92:28 - Argument is incorrect: Expected `TaskID`, found `Literal[1]`
[error] invalid-argument-type - :125:17 - Argument is incorrect: Expected `TaskID`, found `Literal[1]`
[error] invalid-argument-type - :138:17 - Argument is incorrect: Expected `TaskID`, found `Literal[1]`
[error] invalid-argument-type - :154:22 - Argument is incorrect: Expected `TaskID`, found `Literal[1]`
[error] invalid-argument-type - :162:22 - Argument is incorrect: Expected `TaskID`, found `Literal[1]`

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

rotkehlchen/tests/db/test_ranges.py

[error] invalid-argument-type - :13:72 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :13:75 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[2]`
[error] invalid-argument-type - :15:72 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[8]`
[error] invalid-argument-type - :15:75 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[17]`
[error] invalid-argument-type - :17:72 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[19]`
[error] invalid-argument-type - :17:76 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[23]`
[error] invalid-argument-type - :19:72 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[22]`
[error] invalid-argument-type - :19:76 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[57]`
[error] invalid-argument-type - :21:72 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[26]`
[error] invalid-argument-type - :21:76 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[125]`
[error] invalid-argument-type - :24:72 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[3]`
[error] invalid-argument-type - :24:75 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[9]`
[error] invalid-argument-type - :26:72 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[9]`
[error] invalid-argument-type - :26:75 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[17]`
[error] invalid-argument-type - :28:72 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[19]`
[error] invalid-argument-type - :28:76 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[23]`
[error] invalid-argument-type - :30:72 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[120]`
[error] invalid-argument-type - :30:77 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[250]`
[error] invalid-argument-type - :32:72 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[126]`
[error] invalid-argument-type - :32:77 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[170]`
[error] invalid-argument-type - :47:77 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[12]`
[error] invalid-argument-type - :47:87 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[90]`
[error] invalid-argument-type - :57:77 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[250]`
[error] invalid-argument-type - :57:87 - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[500]`

rotkehlchen/tests/utils/xpubs.py

[error] invalid-argument-type - :18:52 - Argument to bound method `add_tag` is incorrect: Expected `HexColorCode`, found `Literal["ffffff"]`
[error] invalid-argument-type - :18:62 - Argument to bound method `add_tag` is incorrect: Expected `HexColorCode`, found `Literal["000000"]`
[error] invalid-argument-type - :19:53 - Argument to bound method `add_tag` is incorrect: Expected `HexColorCode`, found `Literal["ffffff"]`
[error] invalid-argument-type - :19:63 - Argument to bound method `add_tag` is incorrect: Expected `HexColorCode`, found `Literal["000000"]`
[error] invalid-argument-type - :58:46 - Argument is incorrect: Expected `BTCAddress`, found `Literal["1LZypJUwJJRdfdndwvDmtAjrVYaHko136r"]`
[error] invalid-argument-type - :59:46 - Argument is incorrect: Expected `BTCAddress`, found `Literal["1MKSdDCtBSXiE49vik8xUG2pTgTGGh5pqe"]`
[error] invalid-argument-type - :60:46 - Argument is incorrect: Expected `BTCAddress`, found `Literal["16zNpyv8KxChtjXnE5oYcPqcXcrSQXX2JJ"]`
[error] invalid-argument-type - :88:46 - Argument is incorrect: Expected `BTCAddress`, found `Literal["bc1qc3qcxs025ka9l6qn0q5cyvmnpwrqw2z49qwrx5"]`
[error] invalid-argument-type - :89:46 - Argument is incorrect: Expected `BTCAddress`, found `Literal["bc1qnus7355ecckmeyrmvv56mlm42lxvwa4wuq5aev"]`
[error] invalid-argument-type - :90:46 - Argument is incorrect: Expected `BTCAddress`, found `Literal["bc1qup7f8g5k3h5uqzfjed03ztgn8hhe542w69wc0g"]`
[error] invalid-argument-type - :91:46 - Argument is incorrect: Expected `BTCAddress`, found `Literal["bc1qr4r8vryfzexvhjrx5fh5uj0s2ead8awpqspqra"]`
[error] invalid-argument-type - :92:46 - Argument is incorrect: Expected `BTCAddress`, found `Literal["bc1qr5r8vryfzexvhjrx5fh5uj0s2ead8awpqspalz"]`

rotkehlchen/chain/ethereum/interfaces/ammswap/ammswap.py

[warning] unused-ignore-comment - :96:41 - Unused blanket `type: ignore` directive

rotkehlchen/data_migrations/migrations/migrations_18.py

[warning] unused-ignore-comment - :56:49 - Unused blanket `type: ignore` directive

rotkehlchen/accounting/pot.py

[warning] unused-ignore-comment - :451:61 - Unused blanket `type: ignore` directive

rotkehlchen/api/rest.py

[warning] unused-ignore-comment - :2750:39 - Unused blanket `type: ignore` directive

rotkehlchen/assets/asset.py

[warning] unused-ignore-comment - :59:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :597:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :603:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :773:43 - Unused blanket `type: ignore` directive

rotkehlchen/chain/ethereum/modules/eth2/eth2.py

[warning] unused-ignore-comment - :649:37 - Unused blanket `type: ignore` directive

rotkehlchen/chain/ethereum/modules/yearn/decoder.py

[error] invalid-argument-type - :145:58 - Argument to function `_get_vault_token_name` is incorrect: Expected `ChecksumAddress`, found `Unknown | ChecksumAddress | None`
[error] invalid-argument-type - :170:62 - Argument to function `_get_vault_token_name` is incorrect: Expected `ChecksumAddress`, found `Unknown | ChecksumAddress | None`
[error] invalid-return-type - :403:13 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["yearn-v1", "yearn-v2"]]`
New: Return type does not match returned value: expected `dict[ChecksumAddress, str]`, found `dict[Unknown, Literal["yearn-v1", "yearn-v2"]]`

rotkehlchen/chain/evm/decoding/aave/v2/decoder.py

[error] invalid-return-type - :137:16 - Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["aave-v2"]]`

rotkehlchen/chain/evm/decoding/base.py

[error] invalid-return-type - :141:16 - Return type does not match returned value: expected `tuple[HistoryEventType, HistoryEventSubType, str | None, ChecksumAddress, str, str] | None`, found `tuple[HistoryEventType, HistoryEventSubType, str | None, ChecksumAddress | None, str, str] | None`

rotkehlchen/chain/evm/decoding/beefy_finance/decoder.py

[error] invalid-return-type - :251:16 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["beefy_finance"]]`
New: Return type does not match returned value: expected `dict[ChecksumAddress, str]`, found `dict[Unknown, Literal["beefy_finance"]]`

rotkehlchen/chain/evm/decoding/compound/v3/decoder.py

[error] invalid-return-type - :407:16 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["compound-v3"]]`
New: Return type does not match returned value: expected `dict[ChecksumAddress, str]`, found `dict[ChecksumAddress, Literal["compound-v3"]]`

rotkehlchen/chain/evm/decoding/llamazip/decoder.py

[error] invalid-return-type - :81:16 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["llamazip"]]`
New: Return type does not match returned value: expected `dict[ChecksumAddress, str]`, found `dict[Unknown, Literal["llamazip"]]`

rotkehlchen/chain/evm/decoding/morpho/decoder.py

[error] invalid-return-type - :331:16 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["morpho"]]`
New: Return type does not match returned value: expected `dict[ChecksumAddress, str]`, found `dict[Unknown, Literal["morpho"]]`

rotkehlchen/chain/evm/decoding/uniswap/v3/decoder.py

[error] invalid-return-type - :575:16 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["uniswap-v3"]]`
New: Return type does not match returned value: expected `dict[ChecksumAddress, str]`, found `dict[Unknown, Literal["uniswap-v3"]]`

rotkehlchen/chain/evm/decoding/zerox/decoder.py

[error] invalid-return-type - :294:16 -
Old: Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[Unknown, Literal["0x"]]`
New: Return type does not match returned value: expected `dict[ChecksumAddress, str]`, found `dict[Unknown, Literal["0x"]]`

rotkehlchen/chain/evm/names.py

[warning] unused-ignore-comment - :63:94 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :67:73 - Unused blanket `type: ignore` directive

rotkehlchen/externalapis/etherscan.py

[warning] unused-ignore-comment - :451:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :533:84 - Unused blanket `type: ignore` directive

rotkehlchen/history/events/structures/evm_event.py

[error] invalid-argument-type - :206:63 -
Old: Argument to function `deserialize_optional` is incorrect: Expected `(Unknown | str | None, /) -> Unknown`, found `def string_to_evm_address(value: str) -> Unknown`
New: Argument to function `deserialize_optional` is incorrect: Expected `(Unknown | str | None, /) -> Unknown`, found `def string_to_evm_address(value: str) -> ChecksumAddress`

rotkehlchen/history/events/structures/evm_swap.py

[error] invalid-argument-type - :104:63 -
Old: Argument to function `deserialize_optional` is incorrect: Expected `(Unknown | str | None, /) -> Unknown`, found `def string_to_evm_address(value: str) -> Unknown`
New: Argument to function `deserialize_optional` is incorrect: Expected `(Unknown | str | None, /) -> Unknown`, found `def string_to_evm_address(value: str) -> ChecksumAddress`

rotkehlchen/inquirer.py

[error] invalid-return-type - :1049:16 - Return type does not match returned value: expected `Price | None`, found `int | float`

rotkehlchen/tests/api/test_ens.py

[warning] unused-ignore-comment - :62:94 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :66:73 - Unused blanket `type: ignore` directive

rotkehlchen/tests/db/test_db.py

[error] invalid-argument-type - :354:9 - Argument to bound method `add_queried_address_for_module` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :359:13 - Argument to bound method `save_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :365:13 - Argument to bound method `save_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] no-matching-overload - :377:13 - No overload of bound method `set_dynamic_cache` matches arguments
[error] invalid-argument-type - :436:13 - Argument to bound method `get_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :442:13 - Argument to bound method `get_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :607:13 - Argument is incorrect: Expected `Timestamp`, found `int`
[error] invalid-argument-type - :724:13 - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1451606401]`
[error] invalid-argument-type - :725:13 - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1485907100]`
[error] invalid-argument-type - :737:13 - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1451606300]`
[error] invalid-argument-type - :738:13 - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1485907000]`
[error] invalid-argument-type - :1145:9 - Argument is incorrect: Expected `Timestamp | None`, found `Literal[1451606400]`
[error] invalid-argument-type - :1146:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1451616500]`
[error] invalid-argument-type - :1156:9 - Argument is incorrect: Expected `Timestamp | None`, found `Literal[1451626500]`
[error] invalid-argument-type - :1157:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1451636500]`
[error] invalid-argument-type - :1167:9 - Argument is incorrect: Expected `Timestamp | None`, found `Literal[1452636501]`
[error] invalid-argument-type - :1168:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1459836501]`
[error] invalid-argument-type - :1275:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1281:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1299:17 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1305:17 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1325:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1331:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1337:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676729]`
[error] invalid-argument-type - :1343:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676829]`
[error] invalid-argument-type - :1349:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590677829]`
[error] invalid-argument-type - :1355:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590677829]`
[error] invalid-argument-type - :1361:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590777829]`
[error] invalid-argument-type - :1367:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590877829]`
[error] invalid-argument-type - :1373:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590877829]`
[error] invalid-argument-type - :1379:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590877829]`
[error] invalid-argument-type - :1393:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590877829]`
[error] invalid-argument-type - :1406:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1411:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676729]`
[error] invalid-argument-type - :1416:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590677829]`
[error] invalid-argument-type - :1420:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590777829]`
[error] invalid-argument-type - :1425:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590877829]`
[error] invalid-argument-type - :1454:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1460:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1473:59 - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - :1473:70 - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1590676728]`
[error] invalid-argument-type - :1478:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1482:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1566:59 - Argument is incorrect: Expected `ApiKey`, found `str`
[error] invalid-argument-type - :1591:13 - Argument to bound method `add_queried_address_for_module` is incorrect: Expected `ChecksumAddress`, found `Literal["0xd36029d76af6fE4A356528e4Dc66B2C18123597D"]`
[error] unsupported-operator - :1594:16 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["0xd36029d76af6fE4A356528e4Dc66B2C18123597D"]` with `tuple[Unknown, ...] | None`
New: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["0xd36029d76af6fE4A356528e4Dc66B2C18123597D"]` with `tuple[ChecksumAddress, ...] | None`

rotkehlchen/tests/db/test_ens.py

[error] invalid-argument-type - :77:17 - Argument is incorrect: Expected `Timestamp`, found `Unknown | int`
[error] invalid-argument-type - :95:13 - Argument is incorrect: Expected `Timestamp`, found `Unknown | int`
[error] invalid-argument-type - :100:13 - Argument is incorrect: Expected `Timestamp`, found `Unknown | int`
[error] invalid-argument-type - :176:13 - Argument is incorrect: Expected `Timestamp`, found `Unknown | int`

rotkehlchen/tests/db/test_evmtx.py

[error] invalid-argument-type - :116:87 - Argument to bound method `make` is incorrect: Expected `EVMTxHash | None`, found `Literal[b"dsadsad"]`

rotkehlchen/tests/db/test_history_events.py

[error] invalid-argument-type - :43:17 - Argument to bound method `__init__` is incorrect: Expected `str`, found `EVMTxHash`
[error] invalid-argument-type - :58:21 - Argument to bound method `__init__` is incorrect: Expected `str`, found `EVMTxHash`
[error] invalid-argument-type - :67:21 - Argument to bound method `__init__` is incorrect: Expected `str`, found `EVMTxHash`
[error] invalid-argument-type - :81:17 - Argument to bound method `__init__` is incorrect: Expected `str`, found `EVMTxHash`

rotkehlchen/tests/exchanges/test_binance.py

[error] invalid-argument-type - :57:36 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :57:41 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`

rotkehlchen/tests/exchanges/test_binance_us.py

[error] invalid-argument-type - :27:38 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :27:43 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`

rotkehlchen/tests/exchanges/test_bitcoinde.py

[error] invalid-argument-type - :46:40 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :46:45 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`

rotkehlchen/tests/exchanges/test_bitfinex.py

[error] invalid-argument-type - :131:38 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :131:43 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`

rotkehlchen/tests/exchanges/test_bitmex.py

[error] invalid-argument-type - :33:34 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :33:39 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`

rotkehlchen/tests/exchanges/test_bitstamp.py

[error] invalid-argument-type - :37:38 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :37:43 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`

rotkehlchen/tests/exchanges/test_cryptocom.py

[error] invalid-argument-type - :30:40 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :30:45 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - :37:40 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :37:45 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`

rotkehlchen/tests/exchanges/test_iconomi.py

[error] invalid-argument-type - :31:36 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :31:41 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`

rotkehlchen/tests/exchanges/test_independentreserve.py

[error] invalid-argument-type - :24:58 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :24:63 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - :31:58 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :31:63 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`

rotkehlchen/tests/exchanges/test_kraken.py

[error] invalid-argument-type - :1079:9 - Argument to function `query_api_create_and_get_report` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :1080:9 - Argument to function `query_api_create_and_get_report` is incorrect: Expected `Timestamp`, found `Literal[1640493377]`
[error] invalid-argument-type - :1094:9 - Argument to function `query_api_create_and_get_report` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :1095:9 - Argument to function `query_api_create_and_get_report` is incorrect: Expected `Timestamp`, found `Literal[1640493377]`
[error] invalid-argument-type - :85:34 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :85:39 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"YQ=="]`
[error] invalid-argument-type - :815:32 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :815:37 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"YW55IGNhcm5hbCBwbGVhc3VyZS4="]`

rotkehlchen/tests/exchanges/test_kucoin.py

[error] invalid-argument-type - :38:9 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :39:9 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`

rotkehlchen/tests/exchanges/test_okx.py

[error] invalid-argument-type - :23:28 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :23:33 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`

rotkehlchen/tests/exchanges/test_poloniex.py

[error] invalid-argument-type - :53:38 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :53:43 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`

rotkehlchen/tests/exchanges/test_woo.py

[error] invalid-argument-type - :25:27 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - :25:32 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`

rotkehlchen/tests/external_apis/test_blockscout.py

[error] invalid-argument-type - :107:36 - Argument to bound method `has_activity` is incorrect: Expected `ChecksumAddress`, found `Literal["0x3C69Bc9B9681683890ad82953Fe67d13Cd91D5EE"]`
[error] invalid-argument-type - :108:36 - Argument to bound method `has_activity` is incorrect: Expected `ChecksumAddress`, found `Literal["0x014cd0535b2Ea668150a681524392B7633c8681c"]`
[error] invalid-argument-type - :109:36 - Argument to bound method `has_activity` is incorrect: Expected `ChecksumAddress`, found `Literal["0x6c66149E65c517605e0a2e4F707550ca342f9c1B"]`

rotkehlchen/tests/external_apis/test_cryptocompare.py

[error] invalid-argument-type - :101:9 - Argument to bound method `query_and_store_historical_data` is incorrect: Expected `Timestamp`, found `Literal[1287957545]`
[error] invalid-argument-type - :125:9 - Argument to bound method `query_and_store_historical_data` is incorrect: Expected `Timestamp`, found `Literal[1289159945]`
[error] invalid-argument-type - :174:9 - Argument to bound method `query_and_store_historical_data` is incorrect: Expected `Timestamp`, found `Literal[1287957545]`

rotkehlchen/tests/external_apis/test_defillama.py

[error] invalid-argument-type - :85:9 - Argument to bound method `query_historical_price` is incorrect: Expected `Timestamp`, found `Literal[1597024800]`

rotkehlchen/tests/external_apis/test_etherscan.py

[error] invalid-argument-type - :52:82 - Argument is incorrect: Expected `ApiKey`, found `str & ~AlwaysFalsy`
[error] invalid-argument-type - :123:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1439048640]`
[error] invalid-argument-type - :125:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x5153493bB1E1642A63A098A65dD3913daBB6AE24"]`
[error] invalid-argument-type - :208:13 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0xC951900c341aBbb3BAfbf7ee2029377071Dbc36A"]`
[error] invalid-argument-type - :209:13 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x2910543Af39abA0Cd09dBb2D50200b3E800A63D2"]`
[error] invalid-argument-type - :225:13 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC951900c341aBbb3BAfbf7ee2029377071Dbc36A"]`

rotkehlchen/tests/external_apis/test_gnosispay.py

[error] invalid-argument-type - :73:44 - Argument to bound method `get_data_for_transaction` is incorrect: Expected `EVMTxHash`, found `Literal[""]`
[error] invalid-argument-type - :73:56 - Argument to bound method `get_data_for_transaction` is incorrect: Expected `Timestamp`, found `Literal[0]`

rotkehlchen/tests/external_apis/test_google_calendar.py

[error] invalid-argument-type - :325:13 - Argument is incorrect: Expected `HexColorCode | None`, found `Literal["FF0000"]`
[error] invalid-argument-type - :338:13 - Argument is incorrect: Expected `HexColorCode | None`, found `Literal["00FF00"]`
[error] invalid-argument-type - :376:13 - Argument is incorrect: Expected `HexColorCode | None`, found `Literal["0000FF"]`

rotkehlchen/tests/external_apis/test_xratescom.py

[error] invalid-argument-type - :29:9 - Argument to function `get_historical_xratescom_exchange_rates` is incorrect: Expected `Timestamp`, found `Literal[1459585352]`
[error] invalid-argument-type - :39:9 - Argument to function `get_historical_xratescom_exchange_rates` is incorrect: Expected `Timestamp`, found `Literal[1459585352]`
[error] invalid-argument-type - :52:13 - Argument to function `get_historical_xratescom_exchange_rates` is incorrect: Expected `Timestamp`, found `Literal[512814152]`

rotkehlchen/tests/fixtures/exchanges/bitmex.py

[error] invalid-argument-type - :28:9 - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Unknown | Literal["XY98JYVL15Zn-iU9f7OsJeVf"]`
[error] invalid-argument-type - :29:9 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Unknown | Literal[b"671tM6f64bt6KhteDakj2uCCNBt7HhZVEE7H5x16Oy4zb1ag"]`

rotkehlchen/tests/fixtures/exchanges/cryptocom.py

[error] invalid-argument-type - :15:9 - Argument to function `create_test_cryptocom` is incorrect: Expected `ApiKey | None`, found `Literal["ddddddd"]`
[error] invalid-argument-type - :16:9 - Argument to function `create_test_cryptocom` is incorrect: Expected `ApiSecret | None`, found `Literal[b"secret"]`

rotkehlchen/tests/integration/test_zksynclite.py

[error] invalid-argument-type - :54:9 - Argument is incorrect: Expected `EVMTxHash`, found `Literal[b"\xb8\rF;\xbc\xf8J\x87m\xb6\xcf\x80_\x1d\x88k`\xe7\xab\r9!4\xb3t\xe2\xea\xb3\xa1\x93/\xe1"]`
[error] invalid-argument-type - :58:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :59:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x957A50DA7B25Ce98B7556AfEF1d4e5F5C60fC818"]`
[error] invalid-argument-type - :65:9 - Argument is incorrect: Expected `EVMTxHash`, found `Literal[b"1*\xb01\xb3PL\xde\xc45G\x95\x17l\xcc\xadL\xaf8\xa1P\xd5\xd3\x10\xc9^\x93I\x9bY\xee\xd1"]`
[error] invalid-argument-type - :69:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x9531C059098e3d194fF87FebB587aB07B30B1306"]`
[error] invalid-argument-type - :70:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :76:9 - Argument is incorrect: Expected `EVMTxHash`, found `Literal[b"\xe8wB<\xc4\xf2F\x13H\x96\xbfZf\xcc\x922\xa8\xbeM\xc7\x1au\xd7\xeap>\x10]\xfd\x8e{\x82"]`
[error] invalid-argument-type - :80:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x9531C059098e3d194fF87FebB587aB07B30B1306"]`
[error] invalid-argument-type - :81:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :93:9 - Argument is incorrect: Expected `EVMTxHash`, found `Literal[b'\xe8"\x81\xa8\\"\xc7r\xeb5\x17p5\xd9<\xdb\x7fU\x9b\xafp\xe0,\t\x00\xf5\x08\xe7#=\x1d\x0f']`
[error] invalid-argument-type - :97:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :98:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"]`
[error] invalid-argument-type - :110:9 - Argument is incorrect: Expected `EVMTxHash`, found `Literal[b"\x83\x00\x1f\x1cU\x80\xd9\r4Wy\xcd\x10v/\xc7\x1cL\x90 %Q\xbcH\x031\xd7\rT|\xc7"]`
[error] invalid-argument-type - :114:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :121:9 - Argument is incorrect: Expected `EVMTxHash`, found `Literal[b"3\x1f\xccI\xdc<\nw.\x0b^E\x185\x0f=\x9a\\Uv\xb4\xe8\xdb\xc7\xc5k,Y\xca\xa29\xbb"]`
[error] invalid-argument-type - :125:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x9531C059098e3d194fF87FebB587aB07B30B1306"]`
[error] invalid-argument-type - :126:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :132:9 - Argument is incorrect: Expected `EVMTxHash`, found `Literal[b"\xbdr;Z_\x87\xe4\x85\xa4x\xbc}\x1f6]\xb7\x94@\xb6\xe90[\xff;\x16\xa0\xe0\xab\x83\xe5\x19p"]`
[error] invalid-argument-type - :136:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :137:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`

rotkehlchen/tests/unit/accounting/evm/test_transactions.py

[error] invalid-argument-type - :32:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`

rotkehlchen/tests/unit/accounting/test_basic.py

[error] invalid-argument-type - :63:44 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1436979735]`
[error] invalid-argument-type - :63:56 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1495751688]`

rotkehlchen/tests/unit/accounting/test_exchanges.py

[error] invalid-argument-type - :49:77 - Argument to function `accounting_create_and_process_history` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :49:89 - Argument to function `accounting_create_and_process_history` is incorrect: Expected `Timestamp`, found `Literal[1611426233]`

rotkehlchen/tests/unit/accounting/test_prefork_assets.py

[error] invalid-argument-type - :52:44 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1436979735]`
[error] invalid-argument-type - :52:56 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1495751688]`
[error] invalid-argument-type - :105:44 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1436979735]`
[error] invalid-argument-type - :105:56 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1519693374]`
[error] invalid-argument-type - :183:44 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1436979735]`
[error] invalid-argument-type - :183:56 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1569693374]`

rotkehlchen/tests/unit/accounting/test_settings.py

[error] invalid-argument-type - :56:44 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1436979735]`
[error] invalid-argument-type - :56:56 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1519693374]`
[error] invalid-argument-type - :71:44 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1436979735]`
[error] invalid-argument-type - :71:56 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1519693374]`
[error] invalid-argument-type - :86:44 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1436979735]`
[error] invalid-argument-type - :86:56 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1519693374]`
[error] invalid-argument-type - :123:44 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1436979735]`
[error] invalid-argument-type - :123:65 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1619693374]`
[error] invalid-argument-type - :153:44 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1436979735]`
[error] invalid-argument-type - :153:56 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1519693374]`
[error] invalid-argument-type - :182:9 - Argument is incorrect: Expected `Timestamp | None`, found `Literal[1484438400]`
[error] invalid-argument-type - :183:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1484629704]`
[error] invalid-argument-type - :192:9 - Argument is incorrect: Expected `Timestamp | None`, found `Literal[1487116800]`
[error] invalid-argument-type - :193:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1487289600]`
[error] invalid-argument-type - :204:9 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1436979735]`
[error] invalid-argument-type - :205:9 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1519693374]`
[error] invalid-argument-type - :263:9 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1466979735]`
[error] invalid-argument-type - :264:9 - Argument to function `accounting_history_process` is incorrect: Expected `Timestamp`, found `Literal[1519693374]`

rotkehlchen/tests/unit/decoders/test_aave_v2.py

[error] invalid-argument-type - :207:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1605789951000]`
[error] invalid-argument-type - :219:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1605789951000]`
[error] invalid-argument-type - :232:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1605789951000]`
[error] invalid-argument-type - :245:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1605789951000]`
[error] invalid-argument-type - :272:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :315:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :329:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :358:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :401:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :415:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :444:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :507:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :521:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :536:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :694:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :756:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :770:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :785:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`

rotkehlchen/tests/unit/decoders/test_aerodrome.py

[error] invalid-argument-type - :252:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x2223F9FE624F69Da4D8256A7bCc9104FBA7F8f75"]`
[error] invalid-argument-type - :266:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x2223F9FE624F69Da4D8256A7bCc9104FBA7F8f75"]`
[error] invalid-argument-type - :280:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x2223F9FE624F69Da4D8256A7bCc9104FBA7F8f75"]`

rotkehlchen/tests/unit/decoders/test_arbitrum_one_bridge.py

[error] invalid-argument-type - :271:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x6D2457a4ad276000A615295f7A80F79E48CcD318"]`

rotkehlchen/tests/unit/decoders/test_convex.py

[error] invalid-argument-type - :168:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1655675488]`
[error] invalid-argument-type - :414:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :476:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :490:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :506:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :529:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :531:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x95c5582D781d507A084c9E5f885C77BabACf8EeA"]`
[error] invalid-argument-type - :618:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :632:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :656:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :709:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :723:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :747:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :792:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :806:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :830:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :884:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :898:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`

rotkehlchen/tests/unit/decoders/test_cowswap.py

[error] invalid-argument-type - :104:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC92E8bdf79f0507f65a392b0ab4667716BFE0110"]`
[error] invalid-argument-type - :354:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC92E8bdf79f0507f65a392b0ab4667716BFE0110"]`
[error] invalid-argument-type - :1000:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC92E8bdf79f0507f65a392b0ab4667716BFE0110"]`

rotkehlchen/tests/unit/decoders/test_curve.py

[error] invalid-argument-type - :107:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1650276061]`
[error] invalid-argument-type - :244:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1650276061]`
[error] invalid-argument-type - :246:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x767B35b9F06F6e28e5ed05eE7C27bDf992eba5d2"]`
[error] invalid-argument-type - :520:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1650276061]`
[error] invalid-argument-type - :522:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0xa8005630caE7b7d2AFADD38FD3B3040d13cbE2BC"]`
[error] invalid-argument-type - :571:70 - Argument to bound method `add_evm_internal_transactions` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xa8005630caE7b7d2AFADD38FD3B3040d13cbE2BC"]`
[error] invalid-argument-type - :635:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1650276061]`
[error] invalid-argument-type - :637:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2fac74A3a04B031F240923621a578724C40678af"]`

rotkehlchen/tests/unit/decoders/test_eigenlayer.py

[error] invalid-argument-type - :243:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xaCB55C530Acdb2849e6d4f36992Cd8c9D50ED8F7"]`

rotkehlchen/tests/unit/decoders/test_enriched.py

[error] invalid-argument-type - :36:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1646375440]`
[error] invalid-argument-type - :132:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1646375440]`

rotkehlchen/tests/unit/decoders/test_ens.py

[error] invalid-argument-type - :257:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x084b1c3C81545d370f3634392De611CaaBFf8148"]`
[error] invalid-argument-type - :713:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Unknown | Literal["0x34207C538E39F2600FE672bB84A90efF190ae4C7", "0x4bBa290826C253BD854121346c370a9886d1bC26"]`

rotkehlchen/tests/unit/decoders/test_gitcoin.py

[error] invalid-argument-type - :85:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC8CA7F1C1a391CAfE43cf7348a2E54930648a0D4"]`
[error] invalid-argument-type - :121:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3A5bd1E37b099aE3386D13947b6a90d97675e5e3"]`
[error] invalid-argument-type - :134:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xde21F729137C5Af1b01d73aF1dC21eFfa2B8a0d6"]`
[error] invalid-argument-type - :161:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x6e08E6e2D0deeb294fd53e9708f53b0fBedc06d5"]`

rotkehlchen/tests/unit/decoders/test_gitcoin_v2.py

[error] invalid-argument-type - :37:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xf0C2007aD05a8d66e98be932C698c232292eC8eA"]`
[error] invalid-argument-type - :60:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xc191a29203a83eec8e846c26340f828C68835715"]`
[error] invalid-argument-type - :154:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - :167:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - :202:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xe575282b376E3c9886779A841A2510F1Dd8C2CE4"]`
[error] invalid-argument-type - :237:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x03506eD3f57892C85DB20C36846e9c808aFe9ef4"]`
[error] invalid-argument-type - :272:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x15fa08599EB017F89c1712d0Fe76138899FdB9db"]`
[error] invalid-argument-type - :305:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xEb33BB3705135e99F7975cDC931648942cB2A96f"]`
[error] invalid-argument-type - :328:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xebaF311F318b5426815727101fB82f0Af3525d7b"]`
[error] invalid-argument-type - :354:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x6017B1d17f4D7547dC4aac88fbD0AA1826e7e6CE"]`
[error] invalid-argument-type - :380:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3d1f546F05834423Acc7e4CA1169ae320cee9AF0"]`
[error] invalid-argument-type - :418:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xa1D52F9b5339792651861329A046dD912761E9A9"]`
[error] invalid-argument-type - :445:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xcD9a4e7C2ad6AAae7Ac25c2139d71739d9Fa2284"]`
[error] invalid-argument-type - :471:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x830862F98399520f351273B12FD3C622a226bDfE"]`
[error] invalid-argument-type - :508:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - :520:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - :533:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xb9ecee9a0e273d8A1857F3B8EeA30e5dD3cb6335"]`
[error] invalid-argument-type - :546:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xE6D7b9Fb31B93E542f57c7B6bfa0a5a48EfC9D0f"]`
[error] invalid-argument-type - :584:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x698386C93513d6D0C58f296633A7A3e529bd4026"]`
[error] invalid-argument-type - :597:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xfcBf17200C64E860F6639aa12B525015d115F863"]`

rotkehlchen/tests/unit/decoders/test_kyber.py

[error] invalid-argument-type - :35:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1591043988000]`
[error] invalid-argument-type - :47:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1591043988000]`
[error] invalid-argument-type - :59:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1591043988000]`
[error] invalid-argument-type - :87:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1644182638000]`
[error] invalid-argument-type - :99:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1644182638000]`
[error] invalid-argument-type - :111:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1644182638000]`

rotkehlchen/tests/unit/decoders/test_liquity_v2.py

[error] invalid-argument-type - :45:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3Dd5BbB839f8AE9B64c73780e89Fdd1181Bf5205"]`
[error] invalid-argument-type - :58:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3Dd5BbB839f8AE9B64c73780e89Fdd1181Bf5205"]`
[error] invalid-argument-type - :77:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x807DEf5E7d057DF05C796F4bc75C3Fe82Bd6EeE1"]`
[error] invalid-argument-type - :90:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x807DEf5E7d057DF05C796F4bc75C3Fe82Bd6EeE1"]`
[error] invalid-argument-type - :129:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xBb4A9306f99ea6813187140fd0f26C7725e83c60"]`
[error] invalid-argument-type - :142:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x807DEf5E7d057DF05C796F4bc75C3Fe82Bd6EeE1"]`

rotkehlchen/tests/unit/decoders/test_main.py

[error] invalid-argument-type - :266:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :268:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0xF99973C9F33793cb83a4590daF15b36F0ab62228"]`
[error] invalid-argument-type - :296:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :304:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xF99973C9F33793cb83a4590daF15b36F0ab62228"]`
[error] invalid-argument-type - :335:9 - Argument to bound method `__init__` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :378:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - :392:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - :430:9 - Argument to bound method `__init__` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :462:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - :477:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :514:9 - Argument to bound method `__init__` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :546:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - :561:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :592:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :595:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xAe2D4617c862309A3d75A0fFB358c7a5009c673F"]`
[error] invalid-argument-type - :622:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - :637:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`

rotkehlchen/tests/unit/decoders/test_makerdao_sai.py

[error] invalid-argument-type - :55:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513958719]`
[error] invalid-argument-type - :57:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Unknown | Literal["0x01349510117dC9081937794939552463F5616dfb"]`
[error] invalid-argument-type - :107:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513958719000]`
[error] invalid-argument-type - :119:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513958719000]`
[error] invalid-argument-type - :145:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513957014]`
[error] invalid-argument-type - :147:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Unknown | Literal["0xD5684Ae2a4a722B8B31168AcF6fF3477617073ea"]`
[error] invalid-argument-type - :260:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513957014000]`
[error] invalid-argument-type - :272:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513957014000]`
[error] invalid-argument-type - :298:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513954042]`
[error] invalid-argument-type - :300:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Unknown | Literal["0x277E4b7F5DaB01C8E4389B930d3Bd1c9690CE1E8"]`
[error] invalid-argument-type - :445:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513958625]`
[error] invalid-argument-type - :447:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Unknown | Literal["0xB4be361f092D9d5edFE8606fD53260eCED3b776E"]`
[error] invalid-argument-type - :616:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513955555]`
[error] invalid-argument-type - :618:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Unknown | Literal["0x8d44EAAe757884f4F8fb4664D07ACECee71CFd89"]`
[error] invalid-argument-type - :728:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513955635]`
[error] invalid-argument-type - :730:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Unknown | Literal["0x8d44EAAe757884f4F8fb4664D07ACECee71CFd89"]`
[error] invalid-argument-type - :819:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513952436]`
[error] invalid-argument-type - :821:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Unknown | Literal["0x005e157Ae9708c55dB34e3e936CD3ebEE7265Fbc"]`
[error] invalid-argument-type - :920:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513952436000]`
[error] invalid-argument-type - :932:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513952436000]`
[error] invalid-argument-type - :958:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1514047441]`
[error] invalid-argument-type - :960:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Unknown | Literal["0xb0e83C2D71A991017e0116d58c5765Abc57384af"]`
[error] invalid-argument-type - :1070:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1663338359]`
[error] invalid-argument-type - :1072:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Unknown | Literal["0x153685A03c2025b6825AE164e2ff5681EE487667"]`
[error] invalid-argument-type - :1170:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1565146195]`
[error] invalid-argument-type - :1172:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Unknown | Literal["0x6D1723Af1727d857964d12f19ed92E63736c8dA2"]`
[error] invalid-argument-type - :1492:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1588030530]`
[error] invalid-argument-type - :1494:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Unknown | Literal["0x720972Dc53741a72fEE22400828122836640a74b"]`
[error] invalid-argument-type - :1671:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030530000]`
[error] invalid-argument-type - :1683:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030530000]`
[error] invalid-argument-type - :1704:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1588035170]`
[error] invalid-argument-type - :1706:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Unknown | Literal["0x720972Dc53741a72fEE22400828122836640a74b"]`
[error] invalid-argument-type - :1915:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - :1927:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - :1940:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - :1953:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - :1966:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - :1988:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1588030595]`
[error] invalid-argument-type - :1990:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Unknown | Literal["0x720972Dc53741a72fEE22400828122836640a74b"]`
[error] invalid-argument-type - :2004:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Unknown | Literal["0x720972Dc53741a72fEE22400828122836640a74b"]`
[error] invalid-argument-type - :2145:70 - Argument to bound method `add_evm_internal_transactions` is incorrect: Expected `ChecksumAddress | None`, found `Unknown | Literal["0x720972Dc53741a72fEE22400828122836640a74b"]`
[error] invalid-argument-type - :2155:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030595000]`
[error] invalid-argument-type - :2167:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030595000]`
[error] invalid-argument-type - :2180:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030595000]`
[error] invalid-argument-type - :2210:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2224:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2236:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2249:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2261:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2273:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2285:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2298:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2310:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`

rotkehlchen/tests/unit/decoders/test_paladin.py

[error] invalid-argument-type - :49:110 - Argument to function `timestamp_to_date` is incorrect: Expected `Timestamp`, found `Literal[1671062400]`

rotkehlchen/tests/unit/decoders/test_paraswap.py

[error] invalid-argument-type - :1215:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x216B4B4Ba9F3e719726886d34a177484278Bfcae"]`
[error] invalid-argument-type - :1227:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57"]`
[error] invalid-argument-type - :1239:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57"]`

rotkehlchen/tests/unit/decoders/test_safe.py

[error] invalid-argument-type - :200:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52"]`
[error] invalid-argument-type - :244:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52"]`
[error] invalid-argument-type - :317:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC63c477465a792537D291ADb32Ed15c0095E106B"]`

rotkehlchen/tests/unit/decoders/test_stakedao.py

[error] invalid-argument-type - :85:117 - Argument to function `timestamp_to_date` is incorrect: Expected `Timestamp`, found `Literal[1684368000]`
[error] invalid-argument-type - :126:117 - Argument to function `timestamp_to_date` is incorrect: Expected `Timestamp`, found `Literal[1673481600]`
[error] invalid-argument-type - :170:118 - Argument to function `timestamp_to_date` is incorrect: Expected `Timestamp`, found `Literal[1678924800]`
[error] invalid-argument-type - :184:118 - Argument to function `timestamp_to_date` is incorrect: Expected `Timestamp`, found `Literal[1678924800]`
[error] invalid-argument-type - :521:115 - Argument to function `timestamp_to_date` is incorrect: Expected `Timestamp`, found `Literal[1678924800]`

rotkehlchen/tests/unit/decoders/test_uniswapv2.py

[error] invalid-argument-type - :391:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D"]`
[error] invalid-argument-type - :507:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`
[error] invalid-argument-type - :519:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`
[error] invalid-argument-type - :532:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`
[error] invalid-argument-type - :544:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`

rotkehlchen/tests/unit/decoders/test_uniswapv3.py

[error] invalid-argument-type - :169:53 - Argument to function `ethaddress_to_identifier` is incorrect: Expected `ChecksumAddress`, found `Literal["0xd9Fcd98c322942075A5C3860693e9f4f03AAE07b"]`
[error] invalid-argument-type - :694:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD"]`
[error] invalid-argument-type - :706:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD"]`
[error] invalid-argument-type - :732:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0dc9877F6024CCf16a470a74176C9260beb83AB6"]`
[error] invalid-argument-type - :745:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0dc9877F6024CCf16a470a74176C9260beb83AB6"]`
[error] invalid-argument-type - :771:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xb26655EBEe9DFA2f8D20523FE7CaE45CBe0122A2"]`

rotkehlchen/tests/unit/decoders/test_zerox.py

[error] invalid-argument-type - :1282:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - :1294:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - :1330:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x000000000022D473030F116dDEE9F6B43aC78BA3"]`
[error] invalid-argument-type - :1342:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - :1354:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - :1390:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - :1402:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - :1435:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xB254ee265261675528bdDb0796741c0C65a4C158"]`
[error] invalid-argument-type - :1447:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xB254ee265261675528bdDb0796741c0C65a4C158"]`
[error] invalid-argument-type - :1480:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x5C9bdC801a600c006c388FC032dCb27355154cC9"]`
[error] invalid-argument-type - :1492:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x5C9bdC801a600c006c388FC032dCb27355154cC9"]`
[error] invalid-argument-type - :1525:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x4C6F446dD88fD1be8B80D2940806002777dc12a2"]`
[error] invalid-argument-type - :1537:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x4C6F446dD88fD1be8B80D2940806002777dc12a2"]`
[error] invalid-argument-type - :1570:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x402867B638339ad8Bec6e5373cfa95Da0b462c85"]`
[error] invalid-argument-type - :1582:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x402867B638339ad8Bec6e5373cfa95Da0b462c85"]`
[error] invalid-argument-type - :1615:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x7f20a7A526D1BAB092e3Be0733D96287E93cEf59"]`
[error] invalid-argument-type - :1627:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x7f20a7A526D1BAB092e3Be0733D96287E93cEf59"]`

rotkehlchen/tests/unit/globaldb/test_globaldb.py

[error] invalid-argument-type - :246:9 - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - :258:9 - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - :329:9 - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[1585090944]`
[error] invalid-argument-type - :345:9 - Argument to bound method `initialize` is incorrect: Expected `ChecksumAddress`, found `Literal["0xDBf31dF14B66535aF65AaC99C32e9eA844e14501"]`
[error] invalid-argument-type - :355:9 - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[1605069649]`
[error] invalid-argument-type - :358:9 - Argument to bound method `initialize` is incorrect: Expected `ChecksumAddress`, found `Literal["0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c"]`
[error] invalid-argument-type - :566:9 - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - :580:9 - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - :588:9 - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - :688:9 - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - :702:9 - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - :706:9 - Argument to bound method `initialize` is incorrect: Expected `ChecksumAddress`, found `Literal["0x111111111117dC0aa78b770fA6A738034120C302"]`
[error] invalid-argument-type - :721:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1337]`
[error] invalid-argument-type - :722:9 - Argument is incorrect: Expected `Price`, found `FVal`
[error] unsupported-operator - :1002:16 - Operator `>=` is not supported for types `Timestamp` and `None`, in comparing `Timestamp` with `Timestamp | None`
[error] unsupported-operator - :1002:31 - Operator `>=` is not supported for types `None` and `Timestamp`, in comparing `Timestamp | None` with `Timestamp`

rotkehlchen/tests/unit/globaldb/test_globaldb_cache.py

[error] invalid-argument-type - :392:9 - Argument to function `get_evm_token` is incorrect: Expected `ChecksumAddress`, found `Literal["0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811"]`
[error] invalid-argument-type - :458:9 - Argument to function `get_evm_token` is incorrect: Expected `ChecksumAddress`, found `Literal["0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811"]`

rotkehlchen/tests/unit/test_assets.py

[error] invalid-argument-type - :1009:9 - Argument to function `get_or_create_evm_token` is incorrect: Expected `ChecksumAddress`, found `Literal["0x6B175474E89094C44Da98b954EedeAC495271d0F"]`
[error] invalid-argument-type - :1016:9 - Argument to function `get_or_create_evm_token` is incorrect: Expected `ChecksumAddress`, found `Literal["0xA379B8204A49A72FF9703e18eE61402FAfCCdD60"]`
[error] invalid-argument-type - :1026:9 - Argument to function `get_or_create_evm_token` is incorrect: Expected `ChecksumAddress`, found `Literal["0xB179B8204A49672FF9703e18eE61402FAfCCdD60"]`
[error] invalid-argument-type - :1036:9 - Argument to function `get_or_create_evm_token` is incorrect: Expected `ChecksumAddress`, found `Literal["0xdAC17F958D2ee523a2206206994597C13D831ec7"]`

rotkehlchen/tests/unit/test_ethereum_inquirer.py

[error] invalid-argument-type - :92:17 - Argument is incorrect: Expected `Timestamp`, found `Literal[1]`
[error] invalid-argument-type - :121:17 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x5bEaBAEBB3146685Dd74176f68a0721F91297D37"]`
[error] invalid-argument-type - :129:21 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x73282A63F0e3D7e9604575420F777361ecA3C86A"]`
[error] invalid-argument-type - :149:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1633128954]`
[error] invalid-argument-type - :151:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2F6789A208A05C762cA8d142A3df95d29C18b065"]`
[error] invalid-argument-type - :152:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x7Be8076f4EA4A4AD08075C2508e481d6C946D12b"]`

rotkehlchen/tests/unit/test_evm_tx_decoding.py

[error] invalid-argument-type - :129:38 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :147:25 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1569924574000]`
[error] invalid-argument-type - :162:25 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1569924574000]`

rotkehlchen/tests/unit/test_pairs.py

[error] invalid-argument-type - :8:34 - Argument to function `get_pair_position_str` is incorrect: Expected `TradePair`, found `Literal["ETH_BTC"]`
[error] invalid-argument-type - :9:34 - Argument to function `get_pair_position_str` is incorrect: Expected `TradePair`, found `Literal["ETH_BTC"]`
[error] invalid-argument-type - :12:31 - Argument to function `get_pair_position_str` is incorrect: Expected `TradePair`, found `Literal["ETH_BTC"]`
[error] invalid-argument-type - :14:31 - Argument to function `get_pair_position_str` is incorrect: Expected `TradePair`, found `Literal["ETH_BTC"]`
[error] invalid-argument-type - :17:31 - Argument to function `get_pair_position_str` is incorrect: Expected `TradePair`, found `Literal["_"]`
[error] invalid-argument-type - :19:31 - Argument to function `get_pair_position_str` is incorrect: Expected `TradePair`, found `Literal["ETH_"]`
[error] invalid-argument-type - :21:31 - Argument to function `get_pair_position_str` is incorrect: Expected `TradePair`, found `Literal["_BTC"]`
[error] invalid-argument-type - :23:31 - Argument to function `get_pair_position_str` is incorrect: Expected `TradePair`, found `Literal["ETH_BTC_USD"]`
[error] invalid-argument-type - :26:34 - Argument to function `get_pair_position_str` is incorrect: Expected `TradePair`, found `Literal["ETH_FDFSFDSFDSF"]`
[error] invalid-argument-type - :27:34 - Argument to function `get_pair_position_str` is incorrect: Expected `TradePair`, found `Literal["FDFSFDSFDSF_BTC"]`
[error] invalid-argument-type - :29:34 - Argument to function `get_pair_position_str` is incorrect: Expected `TradePair`, found `Literal["ETH_RDN"]`
[error] invalid-argument-type - :30:34 - Argument to function `get_pair_position_str` is incorrect: Expected `TradePair`, found `Literal["ETH_RDN"]`

rotkehlchen/tests/unit/test_price_historian.py

[error] invalid-argument-type - :182:121 - Argument to bound method `__init__` is incorrect: Expected `Timestamp`, found `Literal[1614556800]`

rotkehlchen/tests/unit/test_structures.py

[error] invalid-argument-type - :206:38 - Argument to function `ethaddress_to_identifier` is incorrect: Expected `ChecksumAddress`, found `Literal["0x6B175474E89094C44Da98b954EedeAC495271d0F"]`
[error] invalid-argument-type - :229:38 - Argument to function `ethaddress_to_identifier` is incorrect: Expected `ChecksumAddress`, found `Literal["0x6B175474E89094C44Da98b954EedeAC495271d0F"]`

rotkehlchen/tests/unit/test_substrate_manager.py

[error] invalid-argument-type - :115:13 - Argument is incorrect: Expected `BlockNumber`, found `Literal[1000]`
[error] invalid-argument-type - :122:13 - Argument is incorrect: Expected `BlockNumber`, found `Literal[750]`
[error] invalid-argument-type - :129:13 - Argument is incorrect: Expected `BlockNumber`, found `Literal[1000]`

rotkehlchen/tests/unit/test_tasks_manager.py

[error] invalid-argument-type - :234:56 - Argument to bound method `get_receipt` is incorrect: Expected `EVMTxHash`, found `bytes`

rotkehlchen/tests/unit/test_tokens.py

[error] unresolved-attribute - :167:51 -
Old: Type `def find_usd_prices(assets: list[Asset], ignore_cache: bool = Literal[False], skip_onchain: bool = Literal[False]) -> dict[Asset, Unknown]` has no attribute `call_args_list`
New: Type `def find_usd_prices(assets: list[Asset], ignore_cache: bool = Literal[False], skip_onchain: bool = Literal[False]) -> dict[Asset, Price]` has no attribute `call_args_list`

rotkehlchen/tests/unit/test_utils.py

[error] invalid-argument-type - :356:30 - Argument to function `timestamp_to_date` is incorrect: Expected `Timestamp`, found `Literal[1611395717]`

rotkehlchen/tests/utils/blockchain.py

[error] unsupported-operator - :635:12 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[Unknown] | None`
New: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[ChecksumAddress] | None`
[error] unsupported-operator - :640:12 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[Unknown] | None`
New: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[ChecksumAddress] | None`

rotkehlchen/tests/utils/history.py

[error] unsupported-operator - :884:12 -
Old: Operator `in` is not supported for types `tuple[Unknown | Asset, Unknown]` and `None`, in comparing `tuple[Unknown | Asset, Unknown]` with `list[tuple[Asset, Unknown]] | None`
New: Operator `in` is not supported for types `tuple[Unknown | Asset, Unknown]` and `None`, in comparing `tuple[Unknown | Asset, Unknown]` with `list[tuple[Asset, Timestamp]] | None`

rotkehlchen/tests/utils/makerdao.py

[error] invalid-argument-type - :123:52 - Argument to bound method `contract` is incorrect: Expected `ChecksumAddress`, found `Literal["DS_PROXY_REGISTRY"]`

websockets (https://github.com/aaugustin/websockets)

src/websockets/server.py

[error] unresolved-attribute - :110:17 -
Old: Type `(ServerProtocol, Sequence[Unknown], /) -> Unknown | None` has no attribute `__get__`
New: Type `(ServerProtocol, Sequence[Subprotocol], /) -> Subprotocol | None` has no attribute `__get__`