From 5113f7630f86bb2bf6d566e48c7c128ec673a800 Mon Sep 17 00:00:00 2001 From: Joscha Schmiedt <joscha@schmiedt.dev> Date: Tue, 12 Mar 2024 20:56:21 +0100 Subject: [PATCH] Add mypy to unittests Dockerfile --- unittests/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/docker/Dockerfile b/unittests/docker/Dockerfile index 9b848cf6..4ed467a4 100644 --- a/unittests/docker/Dockerfile +++ b/unittests/docker/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && \ apt-get install -y \ pylint3 python3-pip tox git \ curl pycodestyle \ - python3-sphinx + python3-sphinx python3-mypy ARG COMMIT="dev" # TODO Rename to linkahead RUN git clone -b dev https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git linkahead-pylib && \ -- GitLab