- Added
- A command line option `--version` to show the current version of pydoclint
(https://github.com/jsh9/pydoclint/pull/17)
- Enabled pydoclint to be used as a pre-commit hook
(https://github.com/jsh9/pydoclint/pull/18)
- Fixed
- Encoding issues in Windows (where non-ASCII characters cause issues with
Windows + pre-commit) (https://github.com/jsh9/pydoclint/pull/21)
- Stopped using colons (:) in flake8 error messages because they could cause
issues with tools like "yesqa" (https://github.com/jsh9/pydoclint/pull/22)
- Changed
- Expanded the logic to identify generator functions
(https://github.com/jsh9/pydoclint/issues/15)
- Full diff
- https://github.com/jsh9/pydoclint/compare/0.0.7...0.0.8