Summary

Comparing branches/commits:
Old: main (merge base) a151f974
New: 21157/merge 44e32a74
Lint Rule Removed Added Changed
Total 42 513 13
invalid-argument-type 1 495 3
unused-ignore-comment 39 0 0
unsupported-operator 0 5 4
invalid-assignment 1 4 0
invalid-return-type 1 2 2
type-assertion-failure 0 2 2
invalid-newtype 0 2 0
no-matching-overload 0 2 0
call-non-callable 0 0 1
non-subscriptable 0 1 0
unresolved-attribute 0 0 1

asynq (https://github.com/quora/asynq)

asynq/tools.py

[error] unsupported-operator - :467:28 - Operator `-` is unsupported between objects of type `Utime` and `Unknown | None | Utime`

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

src/bokeh/server/views/session_handler.py

[error] invalid-assignment - :87:9 - Object of type `str | None` is not assignable to `ID | None`
[error] invalid-assignment - :92:13 - Object of type `Unknown | str | None` is not assignable to `ID | None`

src/bokeh/models/widgets/buttons.py

[error] invalid-argument-type - :225:49 - Argument is incorrect: Expected `ID`, found `Literal["help"]`

src/bokeh/server/views/autoload_js_handler.py

[error] invalid-argument-type - :88:57 - Argument to bound method `__init__` is incorrect: Expected `ID | None`, found `str & ~AlwaysFalsy`

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

mesonbuild/build.py

[error] invalid-argument-type - :2849:89 - Argument to bound method `single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - :3119:40 - Argument to bound method `__init__` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - :3163:40 - Argument is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - :3222:40 - Argument to bound method `__init__` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - :2920:40 - Argument is incorrect: Expected `SubProject`, found `str`

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - :167:98 - Argument to bound method `single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - :170:76 - Argument to bound method `single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - :173:82 - Argument to bound method `single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - :259:71 - Argument to bound method `__init__` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - :1442:34 - Argument to bound method `__init__` 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], Any, @Todo]`, found `tuple[Any, None | Any, None | Any, Any]`
New: Return type does not match returned value: expected `tuple[BaseNode, list[@Todo], Any, 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[@Todo, 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[@Todo, 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/chain/evm/decoding/interfaces.py

[error] unsupported-operator - :60:9 - Operator `|` is unsupported between objects of type `<class 'tuple[set[ChecksumAddress], set[ChecksumAddress]]'>` and `None`

rotkehlchen/chain/evm/decoding/spark/savings/decoder.py

[error] unsupported-operator - :226:13 - Operator `|=` is unsupported between objects of type `dict[Unknown, tuple[bound method Self@addresses_to_decoders._decode_spark_tokens_deposit_withdrawal(context: DecoderContext) -> EvmDecodingOutput]]` and `dict[Unknown | ChecksumAddress, Unknown | tuple[bound method Self@addresses_to_decoders._decode_psm_deposit_withdrawal(context: DecoderContext) -> EvmDecodingOutput]]`

rotkehlchen/chain/evm/proxies_inquirer.py

[error] invalid-argument-type - :154:21 - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `list[ChecksumAddress]`

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 - :51:13 - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int] | Unknown]`
[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]`
[error] invalid-argument-type - :61:13 - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int] | Unknown]`

rotkehlchen/tests/unit/test_etherscan.py

[error] invalid-argument-type - :6:34 - Argument to function `_hashes_tuple_to_list` is incorrect: Expected `set[tuple[EVMTxHash, Timestamp]]`, found `set[Unknown | tuple[str, int]]`

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/chain/ethereum/modules/curve/crvusd/decoder.py

[warning] unused-ignore-comment - :69:72 - Unused blanket `type: ignore` directive

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

[warning] unused-ignore-comment - :81:117 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :148:117 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :235:117 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :274:117 - Unused blanket `type: ignore` directive

rotkehlchen/chain/ethereum/modules/thegraph/accountant.py

[warning] unused-ignore-comment - :30:69 - Unused blanket `type: ignore` directive

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

[warning] unused-ignore-comment - :302:73 - 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 - :456:61 - Unused blanket `type: ignore` directive

rotkehlchen/accounting/structures/processed_event.py

[error] no-matching-overload - :151:42 - No overload of bound method `sub` matches arguments

rotkehlchen/api/rest.py

[error] invalid-argument-type - :4569:21 - Argument to bound method `get_or_create_transaction` is incorrect: Expected `ChecksumAddress | None`, found `ChecksumAddress | SolanaAddress`
[error] invalid-argument-type - :4574:21 - Argument to bound method `add_transaction_by_hash` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | SolanaAddress`
[warning] unused-ignore-comment - :2909:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2917:89 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :5907:73 - 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/assets/utils.py

