pw_presubmit: Use "blocklist" in .pylintrc

Change "blacklist" to "blocklist" in .pylintrc.

Change-Id: I7c9250bf8f5026ab460f79012822e7473f04a932
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/20720
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Rob Mohr <mohrr@google.com>
This commit is contained in:
Rob Mohr 2020-10-12 11:41:54 -07:00 committed by CQ Bot Account
parent c36af656df
commit c26cb51c9e

View File

@ -5,11 +5,11 @@
# run arbitrary code.
extension-pkg-whitelist=mypy
# Add files or directories to the blacklist. They should be base names, not
# Add files or directories to the blocklist. They should be base names, not
# paths.
ignore=CVS
# Add files or directories matching the regex patterns to the blacklist. The
# Add files or directories matching the regex patterns to the blocklist. The
# regex matches against base names, not paths.
ignore-patterns=