From edd02c498ffe0be61bdcfcff639b8f1db305c94a Mon Sep 17 00:00:00 2001 From: mhchia Date: Thu, 11 Jul 2019 20:58:03 +0800 Subject: [PATCH] Ignore pb files --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 6bf6c9f9..71134848 100644 --- a/.pylintrc +++ b/.pylintrc @@ -11,7 +11,7 @@ ignore=CVS # Add files or directories matching the regex patterns to the blacklist. The # regex matches against base names, not paths. -ignore-patterns= +ignore-patterns=.*_pb2.*.py # Python code to execute, usually for sys.path manipulation such as # pygtk.require().