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