Releases: jsh9/pydoclint
Releases · jsh9/pydoclint
0.5.9
0.5.8
0.5.7
What's Changed
- docs: add "sphinx" as an allowed style by @Amar1729 in #159
- tox: use
deps = .
instead ofpip install
by @Amar1729 in #160 - Switch from tab to 4 spaces in baseline by @cidrblock in #152
- feat: introduce DOC503 for checking specific raised exceptions by @Amar1729 in #161
New Contributors
- @Amar1729 made their first contribution in #159
- @cidrblock made their first contribution in #152
Full Changelog: 0.5.6...0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
What's Changed
- Make url a proper link by @Gabriel-p in #137
- Don't report DOC6xx if no docstring or short docstring by @jsh9 in #145
- Don't report DOC109 if arg list is empty by @jsh9 in #146
- Updated some documentations (1a270b0)
New Contributors
- @Gabriel-p made their first contribution in #137
Full Changelog: 0.5.1...0.5.2
0.5.1
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