From c26cb51c9ef8c1045c77225b9ad6d3c99dfaba7e Mon Sep 17 00:00:00 2001 From: Rob Mohr Date: Mon, 12 Oct 2020 11:41:54 -0700 Subject: [PATCH] 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 Commit-Queue: Rob Mohr --- .pylintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index d4ce122c0..c1f85600e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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=