diff --git a/.pylintrc b/.pylintrc index 2c3d15434..cb5a1a448 100644 --- a/.pylintrc +++ b/.pylintrc @@ -71,7 +71,9 @@ disable=import-error, deprecated-pragma, no-absolute-import, useless-object-inheritance, - line-too-long + line-too-long, + too-many-instance-attributes, + 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