From 08cb3680e962f7e9adfe11cab5b23100e80b60c1 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Thu, 12 Oct 2023 11:16:52 +0200
Subject: [PATCH] Refine pyproject.toml

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

diff --git a/pyproject.toml b/pyproject.toml
index 4805e0a..39c78b3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,10 @@ 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'
+extension-pkg-allow-list=["rapidjson", "ost"]
+
+# [tool.pylint.typecheck]
+# generated-members = ["LoadSequenceList"]
 
 [tool.pylint.FORMAT]
 max-line-length=80
-- 
GitLab