pydoclint_check
Check Python docstrings against function signatures to catch missing or mismatched arguments, return values, and type hints, so you can keep documentation in sync with code.
Instructions
Check docstrings against function signatures with pydoclint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | ||
| changed_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issues | No | ||
| output | Yes | ||
| fixable | No | ||
| warnings | No | ||
| exit_code | Yes | ||
| saved_tokens | No | ||
| savings_percent | No |