Disable warnings for module-docstrings

This commit is contained in:
Andreas Zweili 2023-12-20 15:11:54 +01:00
parent 24a67d9ddd
commit bb2772cf67
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ good-names = [
[tool.pylint."MESSAGES CONTROL"]
disable = [
"missing-module-docstring",
"missing-function-docstring",
"missing-class-docstring",
]