5 open-source projects similar to pycqa/flake8-docstrings, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Flake8 Docstrings alternative.
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…
Pydoclint is a Python docstring linter to check whether a docstring's sections (arguments, returns, raises, ...) match the function signature or function implementation.