[warning] unused-ignore-comment - :114:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :570:96 - Unused blanket `type: ignore` directive

rotkehlchen/chain/bitcoin/manager.py

[error] invalid-assignment - :67:13 - Object of type `Unknown | list[ChecksumAddress]` is not assignable to attribute `tracked_accounts` of type `list[BTCAddress]`

rotkehlchen/chain/decoding/tools.py

[error] invalid-argument-type - :97:13 - Argument to function `decode_transfer_direction` is incorrect: Argument type `A@BaseDecoderTools` does not satisfy constraints (`BTCAddress`, `ChecksumAddress`, `SubstrateAddress`, `SolanaAddress`) of type variable `AnyBlockchainAddress`

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

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

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

[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[@Todo, str]`, found `dict[@Todo, Literal["yearn-v1", "yearn-v2"]]`
New: Return type does not match returned value: expected `dict[ChecksumAddress, str]`, found `dict[ChecksumAddress, Literal["yearn-v1", "yearn-v2"]]`

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

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

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

[warning] unused-ignore-comment - :512:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :516:70 - Unused blanket `type: ignore` directive

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

[warning] unused-ignore-comment - :91:67 - Unused blanket `type: ignore` directive

rotkehlchen/chain/evm/decoding/thegraph/balances.py

[error] invalid-argument-type - :139:43 -
Old: Argument to bound method `append` is incorrect: Expected `tuple[@Todo, @Todo, @Todo, int]`, found `tuple[@Todo, Unknown]`
New: Argument to bound method `append` is incorrect: Expected `tuple[ChecksumAddress, ChecksumAddress, ChecksumAddress, int]`, found `tuple[@Todo, Unknown]`

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

[warning] unused-ignore-comment - :146:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :176:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :250:97 - Unused blanket `type: ignore` directive

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/chain/evm/transactions.py

[warning] unused-ignore-comment - :217:100 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :339:91 - Unused blanket `type: ignore` directive

rotkehlchen/chain/zksync_lite/manager.py

[error] invalid-argument-type - :643:39 - Argument to bound method `append` is incorrect: Expected `tuple[int, HistoryEventType, HistoryEventSubType, Asset, FVal, ChecksumAddress, ChecksumAddress | None, str]`, found `tuple[Literal[0], Literal[HistoryEventType.WITHDRAWAL], Literal[HistoryEventSubType.BRIDGE], Asset, FVal, ChecksumAddress | None, None, str]`
[warning] unused-ignore-comment - :697:42 - Unused blanket `type: ignore` directive

rotkehlchen/db/history_events.py

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

rotkehlchen/externalapis/cryptocompare.py

[error] invalid-argument-type - :414:41 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[dict[str, Any]] | Price`
[error] non-subscriptable - :415:26 - Cannot subscript object of type `Price` with no `__getitem__` method
[error] unsupported-operator - :425:22 -
Old: Operator `*` is unsupported between objects of type `list[dict[str, Any]] | @Todo` and `list[dict[str, Any]] | @Todo`
New: Operator `*` is unsupported between objects of type `list[dict[str, Any]] | Price` and `list[dict[str, Any]] | Price`

rotkehlchen/externalapis/etherscan.py

[warning] unused-ignore-comment - :332:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :337:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :441:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :523:84 - Unused blanket `type: ignore` directive

rotkehlchen/inquirer.py

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

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 - :361:9 - Argument to bound method `add_queried_address_for_module` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :366:13 - Argument to bound method `save_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :372:13 - Argument to bound method `save_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] no-matching-overload - :384:13 - No overload of bound method `set_dynamic_cache` matches arguments
[error] invalid-argument-type - :443:13 - Argument to bound method `get_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :449:13 - Argument to bound method `get_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :614:13 - Argument is incorrect: Expected `Timestamp`, found `int`
[error] invalid-argument-type - :731:13 - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1451606401]`
[error] invalid-argument-type - :732:13 - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1485907100]`
[error] invalid-argument-type - :744:13 - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1451606300]`
[error] invalid-argument-type - :745:13 - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1485907000]`
[error] invalid-argument-type - :1152:9 - Argument is incorrect: Expected `Timestamp | None`, found `Literal[1451606400]`
[error] invalid-argument-type - :1153:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1451616500]`
[error] invalid-argument-type - :1163:9 - Argument is incorrect: Expected `Timestamp | None`, found `Literal[1451626500]`
[error] invalid-argument-type - :1164:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1451636500]`
[error] invalid-argument-type - :1174:9 - Argument is incorrect: Expected `Timestamp | None`, found `Literal[1452636501]`
[error] invalid-argument-type - :1175:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1459836501]`
[error] invalid-argument-type - :1282:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1288:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1306:17 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1312:17 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1332:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1338:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1344:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676729]`
[error] invalid-argument-type - :1350:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676829]`
[error] invalid-argument-type - :1356:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590677829]`
[error] invalid-argument-type - :1362:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590677829]`
[error] invalid-argument-type - :1368:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590777829]`
[error] invalid-argument-type - :1374:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590877829]`
[error] invalid-argument-type - :1380:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590877829]`
[error] invalid-argument-type - :1386:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590877829]`
[error] invalid-argument-type - :1400:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590877829]`
[error] invalid-argument-type - :1413:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1418:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676729]`
[error] invalid-argument-type - :1423:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590677829]`
[error] invalid-argument-type - :1427:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590777829]`
[error] invalid-argument-type - :1432:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590877829]`
[error] invalid-argument-type - :1461:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1467:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1480:59 - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - :1480:70 - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1590676728]`
[error] invalid-argument-type - :1485:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1489:13 - Argument is incorrect: Expected `Timestamp`, found `Literal[1590676728]`
[error] invalid-argument-type - :1574:59 - Argument is incorrect: Expected `ApiKey`, found `str`
[error] invalid-argument-type - :1599:13 - Argument to bound method `add_queried_address_for_module` is incorrect: Expected `ChecksumAddress`, found `Literal["0xd36029d76af6fE4A356528e4Dc66B2C18123597D"]`
[error] unsupported-operator - :1602:16 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["0xd36029d76af6fE4A356528e4Dc66B2C18123597D"]` with `tuple[@Todo, ...] | 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 `int`
[error] invalid-argument-type - :95:13 - Argument is incorrect: Expected `Timestamp`, found `int`
[error] invalid-argument-type - :100:13 - Argument is incorrect: Expected `Timestamp`, found `int`
[error] invalid-argument-type - :176:13 - Argument is incorrect: Expected `Timestamp`, found `int`

rotkehlchen/tests/db/test_evmtx.py

[error] invalid-argument-type - :116:83 - 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`
[error] invalid-argument-type - :214:25 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Unknown | str`

rotkehlchen/tests/db/test_reports.py

[error] call-non-callable - :199:31 -
Old: Object of type `list[Unknown | int]` is not callable
New: Object of type `list[Unknown | Timestamp]` is not callable

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 - :96: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 - :78:57 - Argument to bound method `query_remote_for_tx_and_update_events` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :78:69 - Argument to bound method `query_remote_for_tx_and_update_events` is incorrect: Expected `Timestamp`, found `Literal[1]`

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 `Literal["XY98JYVL15Zn-iU9f7OsJeVf"]`
[error] invalid-argument-type - :29:9 - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `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_blockchain.py

