diff --git a/tools/mypywrap.sh b/tools/mypywrap.sh index 7b8b07bccd2..baf88af2114 100755 --- a/tools/mypywrap.sh +++ b/tools/mypywrap.sh @@ -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)