Description
Check Python docstrings through Flake8 using rules from pydocstyle. It helps projects keep public modules, classes, and functions documented in a consistent style during normal lint runs.
This is a developer lint plugin, not a documentation generator. Docstring checks improve maintainability, but they should support clear explanations rather than encourage empty or mechanical comments.