From 88f75d88303f8157283d40fe6d697a632b2ef08e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 8 Aug 2024 02:28:14 +0200 Subject: [PATCH] add mypy --- spcd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/spcd.sh b/spcd.sh index 43365dc..a842fce 100644 --- a/spcd.sh +++ b/spcd.sh @@ -677,6 +677,7 @@ index-url = ${SPCD_URL_PYTHON} pip install --upgrade "pip" spcd_split pip install \ + "mypy" \ "pelican" \ "pytest" \ "ruff" \