From 0cb508b52bac50934e9e1a1f28b85d8dc4e55505 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Mon, 3 Oct 2022 14:29:00 +0200
Subject: [PATCH] Fix pyproject.toml

---
 README.md      | 0
 pyproject.toml | 3 +++
 2 files changed, 3 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e69de29
diff --git a/pyproject.toml b/pyproject.toml
index 90392da..916beed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,5 +7,8 @@ line-length=80
 # run arbitrary code
 extension-pkg-allow-list='ujson'
 
+[tool.pylint.FORMAT]
+max-line-length=80
+
 [tool.pylint.REPORTS]
 reports='no'
-- 
GitLab