forked from LBRYCommunity/lbry-sdk
remove unused packages from extension-pkg-whitelist in pylintrc
This commit is contained in:
parent
8f5a8ab8ba
commit
bbadece75d
1 changed files with 1 additions and 3 deletions
|
@ -33,9 +33,7 @@ unsafe-load-any-extension=no
|
||||||
# A comma-separated list of package or module names from where C extensions may
|
# 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
|
# be loaded. Extensions are loading into the active Python interpreter and may
|
||||||
# run arbitrary code
|
# run arbitrary code
|
||||||
extension-pkg-whitelist=
|
# extension-pkg-whitelist=
|
||||||
miniupnpc,
|
|
||||||
unqlite
|
|
||||||
|
|
||||||
# Allow optimization of some AST trees. This will activate a peephole AST
|
# Allow optimization of some AST trees. This will activate a peephole AST
|
||||||
# optimizer, which will apply various small optimizations. For instance, it can
|
# optimizer, which will apply various small optimizations. For instance, it can
|
||||||
|
|
Loading…
Reference in a new issue