From 4e2621fa08ebba7a1950309e3c964e8f16899806 Mon Sep 17 00:00:00 2001 From: williexu Date: Wed, 24 Oct 2018 10:38:02 -0700 Subject: [PATCH 1/2] pin flake8 to 3.5.0 --- scripts/ci/precheck_pep8.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/precheck_pep8.sh b/scripts/ci/precheck_pep8.sh index fafa8a2de24..5e4a8b64ff5 100755 --- a/scripts/ci/precheck_pep8.sh +++ b/scripts/ci/precheck_pep8.sh @@ -3,7 +3,7 @@ set -e # install flake 8 -pip install -qqq flake8 +pip install -qqq flake8==3.6.0 echo "Run flake8." flake8 --statistics --config=./.flake8 From 87a1f29e8bd7ab7c8c3d0b0785dc462af66b36d4 Mon Sep 17 00:00:00 2001 From: williexu Date: Wed, 24 Oct 2018 10:38:46 -0700 Subject: [PATCH 2/2] wrong version --- scripts/ci/precheck_pep8.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/precheck_pep8.sh b/scripts/ci/precheck_pep8.sh index 5e4a8b64ff5..8026ec42b51 100755 --- a/scripts/ci/precheck_pep8.sh +++ b/scripts/ci/precheck_pep8.sh @@ -3,7 +3,7 @@ set -e # install flake 8 -pip install -qqq flake8==3.6.0 +pip install -qqq flake8==3.5.0 echo "Run flake8." flake8 --statistics --config=./.flake8