Browse Source

[mod] pylint: add extension-pkg-whitelist=lxml.etree

Alexandre Flament 4 years ago
parent
commit
d7f21484ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .pylintrc

+ 1 - 1
.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.