From 5129bb1ac145373f0b6ebd0762a1e4abf34664a8 Mon Sep 17 00:00:00 2001 From: OnnoEbbens Date: Mon, 23 Oct 2023 10:36:48 +0200 Subject: [PATCH] ignore new check --- .prospector.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.prospector.yaml b/.prospector.yaml index 2cc20298..57c8ec7c 100644 --- a/.prospector.yaml +++ b/.prospector.yaml @@ -27,6 +27,7 @@ pylint: - too-many-arguments - too-many-locals - too-many-branches + - too-many-statements - logging-fstring-interpolation mccabe: