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 13f2155 [CI][DOCKER] Update ci-lint to pylint2.4.4 (#4851)
13f2155 is described below
commit 13f2155e8f89eb7b6a47b54bd565087dc538cdf2
Author: Tianqi Chen <[email protected]>
AuthorDate: Sun Feb 9 09:12:19 2020 -0800
[CI][DOCKER] Update ci-lint to pylint2.4.4 (#4851)
---
docker/Dockerfile.ci_lint | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/Dockerfile.ci_lint b/docker/Dockerfile.ci_lint
index b049a71..1c72ee7 100644
--- a/docker/Dockerfile.ci_lint
+++ b/docker/Dockerfile.ci_lint
@@ -17,7 +17,7 @@
# For lint test
# CI docker lint env
-# tag: v0.51
+# tag: v0.60
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y sudo wget
@@ -25,7 +25,7 @@ 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 git
-RUN pip3 install cpplint pylint==1.9.4 mypy
+RUN pip3 install cpplint pylint==2.4.4 mypy
# java deps for rat
COPY install/ubuntu_install_java.sh /install/ubuntu_install_java.sh