[error] invalid-argument-type - :40:9 -
Old: Argument to function `mock_etherscan_query` is incorrect: Expected `dict[@Todo, dict[str | EvmToken, Any]]`, found `dict[Unknown, Unknown | dict[Unknown | Asset, Unknown | int]]`
New: Argument to function `mock_etherscan_query` is incorrect: Expected `dict[ChecksumAddress, dict[str | EvmToken, Any]]`, found `dict[Unknown | ChecksumAddress, Unknown | dict[Unknown | Asset, Unknown | int]]`

rotkehlchen/tests/integration/test_zksynclite.py

[error] invalid-argument-type - :55: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 - :59:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :60:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x957A50DA7B25Ce98B7556AfEF1d4e5F5C60fC818"]`
[error] invalid-argument-type - :66: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 - :70:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x9531C059098e3d194fF87FebB587aB07B30B1306"]`
[error] invalid-argument-type - :71:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :77: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 - :81:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x9531C059098e3d194fF87FebB587aB07B30B1306"]`
[error] invalid-argument-type - :82:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :94: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 - :98:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :99:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd"]`
[error] invalid-argument-type - :111: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 - :115:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :122: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 - :126:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x9531C059098e3d194fF87FebB587aB07B30B1306"]`
[error] invalid-argument-type - :127:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :133: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 - :137:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :138: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 - :271:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :314:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :328:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :356:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :399:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :413:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :441:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :504:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :518:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :533:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :690:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :752:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :766:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :781:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`

rotkehlchen/tests/unit/decoders/test_aerodrome.py

[error] invalid-argument-type - :248:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x2223F9FE624F69Da4D8256A7bCc9104FBA7F8f75"]`
[error] invalid-argument-type - :261:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x2223F9FE624F69Da4D8256A7bCc9104FBA7F8f75"]`
[error] invalid-argument-type - :274: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 - :166:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1655675488]`
[error] invalid-argument-type - :412:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :474:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :488:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :503:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :526:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :528:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x95c5582D781d507A084c9E5f885C77BabACf8EeA"]`
[error] invalid-argument-type - :615:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :629:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :653:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :706:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :720:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :744:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :789:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :803:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :827:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :881:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :895:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`

rotkehlchen/tests/unit/decoders/test_cowswap.py

[error] invalid-argument-type - :112:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC92E8bdf79f0507f65a392b0ab4667716BFE0110"]`
[error] invalid-argument-type - :359:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC92E8bdf79f0507f65a392b0ab4667716BFE0110"]`
[error] invalid-argument-type - :1094: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 - :243:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1650276061]`
[error] invalid-argument-type - :245:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x767B35b9F06F6e28e5ed05eE7C27bDf992eba5d2"]`
[error] invalid-argument-type - :517:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1650276061]`
[error] invalid-argument-type - :519:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0xa8005630caE7b7d2AFADD38FD3B3040d13cbE2BC"]`
[error] invalid-argument-type - :568:70 - Argument to bound method `add_evm_internal_transactions` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xa8005630caE7b7d2AFADD38FD3B3040d13cbE2BC"]`
[error] invalid-argument-type - :631:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1650276061]`
[error] invalid-argument-type - :633:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2fac74A3a04B031F240923621a578724C40678af"]`

