From e79ac88a1fa73e56072dbe41f852a49b47bd1a61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20M=C3=BCller?= <mueller.seb@posteo.de>
Date: Tue, 29 Oct 2024 13:47:49 +0100
Subject: [PATCH] checking needs a lot of returns

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index cb34db41..595123b8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -149,4 +149,4 @@ multi_line_output = 3
     min-public-methods = 0
     max-public-methods = 25
     max-positional-arguments = 15
-    max-returns = 8
+    max-returns = 10
-- 
GitLab