mypy: Print mypy version used

"tox -e mypy" doesn't show which version of
mypy is being used, add this for convenience.

Change-Id: I7237c9df531b9ee9f6eae4ed43dfaca52c689bf4
This commit is contained in:
Eric Harney
2025-02-12 09:12:05 -05:00
parent 8ac46333d7
commit 590f3b50fb
+2
View File
@@ -14,6 +14,8 @@ ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
#export MYPYPATH=$ROOT_DIR/../os_brick/tests/stubs/
python -m mypy -V
if [ $# -eq 0 ]; then
# if no arguments provided, use the standard converted lists
lines=$(grep -v '#' $ROOT_DIR/../mypy-files.txt)