This repository was archived by the owner on Jul 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 44# Python code to execute, usually for sys.path manipulation such as
55# pygtk.require().
66# init-hook=
7- # Add files or directories to the blacklist . They should be base names, not
7+ # Add files or directories to the exclude list . They should be base names, not
88# paths.
99ignore =third_party
10- # Add files or directories matching the regex patterns to the blacklist . The
10+ # Add files or directories matching the regex patterns to the exclude list . The
1111# regex matches against base names, not paths.
1212ignore-patterns =
1313# Pickle collected data for later comparisons.
@@ -20,10 +20,6 @@ jobs=4
2020# Allow loading of arbitrary C extensions. Extensions are imported into the
2121# active Python interpreter and may run arbitrary code.
2222unsafe-load-any-extension =no
23- # A comma-separated list of package or module names from where C extensions may
24- # be loaded. Extensions are loading into the active Python interpreter and may
25- # run arbitrary code
26- extension-pkg-whitelist =
2723[MESSAGES CONTROL]
2824# Only show warnings with the listed confidence levels. Leave empty to show
2925# all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED
You can’t perform that action at this time.
0 commit comments