Pydoclint

Latest version: v0.4.1

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

Scan your dependencies

Page 1 of 8

0.4.1

- Fixed

- 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

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.