Skip to content

Commit 80c9520

Browse files
Add mbedtls_framework to mypy checks
Since this python module resides in the framework submodule we must add an extra explicit path to it for mypy. Signed-off-by: David Horstmann <[email protected]>
1 parent 87bf7db commit 80c9520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/check-python-files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $PYTHON -m pylint framework/scripts/mbedtls_framework/*.py scripts/*.py tests/sc
6262

6363
echo
6464
echo 'Running mypy ...'
65-
$PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
65+
$PYTHON -m mypy framework/scripts/mbedtls_framework/*.py scripts/*.py tests/scripts/*.py ||
6666
ret=1
6767

6868
exit $ret

0 commit comments

Comments
 (0)