Skip to main content

Comprehensive docstring quality vetting for Python projects

Project description

PyPI CI License Python docs vetted

docvet

ruff checks how your docstrings look. interrogate checks if they exist. docvet checks if they're right.

Existing tools cover presence and style. docvet delivers the layers they miss:

Layer Check ruff interrogate pydoclint docvet
1. Presence "Does a docstring exist?" -- Yes -- --
2. Style "Is it formatted correctly?" Yes -- -- --
3. Completeness "Does it have all required sections?" -- -- Partial Yes
4. Accuracy "Does it match the current code?" -- -- -- Yes
5. Rendering "Will mkdocs render it correctly?" -- -- -- Yes
6. Visibility "Will mkdocs even see the file?" -- -- -- Yes

pydoclint checks Args/Returns/Raises alignment with function signatures (structural completeness). docvet's enrichment covers that plus Yields, Receives, Warns, Attributes, Examples, typed attributes, and cross-references -- 19 rules across 4 checks. docvet also covers freshness (git diff/blame), griffe rendering compatibility, and mkdocs coverage -- territory no other tool touches.

Quickstart | GitHub Action | Pre-commit | Configuration | Docs

What It Checks

Enrichment (completeness) -- 10 rules: missing-raises missing-yields missing-receives missing-warns missing-other-parameters missing-attributes missing-typed-attributes missing-examples missing-cross-references prefer-fenced-code-blocks

Freshness (accuracy) -- 5 rules: stale-signature stale-body stale-import stale-drift stale-age

Griffe (rendering) -- 3 rules: griffe-unknown-param griffe-missing-type griffe-format-warning

Coverage (visibility) -- 1 rule: missing-init

Quickstart

pip install docvet && docvet check --all

For optional griffe rendering checks:

pip install docvet[griffe]

Example output:

src/mypackage/utils.py:42: missing-raises Function 'parse_config' raises ValueError but has no Raises section
src/mypackage/models.py:15: stale-signature Function 'process' signature changed but docstring not updated
src/mypackage/api.py:1: missing-init Package directory missing __init__.py (invisible to mkdocs)

Configuration

Configure via [tool.docvet] in your pyproject.toml. All checks run and print findings. Checks listed in fail-on cause a non-zero exit code; unlisted checks are treated as warnings.

[tool.docvet]
exclude = ["tests", "scripts"]
fail-on = ["griffe", "coverage"]

[tool.docvet.freshness]
drift-threshold = 30
age-threshold = 90

Pre-commit

Add to your .pre-commit-config.yaml:

repos:
  - repo: https://github.com/Alberto-Codes/docvet
    rev: v1.0.0
    hooks:
      - id: docvet

For griffe rendering checks, add the optional dependency:

repos:
  - repo: https://github.com/Alberto-Codes/docvet
    rev: v1.0.0
    hooks:
      - id: docvet
        additional_dependencies: [griffe]

GitHub Action

Add docvet to your GitHub Actions workflow:

- uses: Alberto-Codes/docvet@v1

With version pinning and custom arguments:

- uses: Alberto-Codes/docvet@v1
  with:
    version: '1.0.0'
    args: 'check --all'

For griffe rendering checks, install griffe before running docvet:

- uses: actions/setup-python@v5
  with:
    python-version: '3.12'
- run: pip install griffe
- uses: Alberto-Codes/docvet@v1
  with:
    args: 'check --all'

Better Docstrings, Better AI

AI coding agents rely on docstrings as context when generating and modifying code. Research shows stale or incorrect documentation is actively harmful -- worse than no docs at all:

As the 2025 DORA report puts it: "AI doesn't fix a team; it amplifies what's already there." The only signal correlating with AI productivity is code quality.

docvet's freshness checking catches the accuracy gap that stale docs create, and its enrichment rules ensure the docstring sections that agents use as context are complete. Run docvet check in your CI, pre-commit hooks, or agent toolchain.

Badge

Add a badge to your project to show your docs are vetted:

[![docs vetted | docvet](https://img.shields.io/badge/docs%20vetted-docvet-purple)](https://github.com/Alberto-Codes/docvet)

Used By

Are you using docvet? Open a pull request to add your project here.

License

MIT -- see LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

docvet-1.1.1.tar.gz (36.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

docvet-1.1.1-py3-none-any.whl (42.4 kB view details)

Uploaded Python 3

File details

Details for the file docvet-1.1.1.tar.gz.

File metadata

  • Download URL: docvet-1.1.1.tar.gz
  • Upload date:
  • Size: 36.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.5 {"installer":{"name":"uv","version":"0.10.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for docvet-1.1.1.tar.gz
Algorithm Hash digest
SHA256 06dbcb317c4e622e667a262213e8432e3072a67fd7ada05dbc78482a1d51c1d5
MD5 e499daa9f74919a4ae6b92ceb301b5c1
BLAKE2b-256 77dc6b4e346e6688c621a6272b5349737022b0ea12a333856a26c06c573b5a35

See more details on using hashes here.

File details

Details for the file docvet-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: docvet-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 42.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.5 {"installer":{"name":"uv","version":"0.10.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for docvet-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 41d0c3778d2cb5a94ec239b055319f66bdac863fe0725e3fbc0f494db9213b06
MD5 b36adab5a216f5693138acda76f15e6c
BLAKE2b-256 a03b2b443fc3f3e97e8e7aaf6753c72d8c9dbea95a267e40f6e5d5df67e89cd4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page