We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5066f2c commit 12fe6e3Copy full SHA for 12fe6e3
scripts/check-python-files.sh
@@ -74,7 +74,7 @@ $PYTHON -m mypy framework/scripts/*.py framework/scripts/mbedtls_framework/*.py
74
}
75
76
$PYTHON -m mypy scripts/*.py tests/scripts/*.py || {
77
- echo >&2 "pylint reported errors in the parent repository"
+ echo >&2 "mypy reported errors in the parent repository"
78
ret=1
79
80
0 commit comments