From d7f21484eebc54c57729b27e5bd19b8dafd7d15a Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 2 Nov 2020 15:55:19 +0100 Subject: [PATCH] [mod] pylint: add extension-pkg-whitelist=lxml.etree --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 3b4adb2c..eb6d500b 100644 --- a/.pylintrc +++ b/.pylintrc @@ -12,7 +12,7 @@ # 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-whitelist= +extension-pkg-whitelist=lxml.etree # Add files or directories to the blacklist. They should be base names, not # paths.