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 f21269a commit 4179d1cCopy full SHA for 4179d1c
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