From abfdc9d8afb4dd3920cfd88172bb55e2eaa6b85c Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 22 Oct 2024 17:18:38 +0200 Subject: [PATCH] wip solve pylint errors --- src/backend/.pylintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/.pylintrc b/src/backend/.pylintrc index d7490918..9807de7d 100644 --- a/src/backend/.pylintrc +++ b/src/backend/.pylintrc @@ -447,10 +447,10 @@ max-bool-expr=5 max-branches=12 # Maximum number of locals for function / method body -max-locals=15 +max-locals=20 # Maximum number of parents for a class (see R0901). -max-parents=7 +max-parents=10 # Maximum number of public methods for a class (see R0904). max-public-methods=20