This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f6ce6b  YETUS-991. Downgrade pylint to 2.5.3 (#131)
4f6ce6b is described below

commit 4f6ce6bc1645d16f9f1d5e33fb68a3f6d6d856db
Author: Allen Wittenauer <a...@apache.org>
AuthorDate: Fri Sep 25 08:33:17 2020 -0700

    YETUS-991. Downgrade pylint to 2.5.3 (#131)
---
 precommit/src/main/shell/test-patch-docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/precommit/src/main/shell/test-patch-docker/Dockerfile 
b/precommit/src/main/shell/test-patch-docker/Dockerfile
index 86dba6e..329c579 100644
--- a/precommit/src/main/shell/test-patch-docker/Dockerfile
+++ b/precommit/src/main/shell/test-patch-docker/Dockerfile
@@ -198,7 +198,7 @@ RUN add-apt-repository -y ppa:deadsnakes/ppa \
     && pip3 install -v \
         astroid==2.4.2 \
         docker-compose==1.26.2 \
-        pylint==2.6.0 \
+        pylint==2.5.3 \
         yamllint==1.24.2 \
     && rm -rf /root/.cache \
     && mv /usr/local/bin/pylint /usr/local/bin/pylint3

Reply via email to