diff --git a/pyproject.toml b/pyproject.toml index b95b5ec25a2eef2ff5629d07e649ba9b7f960547..a70eddfb5aaf01d4e8e6aa40222a8213facbdf91 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