rotkehlchen/tests/unit/decoders/test_eigenlayer.py

[error] invalid-argument-type - :240: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 - :35:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1646375440]`
[error] invalid-argument-type - :130:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1646375440]`

rotkehlchen/tests/unit/decoders/test_ens.py

[error] invalid-argument-type - :255:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x084b1c3C81545d370f3634392De611CaaBFf8148"]`
[error] invalid-argument-type - :705: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 - :86:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC8CA7F1C1a391CAfE43cf7348a2E54930648a0D4"]`
[error] invalid-argument-type - :122:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3A5bd1E37b099aE3386D13947b6a90d97675e5e3"]`
[error] invalid-argument-type - :135:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xde21F729137C5Af1b01d73aF1dC21eFfa2B8a0d6"]`
[error] invalid-argument-type - :162: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 - :38:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xf0C2007aD05a8d66e98be932C698c232292eC8eA"]`
[error] invalid-argument-type - :61:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xc191a29203a83eec8e846c26340f828C68835715"]`
[error] invalid-argument-type - :115:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Unknown | str`
[error] invalid-argument-type - :155:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - :168:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - :203:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xe575282b376E3c9886779A841A2510F1Dd8C2CE4"]`
[error] invalid-argument-type - :238:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x03506eD3f57892C85DB20C36846e9c808aFe9ef4"]`
[error] invalid-argument-type - :273:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x15fa08599EB017F89c1712d0Fe76138899FdB9db"]`
[error] invalid-argument-type - :306:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xEb33BB3705135e99F7975cDC931648942cB2A96f"]`
[error] invalid-argument-type - :329:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xebaF311F318b5426815727101fB82f0Af3525d7b"]`
[error] invalid-argument-type - :355:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x6017B1d17f4D7547dC4aac88fbD0AA1826e7e6CE"]`
[error] invalid-argument-type - :381:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3d1f546F05834423Acc7e4CA1169ae320cee9AF0"]`
[error] invalid-argument-type - :419:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xa1D52F9b5339792651861329A046dD912761E9A9"]`
[error] invalid-argument-type - :446:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xcD9a4e7C2ad6AAae7Ac25c2139d71739d9Fa2284"]`
[error] invalid-argument-type - :472:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x830862F98399520f351273B12FD3C622a226bDfE"]`
[error] invalid-argument-type - :509:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - :521:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - :534:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xb9ecee9a0e273d8A1857F3B8EeA30e5dD3cb6335"]`
[error] invalid-argument-type - :547:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xE6D7b9Fb31B93E542f57c7B6bfa0a5a48EfC9D0f"]`
[error] invalid-argument-type - :585:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x698386C93513d6D0C58f296633A7A3e529bd4026"]`
[error] invalid-argument-type - :598: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 - :34:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1591043988000]`
[error] invalid-argument-type - :46:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1591043988000]`
[error] invalid-argument-type - :58:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1591043988000]`
[error] invalid-argument-type - :85:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1644182638000]`
[error] invalid-argument-type - :97:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1644182638000]`
[error] invalid-argument-type - :109: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 - :274:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :276:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0xF99973C9F33793cb83a4590daF15b36F0ab62228"]`
[error] invalid-argument-type - :304:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :312:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xF99973C9F33793cb83a4590daF15b36F0ab62228"]`
[error] invalid-argument-type - :343:9 - Argument to bound method `__init__` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :386:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - :400:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - :438:9 - Argument to bound method `__init__` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :470:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - :485:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :522:9 - Argument to bound method `__init__` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :554:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - :569:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - :600:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - :603:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xAe2D4617c862309A3d75A0fFB358c7a5009c673F"]`
[error] invalid-argument-type - :630:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - :645: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 - :54:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513958719]`
[error] invalid-argument-type - :56:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x01349510117dC9081937794939552463F5616dfb"]`
[error] invalid-argument-type - :106:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513958719000]`
[error] invalid-argument-type - :118:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513958719000]`
[error] invalid-argument-type - :143:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513957014]`
[error] invalid-argument-type - :145:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0xD5684Ae2a4a722B8B31168AcF6fF3477617073ea"]`
[error] invalid-argument-type - :258:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513957014000]`
[error] invalid-argument-type - :270:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513957014000]`
[error] invalid-argument-type - :295:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513954042]`
[error] invalid-argument-type - :297:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x277E4b7F5DaB01C8E4389B930d3Bd1c9690CE1E8"]`
[error] invalid-argument-type - :441:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513958625]`
[error] invalid-argument-type - :443:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0xB4be361f092D9d5edFE8606fD53260eCED3b776E"]`
[error] invalid-argument-type - :611:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513955555]`
[error] invalid-argument-type - :613:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x8d44EAAe757884f4F8fb4664D07ACECee71CFd89"]`
[error] invalid-argument-type - :722:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513955635]`
[error] invalid-argument-type - :724:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x8d44EAAe757884f4F8fb4664D07ACECee71CFd89"]`
[error] invalid-argument-type - :812:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1513952436]`
[error] invalid-argument-type - :814:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x005e157Ae9708c55dB34e3e936CD3ebEE7265Fbc"]`
[error] invalid-argument-type - :913:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513952436000]`
[error] invalid-argument-type - :925:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513952436000]`
[error] invalid-argument-type - :950:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1514047441]`
[error] invalid-argument-type - :952:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0xb0e83C2D71A991017e0116d58c5765Abc57384af"]`
[error] invalid-argument-type - :1061:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1663338359]`
[error] invalid-argument-type - :1063:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x153685A03c2025b6825AE164e2ff5681EE487667"]`
[error] invalid-argument-type - :1160:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1565146195]`
[error] invalid-argument-type - :1162:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x6D1723Af1727d857964d12f19ed92E63736c8dA2"]`
[error] invalid-argument-type - :1481:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1588030530]`
[error] invalid-argument-type - :1483:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x720972Dc53741a72fEE22400828122836640a74b"]`
[error] invalid-argument-type - :1660:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030530000]`
[error] invalid-argument-type - :1672:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030530000]`
[error] invalid-argument-type - :1692:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1588035170]`
[error] invalid-argument-type - :1694:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x720972Dc53741a72fEE22400828122836640a74b"]`
[error] invalid-argument-type - :1903:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - :1915:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - :1928:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - :1941:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - :1954:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - :1975:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1588030595]`
[error] invalid-argument-type - :1977:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x720972Dc53741a72fEE22400828122836640a74b"]`
[error] invalid-argument-type - :1991:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x720972Dc53741a72fEE22400828122836640a74b"]`
[error] invalid-argument-type - :2132:70 - Argument to bound method `add_evm_internal_transactions` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x720972Dc53741a72fEE22400828122836640a74b"]`
[error] invalid-argument-type - :2142:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030595000]`
[error] invalid-argument-type - :2154: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 - :2196:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2210:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2222:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2235:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2247:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2259:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2271:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2284:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - :2296:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`

