- Updated dependency (docstring_parser_fork) to 0.0.5 to fix issues when parsing Google-style return section
- Full diff - https://github.com/jsh9/pydoclint/compare/0.3.5...0.3.6
0.3.5
- Changed
- When checking for consistency betwene the docstring arguments and the arguments in the function signature, ignore underscore arguments (`_`, `__`, `___`, ...) in the arguments in the function signature
- Full diff - https://github.com/jsh9/pydoclint/compare/0.3.4...0.3.5
0.3.4
- Changed
- Don't check type hints for DOC103 (https://github.com/jsh9/pydoclint/pull/86)
- Full diff - https://github.com/jsh9/pydoclint/compare/0.3.3...0.3.4
0.3.3
- Added
- Added baseline file integration and 2 options: 1. `--generate-baseline True` Generate baseline content, and write it to a file specified from `--baseline` option path. 2. `--baseline <PATH>` Specify path to file with baseline content.
- Changed
- For the `--config` option, the default value is now `pyproject.toml`.
- Full diff - https://github.com/jsh9/pydoclint/compare/0.3.2...0.3.3
0.3.2
- Changed
- Make `flake8` an optional dependency
- Full diff - https://github.com/jsh9/pydoclint/compare/0.3.1...0.3.2
0.3.1
- Added
- Added an option `--require-yield-section-when-yielding-nothing` (defaulting to `False`). When it's False, we don't need a "Yields" section when a function yields None (https://github.com/jsh9/pydoclint/issues/79)
- Full diff - https://github.com/jsh9/pydoclint/compare/0.3.0...0.3.1