From 97b82a66415944cd21b2256c48509da9ff0538ea Mon Sep 17 00:00:00 2001
From: borzechof99 <borzechof99@mi.fu-berlin.de>
Date: Sun, 23 May 2021 17:11:29 +0000
Subject: [PATCH] Add Pylint Configuration File

---
 .pylintrc | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 .pylintrc

diff --git a/.pylintrc b/.pylintrc
new file mode 100644
index 0000000..7fb6634
--- /dev/null
+++ b/.pylintrc
@@ -0,0 +1,3 @@
+[MASTER]
+
+disable=line-too-long
-- 
GitLab