From d89c42e13970738550a9331c38431eddff5fddfd Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 15 Sep 2020 13:07:06 +0200 Subject: [PATCH] feat(core): add more mypy targets --- core/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index aabaea631a..3aa71d7b65 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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: