- Fixed - Fixed a bug (https://github.com/jsh9/pydoclint/issues/44) where tuple type annotation is incorrectly detected - Full diff - https://github.com/jsh9/pydoclint/compare/0.0.15...0.0.16
0.0.15
- Fixed - Fixed false positive `DOC402` when `yield` statements are in a block within a nested function (https://github.com/jsh9/pydoclint/pull/42) - Fixed false positives when `return` and `raise` statements are in a block within a nested function (https://github.com/jsh9/pydoclint/pull/42) - Full diff - https://github.com/jsh9/pydoclint/compare/0.0.14...0.0.15
0.0.14
- 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