Python: Remove py/missing-docstring from code-quality-extended.

This commit is contained in:
Michael Nebel
2025-09-11 08:41:33 +02:00
parent 7c58098f12
commit a774c65162

View File

@@ -3,8 +3,7 @@
* @description Omitting documentation strings from public classes, functions or methods * @description Omitting documentation strings from public classes, functions or methods
* makes it more difficult for other developers to maintain the code. * makes it more difficult for other developers to maintain the code.
* @kind problem * @kind problem
* @tags quality * @tags maintainability
* maintainability
* readability * readability
* @problem.severity recommendation * @problem.severity recommendation
* @sub-severity low * @sub-severity low