From cec2401baa3ad973ba7c9ed54d574d7eff64811f Mon Sep 17 00:00:00 2001 From: Iakov Gan Date: Fri, 1 Sep 2023 00:02:54 +0200 Subject: [PATCH] adjust threshold --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index e127a52e..1cf145a3 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,5 +1,5 @@ [MAIN] -fail-under=7.79 +fail-under=7.50 # not the same in github actions and on your pc [FORMAT] max-line-length=240