From c03a95cb9755021a143e8db1aaed09bc9af7e396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20de=20Paz?= Date: Tue, 8 Oct 2024 03:07:08 +0200 Subject: [PATCH] Change pylint fail threshold to 8 instead of 10 --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 82eb633..115353e 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=10 +fail-under=8 # Interpret the stdin as a python script, whose filename needs to be passed as # the module_or_package argument.