This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/master by this push:
new 816103f Add black to lint docker image (#6451)
816103f is described below
commit 816103fa23285bd7c7491ad899c26fceedc1086c
Author: Jared Roesch <[email protected]>
AuthorDate: Fri Sep 11 07:45:41 2020 -0700
Add black to lint docker image (#6451)
---
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 aeed9ca..8c52ebb 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