1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 22:40:58 +00:00
trezor-firmware/core
matejcik eec0615444 core: drop sys.pyi from mocks (fixes #934)
A change introduced in mypy 0.770 disallows overriding some system
modules, including `sys`.

We only need the override for `sys.print_exception`, and the simplest
solution is to make mypy ignore that particular call.
2020-04-08 11:19:26 +02:00
..
assets
embed
mocks core: drop sys.pyi from mocks (fixes #934) 2020-04-08 11:19:26 +02:00
prof
site_scons/site_tools/micropython
src core: drop sys.pyi from mocks (fixes #934) 2020-04-08 11:19:26 +02:00
tests
tools
vendor
.dockerignore
.gitignore
.pylintrc
asan_blacklist.txt
AUTHORS
ChangeLog
COPYING
emu.py
emu.sh
Makefile
README.md
SConscript.boardloader
SConscript.bootloader
SConscript.firmware
SConscript.prodtest
SConscript.reflash
SConscript.unix
SConstruct

Trezor Core

Firmware currently running on Model T.

See docs/core for more info.