mypy: Print mypy version used

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

Change-Id: Ic0fc286d78ab4040d005507948c7019d2949f471
This commit is contained in:
Eric Harney 2024-10-15 11:53:18 -04:00
parent cd7a4da7af
commit d3807bb59a

View File

@ -14,6 +14,8 @@ ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
#export MYPYPATH=$ROOT_DIR/../cinder/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)