diff --git a/scripts/check-python-files.sh b/scripts/check-python-files.sh index 77102ba50..a51766f71 100755 --- a/scripts/check-python-files.sh +++ b/scripts/check-python-files.sh @@ -38,7 +38,7 @@ can_pylint () { can_mypy () { # mypy 0.770 is too old: - # tests/scripts/test_psa_constant_names.py:34: error: Cannot find implementation or library stub for module named 'mbedtls_framework' + # framework/scripts/test_psa_constant_names.py:34: error: Cannot find implementation or library stub for module named 'mbedtls_framework' # mypy 0.780 from pip passed on the first commit containing this line. check_version mypy.version 0.780 }