Lower the UPPER_PYLINT_THRESHOLD to 5900

This commit is contained in:
usamasadiq
2021-02-02 17:23:16 +05:00
parent 2eb4298c08
commit 96bb6657a5

View File

@@ -2,6 +2,6 @@
set -e
export LOWER_PYLINT_THRESHOLD=1000
export UPPER_PYLINT_THRESHOLD=7050
export UPPER_PYLINT_THRESHOLD=5900
export ESLINT_THRESHOLD=5300
export STYLELINT_THRESHOLD=880