From a1eb042d2655963cd374fa8ccd27dd5ead01dc4a Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Mon, 26 Aug 2024 12:58:18 +0200
Subject: [PATCH] noqa

---
 exercizes/plot_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercizes/plot_utils.py b/exercizes/plot_utils.py
index 7986137..81a136e 100644
--- a/exercizes/plot_utils.py
+++ b/exercizes/plot_utils.py
@@ -158,7 +158,7 @@ def plotNdQuantity(
     )
 
 
-def plotNdQuantityPerSolver(
+def plotNdQuantityPerSolver(  # noqa: C901
     nRows,
     nCols,
     quantity,
-- 
GitLab