From 0dc7e9d148a7a860668fcbce269bcc249326887b Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 7 Dec 2022 12:54:52 +0100 Subject: Fixup mypy run in CI. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4329feb..b734bd4 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,10 @@ test-all: nose2 -s test -C -v ${TESTS} typecheck: - mypy pyecsca --ignore-missing-imports --show-error-codes + mypy --namespace-packages -p pyecsca --ignore-missing-imports --show-error-codes typecheck-all: - mypy pyecsca test --ignore-missing-imports --show-error-codes + mypy --namespace-packages -p pyecsca -p test --ignore-missing-imports --show-error-codes codestyle: flake8 --extend-ignore=E501,F405,F403,F401,E126,E203 pyecsca -- cgit v1.2.3-70-g09d2