- Fixed - Fixed an issue where quotes in return annotations are not properly handled (https://github.com/jsh9/pydoclint/pull/39) - Full diff - https://github.com/jsh9/pydoclint/compare/0.0.13...0.0.14
0.0.13
- Fixed - False positives when checking abstract methods (partially tackles https://github.com/jsh9/pydoclint/issues/31) - Full diff - https://github.com/jsh9/pydoclint/compare/0.0.12...0.0.13
0.0.12
- Fixed - False positive of DOC203 when `--require-return-section-when-returning-None` is `False`, the docstring has no return section, and the return annotation is `None` (https://github.com/jsh9/pydoclint/pull/34) - Full diff - https://github.com/jsh9/pydoclint/compare/0.0.11...0.0.12
0.0.11
- Added - A new violation code, DOC203, which is about inconsistency between return types in the docstring and in the return annotation (https://github.com/jsh9/pydoclint/pull/33) - Full diff - https://github.com/jsh9/pydoclint/compare/0.0.10...0.0.11
0.0.10
- Fixed - Fixed a bug (https://github.com/jsh9/pydoclint/issues/19) in checking type hints when the function signature only contains star arguments - Full diff - https://github.com/jsh9/pydoclint/compare/0.0.9...0.0.10
0.0.9
- Changed - Replaced the `--check-type-hint` option with two new options: `--type-hints-in-docstring` and `--type-hints-in-signature` (https://github.com/jsh9/pydoclint/issues/19) - Full diff - https://github.com/jsh9/pydoclint/compare/0.0.8...0.0.9