Skip to content

0.5.0

Compare
Choose a tag to compare
@jsh9 jsh9 released this 23 Jun 04:12
· 21 commits to main since this release
1e1c88f

What's Changed

  • Check class attributes against docstring by @jsh9 in #130
    • This functionality checks class attributes against the "Attributes"
      section of the docstring
    • There is a new config option, --check-class-attributes (or -cca),
      which defaults to True. Therefore, this breaks backward compatibility.
    • To maintain backward compatibility, set --check-class-attributes to
      False
    • Options like --check-arg-order, --arg-type-hints-in-signature, and
      --arg-type-hints-in-docstring are still effective in checking class
      attributes

Full Changelog: 0.4.2...0.5.0