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.
flake8sphinxlinks
Die Hauptfunktionen von python-formate/flake8-sphinx-links sind: Docstring Quality.
Open-Source-Alternativen zu python-formate/flake8-sphinx-links sind unter anderem: jdkandersson/flake8-docstrings-complete — Linter that checks docstrings of functions, methods and classes. It should be used in conjunction with pydocstyle (or… jsh9/pydoclint — Pydoclint is a Python docstring linter to check whether a docstring's sections (arguments, returns, raises, ...) match… michaelaquilina/flake8-spellcheck — Flake8 Spellcheck. peterjc/flake8-rst-docstrings — flake8-rst-docstrings. pycqa/flake8-docstrings — flake8-docstrings.