rotkehlchen/tests/unit/decoders/test_paladin.py

[error] invalid-argument-type - :48: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_paraswap_v6.py

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

rotkehlchen/tests/unit/decoders/test_safe.py

[error] invalid-argument-type - :202:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52"]`
[error] invalid-argument-type - :245:13 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52"]`
[error] invalid-argument-type - :316: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 - :84:117 - Argument to function `timestamp_to_date` is incorrect: Expected `Timestamp`, found `Literal[1684368000]`
[error] invalid-argument-type - :123:117 - Argument to function `timestamp_to_date` is incorrect: Expected `Timestamp`, found `Literal[1673481600]`
[error] invalid-argument-type - :165:118 - Argument to function `timestamp_to_date` is incorrect: Expected `Timestamp`, found `Literal[1678924800]`
[error] invalid-argument-type - :178:118 - Argument to function `timestamp_to_date` is incorrect: Expected `Timestamp`, found `Literal[1678924800]`
[error] invalid-argument-type - :509: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 - :389:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D"]`
[error] invalid-argument-type - :505:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`
[error] invalid-argument-type - :517:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`
[error] invalid-argument-type - :530:13 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`
[error] invalid-argument-type - :542: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 - :689:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD"]`
[error] invalid-argument-type - :701:9 - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD"]`

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 - :453:26 - Argument to bound method `get` is incorrect: Expected `ChecksumAddress`, found `Unknown | str`
[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_bitcoin_cash.py

[error] invalid-argument-type - :58:48 - Argument to function `force_addresses_to_legacy_addresses` is incorrect: Expected `set[ChecksumAddress]`, found `set[Unknown | str]`
[error] invalid-argument-type - :82:13 - Argument to function `validate_bch_address_input` is incorrect: Expected `set[ChecksumAddress]`, found `set[Unknown | str]`

rotkehlchen/tests/unit/test_ethereum_inquirer.py

[error] invalid-argument-type - :91:17 - Argument is incorrect: Expected `Timestamp`, found `Literal[1]`
[error] invalid-argument-type - :120:17 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x5bEaBAEBB3146685Dd74176f68a0721F91297D37"]`
[error] invalid-argument-type - :128:21 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x73282A63F0e3D7e9604575420F777361ecA3C86A"]`
[error] invalid-argument-type - :148:9 - Argument is incorrect: Expected `Timestamp`, found `Literal[1633128954]`
[error] invalid-argument-type - :150:9 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2F6789A208A05C762cA8d142A3df95d29C18b065"]`
[error] invalid-argument-type - :151:9 - Argument is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x7Be8076f4EA4A4AD08075C2508e481d6C946D12b"]`

rotkehlchen/tests/unit/test_evm_tx_decoding.py

[error] invalid-argument-type - :134:38 - Argument is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - :152:25 - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1569924574000]`
[error] invalid-argument-type - :167: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_tokens.py

[error] invalid-argument-type - :202:9 - Argument to function `generate_multicall_chunks` is incorrect: Expected `Mapping[ChecksumAddress, Sequence[Unknown]]`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`

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 - :636:12 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[@Todo] | None`
New: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[ChecksumAddress] | None`
[error] unsupported-operator - :641:12 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[@Todo] | None`
New: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[ChecksumAddress] | 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"]`

