diff --git a/.pylintrc b/.pylintrc index a93bd89f..377c917b 100644 --- a/.pylintrc +++ b/.pylintrc @@ -448,7 +448,11 @@ disable=raw-checker-failed, suppressed-message, useless-suppression, deprecated-pragma, - use-symbolic-message-instead + use-symbolic-message-instead, + missing-class-docstring, + missing-function-docstring, + super-with-arguments, + consider-using-f-string # 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