0.5.0
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 toTrue
. 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
- This functionality checks class attributes against the "Attributes"
Full Changelog: 0.4.2...0.5.0