From 84f9af8ba7fd13f673516ada216ac4492bbf44f9 Mon Sep 17 00:00:00 2001 From: "ryan.danehy@pnnl.gov" Date: Mon, 5 Aug 2024 16:39:36 -0700 Subject: [PATCH] changin pylintrc --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index c6615209..2499855e 100644 --- a/pylintrc +++ b/pylintrc @@ -1,7 +1,7 @@ [MAIN] # Specify a score threshold to be exceeded before program exits with error. -# fail-under= +fail-under=7 # A comma-separated list of package or module names from where C extensions may # be loaded. Extensions are loading into the active Python interpreter and may