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
* makes it more difficult for other developers to maintain the code.
* @kind problem
* @tags quality
* maintainability
* @tags maintainability
* readability
* @problem.severity recommendation
* @sub-severity low