strawberry (https://github.com/strawberry-graphql/strawberry)

strawberry/schema/types/scalar.py

[error] invalid-argument-type - :60:36 - Argument to function `_get_scalar_definition` is incorrect: Expected `type`, found `NewType`

strawberry/federation/schema.py

[error] invalid-assignment - :62:9 - Object of type `list[Unknown | NewType]` is not assignable to `Iterable[type]`

strawberry/schema/schema_converter.py

[error] invalid-argument-type - :807:37 -
Old: Argument to bound method `from_scalar` is incorrect: Expected `type`, found `NewType`
New: Argument to bound method `from_scalar` is incorrect: Expected `type`, found `<NewType pseudo-class 'ID'>`

strawberry/types/arguments.py

[warning] unused-ignore-comment - :237:45 - Unused blanket `type: ignore` directive

trio (https://github.com/python-trio/trio)

src/trio/_core/_generated_io_windows.py

[error] invalid-argument-type - :112:68 - Argument to bound method `notify_closing` is incorrect: Expected `int | _HasFileNo`, found `Handle | int | _HasFileNo`

src/trio/_wait_for_object.py

[error] invalid-assignment - :63:9 - Cannot assign to object of type `HandleArray` with no `__setitem__` method

src/trio/_core/_windows_cffi.py

[error] invalid-newtype - :23:28 - invalid base for `typing.NewType`
[error] invalid-newtype - :24:38 - invalid base for `typing.NewType`

src/trio/_tests/test_wait_for_object.py

[error] invalid-argument-type - :149:43 - Argument to bound method `cast` is incorrect: Expected `_CDataBase | int`, found `Handle`
[error] invalid-argument-type - :200:43 - Argument to bound method `cast` is incorrect: Expected `_CDataBase | int`, found `Handle`

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

src/websockets/server.py

[error] unresolved-attribute - :110:17 -
Old: Object of type `(ServerProtocol, Sequence[@Todo], /) -> @Todo | None` has no attribute `__get__`
New: Object of type `(ServerProtocol, Sequence[Subprotocol], /) -> Subprotocol | None` has no attribute `__get__`