Skip to content

1.7.0

Latest
Compare
Choose a tag to compare
@econchick econchick released this 07 Apr 22:29
· 25 commits to master since this release

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).