diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-27 15:52:04 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-27 15:52:04 -0700 |
commit | 689f495ef5c2317a3db356bca758d36073da4622 (patch) | |
tree | 7968bb339e937a0f96b5374f4e46fb78dba9cc43 /python | |
parent | fd262ce4a9c8b7526e269b42eb298cf28737dfff (diff) | |
download | sandcrawler-689f495ef5c2317a3db356bca758d36073da4622.tar.gz sandcrawler-689f495ef5c2317a3db356bca758d36073da4622.zip |
pylint: fix error on selectolax import
Diffstat (limited to 'python')
-rw-r--r-- | python/.pylintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/.pylintrc b/python/.pylintrc index 80e203d..91fea7c 100644 --- a/python/.pylintrc +++ b/python/.pylintrc @@ -12,3 +12,4 @@ notes=FIXME,XXX,DELETEME [TYPECHECK] ignored-modules=responses +extension-pkg-whitelist=selectolax |