From 7cb8057d4e415a8d9ec6ebb78fb2f38b918012b9 Mon Sep 17 00:00:00 2001 From: John Kurkowski Date: Sat, 24 Oct 2020 12:43:51 -0700 Subject: [PATCH] Work around pylint all files deselected --- pylintrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 7cc00917..204aafa8 100644 --- a/pylintrc +++ b/pylintrc @@ -14,7 +14,9 @@ ignore=CVS # Add files or directories matching the regex patterns to the blacklist. The # regex matches against base names, not paths. -ignore-patterns= +# +# See https://github.com/carsongee/pytest-pylint/issues/137 +# ignore-patterns= # Python code to execute, usually for sys.path manipulation such as # pygtk.require().