From 424e62119957ada8a16a6bcff58e93d78c20f3e2 Mon Sep 17 00:00:00 2001 From: Stuart Young Date: Thu, 14 Feb 2019 11:51:43 -0500 Subject: [PATCH] temporarily bump pylint threshold --- scripts/thresholds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/thresholds.sh b/scripts/thresholds.sh index e4eba69566..426bfd469a 100755 --- a/scripts/thresholds.sh +++ b/scripts/thresholds.sh @@ -2,6 +2,6 @@ set -e export LOWER_PYLINT_THRESHOLD=1000 -export UPPER_PYLINT_THRESHOLD=2750 +export UPPER_PYLINT_THRESHOLD=2775 export ESLINT_THRESHOLD=5590 export STYLELINT_THRESHOLD=973