From 3a9327c8e4dacfcbeb3195f61e1e5ab99a31c6d3 Mon Sep 17 00:00:00 2001 From: B13nch3n <b13nch3n_01@theb-si.de> Date: Thu, 18 Aug 2022 15:48:47 +0200 Subject: [PATCH] Improve pylint configuration --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b95b5ec..a70eddf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,3 +3,9 @@ line-length=80 [tool.pylint.REPORTS] reports='no' + +[tool.pylint.MASTER] +# 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 -- GitLab