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

This commit is contained in:
Alexandre Flament 2020-11-02 15:55:19 +01:00
parent 45f58a4a2a
commit d7f21484ee
1 changed files with 1 additions and 1 deletions

View File

@ -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.