aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2020-06-14 13:55:49 +0200
committerJ08nY2020-06-14 14:05:28 +0200
commit925b7824f4c79d795d81b111cc531233651f18b6 (patch)
tree762e76aeb5b2dcd95da1e61abdcd27f385116500 /Makefile
parent7e51c6546d369ec46a6ae8978147e79f2f0195a3 (diff)
downloadpyecsca-925b7824f4c79d795d81b111cc531233651f18b6.tar.gz
pyecsca-925b7824f4c79d795d81b111cc531233651f18b6.tar.zst
pyecsca-925b7824f4c79d795d81b111cc531233651f18b6.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5aeb2ed..125f807 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ test-all:
nose2 -s test -C -v ${TESTS}
typecheck:
- mypy pyecsca --ignore-missing-imports
+ mypy pyecsca --ignore-missing-imports --show-error-codes
codestyle:
flake8 --ignore=E501,F405,F403,F401,E126 pyecsca