From 57d5ed474fd4870accbc690bb0ee2692ab88a0a5 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Sat, 27 Aug 2022 03:46:07 +0200 Subject: [PATCH] typecheck.sh: show error codes --- typecheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typecheck.sh b/typecheck.sh index 7797918..54117aa 100755 --- a/typecheck.sh +++ b/typecheck.sh @@ -1,2 +1,2 @@ #!/bin/bash -git ls-files \*.py | sort -u | xargs mypy --pretty --install-types --ignore-missing-imports "$@" +git ls-files \*.py | sort -u | xargs mypy --pretty --show-error-codes --install-types --ignore-missing-imports "$@"