From 49906d6a0257d8bdbe08c6ac41d427058a5e5408 Mon Sep 17 00:00:00 2001
From: B13nch3n <b13nch3n_01@theb-si.de>
Date: Fri, 21 Oct 2022 02:15:41 +0200
Subject: [PATCH] Pylint config

---
 pyproject.toml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index a70eddf..f3328b5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,4 +8,7 @@ reports='no'
 # A comma-separated list of package or module names from where C extensions may
 # be loaded. Extensions are loading into the active Python interpreter and may
 # run arbitrary code
-extension-pkg-allow-list='rapidjson'
\ No newline at end of file
+extension-pkg-allow-list='rapidjson
+
+[tool.pylint.FORMAT]
+max-line-length=80
-- 
GitLab