1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00
trezor-firmware/core/src/apps
matejcik dec89ea59e refactor(core): convert if/elif chains to if-chains
This way AST parsers won't get stack exceeded (because an elif counts as
an else { if {}} to an AST parser apparently?) and so automated tools
will like tokens.py and friends.
2022-01-07 21:41:17 +01:00
..
binance refactor(core): improve type signature of bech32.convertbits 2022-01-07 21:41:17 +01:00
bitcoin style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
cardano refactor(core): improve type signature of bech32.convertbits 2022-01-07 21:41:17 +01:00
common refactor(core): convert if/elif chains to if-chains 2022-01-07 21:41:17 +01:00
debug style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
eos style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
ethereum refactor(core): convert if/elif chains to if-chains 2022-01-07 21:41:17 +01:00
homescreen style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
management style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
misc style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
monero style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
nem style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
ripple style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
stellar style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
tezos style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
webauthn refactor(core): convert if/elif chains to if-chains 2022-01-07 21:41:17 +01:00
__init__.py core/typing: add annotations 2019-07-09 12:51:48 +02:00
base.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
workflow_handlers.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00