Linter that checks docstrings of functions, methods and classes. It should be used in conjunction with pydocstyle (or flake8-docstrings) as the linter assumes that the docstrings already pass pydocstyle checks. This blog post discusses how to write great docstrings and the motivation for this…
Features
Docstring Quality - Checks for missing docstrings in functions and classes.
Star history
Open-source alternatives to Flake8 Docstrings Complete
Similar open-source projects, ranked by how many features they share with Flake8 Docstrings Complete.
Pydoclint is a Python docstring linter to check whether a docstring's sections (arguments, returns, raises, ...) match the function signature or function implementation.