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.
flake8-rst-docstrings
الميزات الرئيسية لـ peterjc/flake8-rst-docstrings هي: Docstring Quality.
تشمل البدائل مفتوحة المصدر لـ peterjc/flake8-rst-docstrings: 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. pycqa/flake8-docstrings — flake8-docstrings. python-formate/flake8-sphinx-links — flake8sphinxlinks.