From fed904ec64a79c34da404845e6eb83056f34c37b Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Tue, 29 Sep 2020 18:43:24 -0600 Subject: [PATCH] added update to pylintrc --- config/pylint/pylintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/pylint/pylintrc b/config/pylint/pylintrc index 10f1b64..e655833 100644 --- a/config/pylint/pylintrc +++ b/config/pylint/pylintrc @@ -146,6 +146,8 @@ disable=print-statement, missing-class-docstring, missing-function-docstring, missing-module-docstring, + too-few-public-methods, + # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option