Lower the pylint threshold to 200

This commit is contained in:
usamasadiq
2021-02-09 17:56:39 +05:00
parent 60f43f123f
commit eb0f44a135

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
export LOWER_PYLINT_THRESHOLD=500
export UPPER_PYLINT_THRESHOLD=500
export LOWER_PYLINT_THRESHOLD=200
export UPPER_PYLINT_THRESHOLD=200
export ESLINT_THRESHOLD=5300
export STYLELINT_THRESHOLD=880