- A bug where using double quotes in Literal type (such as `Literal["foo"]` could produce a false positive `DOC203` violation. - Removed useless argument `--src`
- Full diff - https://github.com/jsh9/pydoclint/compare/0.4.0...0.4.1
0.4.0
- Changed
- Improved the violation message of DOC105: the arguments with inconsistent type hints are now shown in the violation message to make violation correction much easier
- Full diff - https://github.com/jsh9/pydoclint/compare/0.3.10...0.4.0
0.3.10
- Added
- A new config option `--show-filenames-in-every-violation-message` (or `-sfn`), which makes it more convenient to jump to the corresponding line in IDEs by clicking on the violation message in the terminal
- Full diff - https://github.com/jsh9/pydoclint/compare/0.3.9...0.3.10
0.3.9
- Fixed
- False positive violation `DOC203` when there is no docstring return section for methods with `property` decorator
- Full diff - https://github.com/jsh9/pydoclint/compare/0.3.8...0.3.9
0.3.8
- Fixed
- A bug in handling prepended escape characters in docstrings
- Changed
- Improved documentation
- Full diff - https://github.com/jsh9/pydoclint/compare/0.3.7...0.3.8
0.3.7
- Changed
- Improved documentation - Disabled parallel mode for pre-commit (https://github.com/jsh9/pydoclint/pull/93)
- Full diff - https://github.com/jsh9/pydoclint/compare/0.3.6...0.3.7