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 7
7
8
8
[MASTER]
9
9
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
11
11
# paths.
12
12
ignore =
13
13
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
15
15
# regex matches against base names, not paths.
16
16
ignore-patterns =
17
17
@@ -31,8 +31,8 @@ unsafe-load-any-extension=no
31
31
32
32
# A comma-separated list of package or module names from where C extensions may
33
33
# 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 =
36
36
37
37
38
38
[MESSAGES CONTROL]
You can’t perform that action at this time.
0 commit comments