diff --git a/.pylintrc b/.pylintrc index aa7903956d..cfc4343b5a 100644 --- a/.pylintrc +++ b/.pylintrc @@ -87,7 +87,12 @@ disable=raw-checker-failed, suppressed-message, useless-suppression, deprecated-pragma, - use-symbolic-message-instead + use-symbolic-message-instead, + empty-docstring, + missing-class-docstring, + missing-module-docstring, + missing-function-docstring, + 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