diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-11-14 13:24:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 13:24:31 +0100 |
| commit | 102c08838b4f4afe044d8eafcc0de635f1401d35 (patch) | |
| tree | edbb5fb3132f161da8673c90ee8bf715c3a1e204 /.pylintrc | |
| parent | 46b454277f70cb504a1276286e07048b8a5651bf (diff) | |
| parent | 58d72f26925d56e22330c54be03c3dcbee0c4135 (diff) | |
Merge pull request #2289 from dalf/pylint
[mod] pylint: add extension-pkg-whitelist=lxml.etree
Diffstat (limited to '.pylintrc')
| -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. |