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 66# A comma-separated list of package or module names from where C extensions may
77# be loaded. Extensions are loading into the active Python interpreter and may
88# run arbitrary code
9- extension-pkg-whitelist =
9+ extension-pkg-whitelist = # codespell:ignore whitelist
1010
11- # Add files or directories to the blacklist . They should be base names, not
11+ # Add files or directories to the blocklist . They should be base names, not
1212# paths.
1313ignore =.git,.tox
1414
15- # Add files or directories matching the regex patterns to the blacklist . The
15+ # Add files or directories matching the regex patterns to the blocklist . The
1616# regex matches against base names, not paths.
1717ignore-patterns =
1818
@@ -52,7 +52,7 @@ confidence=
5252# can either give multiple identifiers separated by comma (,) or put this
5353# option multiple times (only on the command line, not in the configuration
5454# file where it should appear only once).You can also use "--disable=all" to
55- # disable everything first and then reenable specific checks. For example, if
55+ # disable everything first and then re-enable specific checks. For example, if
5656# you want to run only the similarities checker, you can use "--disable=all
5757# --enable=similarities". If you want to run only the classes checker, but have
5858# no Warning level messages displayed, use"--disable=all --enable=classes
You can’t perform that action at this time.
0 commit comments