From 9876559f22e7057a342414ae2ba986e65d48b671 Mon Sep 17 00:00:00 2001 From: William Lewis Date: Fri, 19 May 2023 20:29:40 +0000 Subject: [PATCH] chore: update list of extension packages pylint is allowed to load --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index d4d4f6ec20..11e2ababa9 100644 --- a/.pylintrc +++ b/.pylintrc @@ -42,7 +42,7 @@ unsafe-load-any-extension=no # 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=numpy +extension-pkg-allow-list=numpy,math,_struct,_hashlib # Allow optimization of some AST trees. This will activate a peephole AST # optimizer, which will apply various small optimizations. For instance, it can