summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorJames R. Barlow <jim@purplerock.ca>2020-04-17 00:29:57 -0700
committerJames R. Barlow <jim@purplerock.ca>2020-04-17 00:29:57 -0700
commit6b63bb9708194be6af7d84387bd8ae7353050395 (patch)
treed844014399c37cc41cee1d915ad41c0c8bf8f5a2 /.pylintrc
parent2ad3138936916d04c24f82c31494a0c8a4ec0182 (diff)
lint: whitelist lxml
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index a1754fc..40b977a 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -3,7 +3,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=pikepdf._qpdf
+extension-pkg-whitelist=pikepdf._qpdf, lxml
# Add files or directories to the blacklist. They should be base names, not
# paths.