Releases: jsh9/pydoclint
Releases · jsh9/pydoclint
0.5.0
What's Changed
- Check class attributes against docstring by @jsh9 in #130
- This functionality checks class attributes against the "Attributes"
section of the docstring - There is a new config option,
--check-class-attributes
(or-cca
),
which defaults toTrue
. Therefore, this breaks backward compatibility. - To maintain backward compatibility, set
--check-class-attributes
to
False
- Options like
--check-arg-order
,--arg-type-hints-in-signature
, and
--arg-type-hints-in-docstring
are still effective in checking class
attributes
- This functionality checks class attributes against the "Attributes"
Full Changelog: 0.4.2...0.5.0
0.4.2
0.4.1
0.4.0
0.3.10
What's Changed
- Documenting tool integration by @jamesbraza in #104
- Exclude venv folders in flake8 by @jamesbraza in #116
- Add option to show filename for each violation msg by @jsh9 in #119
New Contributors
- @jamesbraza made their first contribution in #104
- @gigi-minds-ai made their first contribution in #118
Full Changelog: 0.3.9...0.3.10