mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-06 10:16:07 +00:00
feat(core): add more mypy targets
This commit is contained in:
parent
08d896f2f9
commit
d89c42e139
@ -107,7 +107,9 @@ pylint: ## run pylint on application sources and tests
|
|||||||
|
|
||||||
mypy: res
|
mypy: res
|
||||||
mypy --config-file ../setup.cfg \
|
mypy --config-file ../setup.cfg \
|
||||||
src/main.py
|
src/main.py \
|
||||||
|
src/apps/bitcoin \
|
||||||
|
src/apps/webauthn
|
||||||
|
|
||||||
## code generation:
|
## code generation:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user