From 58c04b5a6ff4bf02cd665bc37e5a787adfe26b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= <mueller.seb@posteo.de> Date: Tue, 5 Sep 2023 18:48:49 +0200 Subject: [PATCH] pylint: increase max-branches=15 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c8a666c..5545494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,3 +134,4 @@ max-locals = 20 max-attributes = 15 max-parents = 10 min-public-methods = 0 +max-branches=15 -- GitLab