Interrogate Versions Save

Explain yourself! Interrogate a codebase for docstring coverage.

1.7.0

1 month ago

Full Changelog

Added

  • tomli dependency for Python versions < 3.11, making use of tomllib in the standard library with 3.11+ (#150).
  • Support for pyi file extensions (and leave room for other file extensions to be added, like maybe ipynb).
  • Support for Google-style docstrings for class __init__ methods with new --style [sphinx|google] flag (#128).

Fixed

  • Include support for deleters when ignoring property decorators (#126).
  • Support floats for --fail-under values (#114).

Removed

  • toml dependency for all Python versions (#150).