Skip to content

Releases: jsh9/pydoclint

0.6.5

03 Apr 05:17
e4fc6cd
Compare
Choose a tag to compare

What's Changed

  • Fix typo in config option default value by @jsh9 in #229
  • Fix a bug in checking assert errors by @jsh9 in #230

Full Changelog: 0.6.4...0.6.5

0.6.4

31 Mar 01:41
e47877d
Compare
Choose a tag to compare

What's Changed

  • Fix a bug in decomposing tuples in docstrings by @jsh9 in #227

Full Changelog: 0.6.3...0.6.4

0.6.3

30 Mar 07:22
dd09efd
Compare
Choose a tag to compare

What's Changed

  • New violation code D504 by @jsh9 in #220
  • Start enforcing LN002 linter rule by @jsh9 in #221
  • Add --ignore-private-args option by @jsh9 in #225
  • Fix typo in flake8 config; fix LN001/002 violations by @jsh9 in #226

Full Changelog: 0.6.2...0.6.3

0.6.2

17 Feb 06:19
193dc55
Compare
Choose a tag to compare

What's Changed

  • Throw error when user provides no paths by @jsh9 in #218
  • Fix missing config option onlyAttrsWithClassVarAreTreatedAsClassAttrs by @jsh9 in #219

Full Changelog: 0.6.1...0.6.2

0.6.1

16 Feb 22:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.0...0.6.1

0.6.0

13 Jan 08:38
2e8af22
Compare
Choose a tag to compare

What's Changed

  • Add DOC003 to check docstring style mismatch by @jsh9 in #207

Full Changelog: 0.5.19...0.6.0

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