pydoclint
docstring checker
A tool to check Python docstrings for consistency with function signatures or implementations.
A Python docstring linter that checks arguments, returns, yields, and raises sections
159 stars
3 watching
16 forks
Language: Python
last commit: 2 months ago
Linked from 1 awesome list
docstringdocstring-checkerdocumantationdocumentation-toolflake8flake8-extensionflake8-extensionsflake8-pluginflake8-pluginslinterpython-documentation
Related projects:
Repository | Description | Stars |
---|---|---|
| A linter that checks the completeness and accuracy of docstrings in Python functions and methods. | 12 |
| Tools to improve Python documentation quality and consistency | 155 |
| A tool to enforce link formatting in Python docstrings | 2 |
| Checks Python docstrings markup as reStructuredText (RST) for correctness | 55 |
| A plugin that enforces the use of f-strings in Python code to improve style and readability | 51 |
| Checks Python code in Markdown files for errors and syntax issues | 23 |
| Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
| A tool that checks JavaScript code for errors and warnings in web extensions. | 321 |
| A tool to check Python code quality in Jupyter notebooks. | 28 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| Checks Python string formatting against the latest standard | 14 |
| A tool to analyze Python code for type errors and other issues | 350 |
| A CLI tool that checks for dead hyperlinks in files using multiple markup languages. | 70 |
| A decorator that checks function parameters at runtime for correct type compatibility. | 111 |
| A tool to enforce best practices and suggest improvements for pandas data analysis code. | 168 |