From 2d6f471d6f14aa29032d02a8ed8371dd0907eaee Mon Sep 17 00:00:00 2001 From: Jared Roesch Date: Fri, 11 Sep 2020 00:34:50 -0700 Subject: [PATCH] Add black to lint docker image --- docker/Dockerfile.ci_lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.ci_lint b/docker/Dockerfile.ci_lint index aeed9cad416a..8c52ebb449c0 100644 --- a/docker/Dockerfile.ci_lint +++ b/docker/Dockerfile.ci_lint @@ -29,7 +29,7 @@ RUN bash /install/ubuntu1804_install_python.sh RUN apt-get update && apt-get install -y doxygen graphviz -RUN pip3 install cpplint pylint==2.4.4 mypy +RUN pip3 install cpplint pylint==2.4.4 mypy black # java deps for rat COPY install/ubuntu_install_java.sh /install/ubuntu_install_java.sh