- 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