Ignore docstrings on classes, modules, ...

This commit is contained in:
Fred Pauchet 2022-01-07 18:08:22 +01:00
parent f39ee101e4
commit a3d75528ce
1 changed files with 6 additions and 1 deletions

View File

@ -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