diff --git a/.pylintrc b/.pylintrc index 019d403..3ecd7e9 100644 --- a/.pylintrc +++ b/.pylintrc @@ -406,7 +406,20 @@ disable=raw-checker-failed, deprecated-pragma, use-symbolic-message-instead, use-implicit-booleaness-not-comparison-to-string, - use-implicit-booleaness-not-comparison-to-zero + use-implicit-booleaness-not-comparison-to-zero, + missing-function-docstring, + missing-class-docstring, + missing-module-docstring, + invalid-name, + cyclic-import, + too-many-arguments, + too-many-locals, + too-many-branches, + too-many-statements, + too-many-instance-attributes, + duplicate-code, + import-outside-toplevel, + 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