File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88[MASTER]
99
10- # Add files or directories to the blacklist . They should be base names, not
10+ # Add files or directories to the ignore list . They should be base names, not
1111# paths.
1212ignore =
1313
14- # Add files or directories matching the regex patterns to the blacklist . The
14+ # Add files or directories matching the regex patterns to the ignore list . The
1515# regex matches against base names, not paths.
1616ignore-patterns =
1717
@@ -31,8 +31,8 @@ unsafe-load-any-extension=no
3131
3232# A comma-separated list of package or module names from where C extensions may
3333# be loaded. Extensions are loading into the active Python interpreter and may
34- # run arbitrary code
35- extension-pkg-whitelist =
34+ # run arbitrary code.
35+ extension-pkg-allow-list =
3636
3737
3838[MESSAGES CONTROL]
You can’t perform that action at this time.
0 commit comments