From 7faf1ff67e000f5a8f9178d15c5f0a01f3db6ea0 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Tue, 10 Jan 2023 17:18:02 +0100 Subject: [PATCH] Fix pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3328b5..33018da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +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 +extension-pkg-allow-list='rapidjson' [tool.pylint.FORMAT] max-line-length=80 -- GitLab