Skip to content

Releases: jsh9/pydoclint

0.5.19

13 Jan 01:20
94039b2
Compare
Choose a tag to compare

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

12 Jan 21:52
1f2ea57
Compare
Choose a tag to compare

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.17

12 Jan 06:58
fe188f4
Compare
Choose a tag to compare

What's Changed

  • Add an option to auto regenerate baseline by @jsh9 in #202

Full Changelog: 0.5.16...0.5.17

0.5.16

11 Jan 23:37
7282eb6
Compare
Choose a tag to compare

What's Changed

  • 👌 Add pre-commit-hook to run pydoclint via flake8 by @s-weigand in #200

Full Changelog: 0.5.15...0.5.16

0.5.15

10 Jan 08:17
4021d8d
Compare
Choose a tag to compare

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

26 Dec 05:05
46c5cb7
Compare
Choose a tag to compare

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.13

20 Dec 07:45
dfd9494
Compare
Choose a tag to compare

What's Changed

  • Fix a bug with subscript assign by @jsh9 in #191
  • Fix a bug with reading non-UTF-8 encoded files by @jsh9 in #192

Full Changelog: 0.5.12...0.5.13

0.5.12

16 Dec 03:09
ca6f344
Compare
Choose a tag to compare

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.11

14 Dec 21:18
3b4dcb5
Compare
Choose a tag to compare

What's Changed

  • fix: get name of a raised exception when bound in except by @Amar1729 in #184

Full Changelog: 0.5.10...0.5.11

0.5.10

07 Dec 05:51
a902f5a
Compare
Choose a tag to compare

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