diff options
| author | J08nY | 2020-06-14 13:55:49 +0200 |
|---|---|---|
| committer | J08nY | 2020-06-14 14:05:28 +0200 |
| commit | 925b7824f4c79d795d81b111cc531233651f18b6 (patch) | |
| tree | 762e76aeb5b2dcd95da1e61abdcd27f385116500 /Makefile | |
| parent | 7e51c6546d369ec46a6ae8978147e79f2f0195a3 (diff) | |
| download | pyecsca-925b7824f4c79d795d81b111cc531233651f18b6.tar.gz pyecsca-925b7824f4c79d795d81b111cc531233651f18b6.tar.zst pyecsca-925b7824f4c79d795d81b111cc531233651f18b6.zip | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
