X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/88af5903f7d0c6490a236167b6e07d831fc67a62..7c4de64c46013216cfef1d7fb34878b317a11ab6:/test.sh?ds=inline diff --git a/test.sh b/test.sh index 16d9c05..fed0065 100755 --- a/test.sh +++ b/test.sh @@ -5,7 +5,7 @@ set -e PARALLELISM=4 find . -name build -prune -o -name dist -prune -o -name '*.py' -print0 | - xargs -0 mypy --strict --ignore-missing-imports + xargs -0 mypy --strict --ignore-missing-imports --no-warn-unused-ignores for test in tests/*;do if [ ! -d "$test" ];then