From 7c3c9c2010d787a6b7c4204b668437aec10569fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <philipp@hoerist.com>
Date: Sun, 17 Nov 2019 21:11:00 +0100
Subject: [PATCH] Update .pylintrc

---
 pylintrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylintrc b/pylintrc
index c7c8be3e1f..f6ace0e4f2 100644
--- a/pylintrc
+++ b/pylintrc
@@ -359,7 +359,7 @@ known-third-party=enchant
 [DESIGN]
 
 # Maximum number of arguments for function / method
-max-args=10
+max-args=15
 
 # Maximum number of attributes for a class (see R0902).
 max-attributes=9999
-- 
GitLab