- Added
- An option `--should-document-private-class-attributes` (if False, private
class attributes should not appear in the docstring)
- An option `--treat-property-methods-as-class-attributes` (if True,
`property` methods are treated like class attributes and need to be
documented in the class docstring)
- Full diff
- https://github.com/jsh9/pydoclint/compare/0.5.3...0.5.4