summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-09-01 19:32:26 +0300
committeraqua <aqua@iserlohn-fortress.net>2022-09-02 16:52:49 +0300
commit8e288a9060545989533505699c19d9997e6a8aff (patch)
tree8de51b9a8ed2f8f4e936edde7ce1d9861105cf5b /.pylintrc
parentAdd tabler icon theme (diff)
downloadrekonq-8e288a9060545989533505699c19d9997e6a8aff.tar.xz
Add scripts/qrc_lint.pyHEADmaster
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 9d817307..518f0fc3 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -27,7 +27,7 @@ extension-pkg-allow-list=
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code. (This is an alternative name to extension-pkg-allow-list
# for backward compatibility.)
-extension-pkg-whitelist=
+extension-pkg-whitelist=lxml
# Return non-zero exit code if any of these messages/categories are detected,
# even if score is above --fail-under value. Syntax same as enable. Messages