From dffbfe134adf84dc99d2863ba920d35da350c5f8 Mon Sep 17 00:00:00 2001 From: barrierye Date: Tue, 10 Mar 2020 18:11:46 +0800 Subject: [PATCH] fix: pylint not found --- tools/serving_check_style.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/serving_check_style.sh b/tools/serving_check_style.sh index 714f128d..d63bb6c2 100644 --- a/tools/serving_check_style.sh +++ b/tools/serving_check_style.sh @@ -16,7 +16,7 @@ function check_style() { trap 'abort' 0 set -e - pip install cpplint 'pre-commit==1.10.4' + pip install cpplint pylint 'pre-commit==1.10.4' export PATH=/usr/bin:$PATH pre-commit install -- GitLab