From 5c06e36cc6e2a8d122ef6535d08631fef475f86b Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 4 Jan 2024 22:44:21 +0100 Subject: [PATCH] mypy version --- tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.sh b/tests.sh index e7a4132..f5e5b48 100755 --- a/tests.sh +++ b/tests.sh @@ -59,6 +59,7 @@ pylint -sn setup.py # mypy echo "[+] mypy" +mypy --version mypy --strict --disable-error-code=import-untyped catcli/ set +e