diff --git a/.pylintrc b/.pylintrc index 6ab5cea..1f65223 100644 --- a/.pylintrc +++ b/.pylintrc @@ -410,20 +410,11 @@ confidence=HIGH, # --enable=similarities". If you want to run only the classes checker, but have # no Warning level messages displayed, use "--disable=all --enable=classes # --disable=W". -disable=raw-checker-failed, - bad-inline-option, - locally-disabled, - file-ignored, - suppressed-message, - useless-suppression, - deprecated-pragma, - use-symbolic-message-instead, - missing-module-docstring, +disable=missing-module-docstring, missing-class-docstring, missing-function-docstring, too-many-instance-attributes, - too-many-branches, - too-many-arguments + too-many-arguments, # 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