pydoclint – Python docstring linter

pydoclint is a Python docstring linter designed to check whether sections such as arguments, returns, yields, and raises correctly match a function’s signature or implementation.

It’s intended for developers who want stricter, more reliable docstring validation in Python projects, and it supports NumPy, Google, and Sphinx-style docstrings while fitting into existing linting and pre-commit workflows.

This is free and open source software.

Key Features

  • Very fast docstring linting with published comparisons against darglint on large Python projects.
  • Supports NumPy, Google, and Sphinx-style docstrings.
  • Can be used for gradual adoption with baseline support to record existing violations.
  • Provides categorized DOC0xx to DOC6xx violation codes covering parsing issues, arguments, returns, yields, raises, constructors, and class attributes.
  • Includes configuration options for tuning checks to match team conventions and preferences.
  • Supports inline suppression in native mode with # noqa: DOCxxx.

Website: github.com/jsh9/pydoclint/
Support:
Developer: jsh9
License: MIT License

pydoclint is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Python Linters
RuffExtremely fast Python linter and code formatter
tyFast Python type checker
MypyStatic type checker for Python
BanditFind security issues in Python code
PylintStatic code analyser
wemake-python-styleguideFlake8 plugin
pycodestyleCheck Python code against style conventions in PEP 8
PyflakesChecks Python source files for errors
VultureFind dead code
PyreflyFast type checker and language server
Flake8Wrapper around PyFlakes and pycodestyle
RadonComputes various metrics from Python code
cython-lintLint Cython files
PylamaCode audit tool for Python
ProspectorBrings together the functionality of other Python analysis tools
FixitHighly configurable linting framework
PyromaRates how well a Python project compiles
YALAYet Another Linter Aggregator

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments