Skip to content
Snippets Groups Projects

F mypy

Merged Henrik tom Wörden requested to merge f-mypy into dev
Files
4
@@ -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 && \
Loading