We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b75d1d commit a40f64aCopy full SHA for a40f64a
.pylintrc
@@ -42,7 +42,7 @@ unsafe-load-any-extension=no
42
# A comma-separated list of package or module names from where C extensions may
43
# be loaded. Extensions are loading into the active Python interpreter and may
44
# run arbitrary code
45
-extension-pkg-whitelist=numpy
+extension-pkg-allow-list=numpy,math,_struct,_hashlib
46
47
# Allow optimization of some AST trees. This will activate a peephole AST
48
# optimizer, which will apply various small optimizations. For instance, it can
0 commit comments