diff options
author | Alexandre Flament <alex@al-f.net> | 2020-11-02 15:55:19 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2020-11-02 15:55:19 +0100 |
commit | d7f21484eebc54c57729b27e5bd19b8dafd7d15a (patch) | |
tree | 9a89d07fa586c4c72e878be9ae9b10f8c31fc1d0 | |
parent | 45f58a4a2a0b89f4b416c28ea769139b16f6436d (diff) | |
download | searxng-d7f21484eebc54c57729b27e5bd19b8dafd7d15a.tar.gz searxng-d7f21484eebc54c57729b27e5bd19b8dafd7d15a.zip |
[mod] pylint: add extension-pkg-whitelist=lxml.etree
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |