diff options
| author | J08nY | 2022-12-07 12:54:52 +0100 |
|---|---|---|
| committer | J08nY | 2022-12-07 12:54:52 +0100 |
| commit | 0dc7e9d148a7a860668fcbce269bcc249326887b (patch) | |
| tree | 3550a63db5f01674cd95668580f8d5f9144ade59 /Makefile | |
| parent | 900503e602c3079c6293e17f297e3b111ba9611a (diff) | |
| download | pyecsca-0dc7e9d148a7a860668fcbce269bcc249326887b.tar.gz pyecsca-0dc7e9d148a7a860668fcbce269bcc249326887b.tar.zst pyecsca-0dc7e9d148a7a860668fcbce269bcc249326887b.zip | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
