]> git.scottworley.com Git - git-cache/blobdiff - test.sh
Start on 1.4.2
[git-cache] / test.sh
diff --git a/test.sh b/test.sh
index a0e3f5b309987d5ec3aff826df7099b63e56a1d5..dbdf643578b04f3125105cd71e6c29477a908a51 100755 (executable)
--- 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 --no-warn-unused-ignores
+  xargs -0 mypy --strict --ignore-missing-imports --no-warn-unused-ignores --allow-untyped-decorators
 
 python3 -m unittest