Commit d3441616 by Jared Roesch Committed by Tianqi Chen

Add MyPy to lint (#1301)

parent 9894ce1c
......@@ -5,4 +5,4 @@ RUN apt-get update && apt-get install -y sudo wget
COPY install/ubuntu_install_python.sh /install/ubuntu_install_python.sh
RUN bash /install/ubuntu_install_python.sh
RUN apt-get install -y doxygen graphviz
RUN pip3 install cpplint pylint
RUN pip3 install cpplint pylint mypy
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment