Skip to content

Commit ff11147

Browse files
replace extension-pkg-whitelist with extension-pkg-allow-list
1 parent a6486e4 commit ff11147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# A comma-separated list of package or module names from where C extensions may
44
# be loaded. Extensions are loading into the active Python interpreter and may
55
# run arbitrary code
6-
extension-pkg-whitelist=
6+
extension-pkg-allow-list=
77

88
# Add files or directories to the blacklist. They should be base names, not
99
# paths.

0 commit comments

Comments
 (0)