- Added
- A new violation, `DOC001`, for errors in parsing docstrings
(https://github.com/jsh9/pydoclint/pull/8)
- A new option to allow `__init__()` methods to have docstring (and when
users activate this option, check arguments and "Raises" in the docstring
of `__init__()` instead of in the class docstring)
(https://github.com/jsh9/pydoclint/pull/7)
- Changed
- Used AST unparser to unparse type annotation nodes
- Fixed
- A bug when parsing type annotations such as `Callable[[int], str]`
- Full diff
- https://github.com/jsh9/pydoclint/compare/0.0.3...0.0.4