From a91d018b1a7e9d4dd85c3967e607b50655424994 Mon Sep 17 00:00:00 2001 From: Dennis Terhorst Date: Fri, 18 Oct 2024 09:46:50 +0200 Subject: [PATCH] loosen pylint threshold --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index f346b06044..9569543737 100644 --- a/.pylintrc +++ b/.pylintrc @@ -12,3 +12,4 @@ const-naming-style = snake_case method-naming-style = PascalCase max-line-length = 120 +fail-under = 9.98