aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2022-12-07 12:54:52 +0100
committerJ08nY2022-12-07 12:54:52 +0100
commit0dc7e9d148a7a860668fcbce269bcc249326887b (patch)
tree3550a63db5f01674cd95668580f8d5f9144ade59 /Makefile
parent900503e602c3079c6293e17f297e3b111ba9611a (diff)
downloadpyecsca-0dc7e9d148a7a860668fcbce269bcc249326887b.tar.gz
pyecsca-0dc7e9d148a7a860668fcbce269bcc249326887b.tar.zst
pyecsca-0dc7e9d148a7a860668fcbce269bcc249326887b.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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