Skip to content
Snippets Groups Projects
Commit d3441616 authored by Jared Roesch's avatar Jared Roesch Committed by Tianqi Chen
Browse files

Add MyPy to lint (#1301)

parent 9894ce1c
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment