Releases: jsh9/pydoclint
Releases · jsh9/pydoclint
0.5.19
What's Changed
- Fix false positive DOC405 & DOC201 for bare returns by @jsh9 in #205
- Add new config option for documenting star arguments by @jsh9 in #206
Full Changelog: 0.5.18...0.5.19
0.5.18
What's Changed
- Fix parsing and comparison of chained custom exceptions by @jsh9 in #203
- Fix wording in DOC503 violation message by @jsh9 in #204
Full Changelog: 0.5.17...0.5.18
0.5.15
What's Changed
- Throw DOC001 when docstring sections can't be parsed (numpy style) by @jsh9 in #199
Full Changelog: 0.5.14...0.5.15
0.5.14
What's Changed
- Make pydoclint not crash on syntax erros (including invisible chars) by @jsh9 in #194
- Fix a bug with ast.assign by @jsh9 in #195
Full Changelog: 0.5.13...0.5.14
0.5.12
What's Changed
- Drop Python 3.8 support by @jsh9 in #186
- Add mypy static type checking to pydoclint by @jsh9 in #185
- Use "modern" type annotations by @jsh9 in #187
- Add new config option to treat ClassVar attrs as class attrs by @jsh9 in #188
- Ensure support for py312 and 313 by @jsh9 in #189
Full Changelog: 0.5.11...0.5.12
0.5.10
What's Changed
- Hide msg about loading config in quiet mode by @aemonge in #178
- Fix bug caused by assigning value to attr by @jsh9 in #181
- Rename unparseAnnotation by @jsh9 in #182
- Rename InternalError into EdgeCaseError by @jsh9 in #183
Full Changelog: 0.5.9...0.5.10