1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-05 17:56:10 +00:00

feat(core): add more mypy targets

This commit is contained in:
matejcik 2020-09-15 13:07:06 +02:00 committed by matejcik
parent 08d896f2f9
commit d89c42e139

View File

@ -107,7 +107,9 @@ pylint: ## run pylint on application sources and tests
mypy: res
mypy --config-file ../setup.cfg \
src/main.py
src/main.py \
src/apps/bitcoin \
src/apps/webauthn
## code generation: