summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-11-02 15:55:19 +0100
committerAlexandre Flament <alex@al-f.net>2020-11-02 15:55:19 +0100
commitd7f21484eebc54c57729b27e5bd19b8dafd7d15a (patch)
tree9a89d07fa586c4c72e878be9ae9b10f8c31fc1d0 /.pylintrc
parent45f58a4a2a0b89f4b416c28ea769139b16f6436d (diff)
[mod] pylint: add extension-pkg-whitelist=lxml.etree
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
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.