Description
Checks Python docstrings against documentation style conventions. It helps developers and CI systems keep function, class, and module documentation consistent across a project.
Docstring style checks improve maintainability but do not prove that documentation is complete or behavior is correct. Use them alongside tests and review.