Skip to content

Commit

Permalink
Fixup mypy run in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Dec 7, 2022
1 parent 900503e commit 0dc7e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dc7e9d

Please sign in to comment.