From e8fabfdbe144a8cdffa59278acf3f240299a3f99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjamin=20H=C3=A4ttasch?=
 <benjamin.haettasch@fachschaft.informatik.tu-darmstadt.de>
Date: Wed, 16 Aug 2023 16:14:10 +0200
Subject: [PATCH] Minor improvements (remove typo, improve pylint config)

---
 CONTRIBUTING.md | 2 +-
 pylintrc        | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 900a9753..44a6354f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -61,7 +61,7 @@ Provide more context by answering these questions:
 
 Include details about your configuration and environment:
 
-* **Which version (commit)) are you using?**
+* **Which version (commit) are you using?**
 * **What's the OS you're using**?
 
 ### Suggesting Enhancements
diff --git a/pylintrc b/pylintrc
index 69cc3371..cb836685 100644
--- a/pylintrc
+++ b/pylintrc
@@ -72,3 +72,5 @@ defining-attr-methods=__init__,__new__,setUp
 [DESIGN]
 
 max-parents=15
+
+max-args=8
-- 
GitLab