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 51e87f8 commit e9986c6Copy full SHA for e9986c6
scripts/check-python-files.sh
@@ -76,7 +76,7 @@ $PYTHON -m mypy framework/scripts/*.py framework/scripts/mbedtls_framework/*.py
76
}
77
78
$PYTHON -m mypy scripts/*.py tests/scripts/*.py || {
79
- echo >&2 "pylint reported errors in the parent repository"
+ echo >&2 "mypy reported errors in the parent repository"
80
ret=1
81
82
0 commit comments