Pydoclint

Latest version: v0.6.4

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 12

0.0.4

- Added
- A new violation, `DOC001`, for errors in parsing docstrings
(https://github.com/jsh9/pydoclint/pull/8)
- A new option to allow `__init__()` methods to have docstring (and when
users activate this option, check arguments and "Raises" in the docstring
of `__init__()` instead of in the class docstring)
(https://github.com/jsh9/pydoclint/pull/7)
- Changed
- Used AST unparser to unparse type annotation nodes
- Fixed
- A bug when parsing type annotations such as `Callable[[int], str]`
- Full diff
- https://github.com/jsh9/pydoclint/compare/0.0.3...0.0.4

0.0.3

- Added
- Added support for
[Google-style docstrings](https://google.github.io/styleguide/pyguide.html#s3.8.1-comments-in-doc-strings)
- Full diff
- https://github.com/jsh9/pydoclint/compare/0.0.2...0.0.3

0.0.2

- Added
- New command line options
- Fixed
- Fixed an issue where star arguments (*, *args, \*\*kwargs) were omitted
- Full diff
- https://github.com/jsh9/pydoclint/compare/0.0.1...0.0.2

0.0.1

Initial release

Page 12 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.