diff --git a/.pylintrc b/.pylintrc index 9aa862d..d00c413 100644 --- a/.pylintrc +++ b/.pylintrc @@ -39,7 +39,7 @@ extension-pkg-whitelist= fail-on= # Specify a score threshold under which the program will exit with error. -fail-under=5 +fail-under=10 # Interpret the stdin as a python script, whose filename needs to be passed as # the module_or_package argument.