Skip to content

Releases: jsh9/pydoclint

0.5.4

14 Jul 17:51
0b750d5
Compare
Choose a tag to compare

What's Changed

  • Add an option for private class attributes by @jsh9 in #149
  • Add option to treat property methods as class attributes by @jsh9 in #153

Full Changelog: 0.5.3...0.5.4

0.5.3

27 Jun 02:36
98f7a5c
Compare
Choose a tag to compare

What's Changed

  • Add DOC604 & 605 test cases; improve DOC605 err msg by @jsh9 in #147

Full Changelog: 0.5.2...0.5.3

0.5.2

27 Jun 01:44
4d0293a
Compare
Choose a tag to compare

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

Full Changelog: 0.5.1...0.5.2

0.5.1

24 Jun 08:48
f43a961
Compare
Choose a tag to compare

What's Changed

  • Fix annotation unparsing bug by @jsh9 in #132
  • Fix another bug in class attr checking by @jsh9 in #133
  • Use "attribute" docstring section in Sphinx style by @jsh9 in #136

Full Changelog: 0.5.0...0.5.1

0.5.0

23 Jun 04:12
1e1c88f
Compare
Choose a tag to compare

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 to True. 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

Full Changelog: 0.4.2...0.5.0

0.4.2

29 May 05:31
2b0f1d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

17 Feb 07:46
Compare
Choose a tag to compare

What's Changed

  • Fix double quotes in Literal type hint by @jsh9 in #123
  • Remove useless argument --src by @jsh9 in #124

Full Changelog: 0.4.0...0.4.1

0.4.0

08 Feb 06:04
d2b4b99
Compare
Choose a tag to compare

What's Changed

  • Include args with different type hints in DOC105 msg by @jsh9 in #120

Full Changelog: 0.3.10...0.4.0

0.3.10

07 Feb 08:09
fa41757
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.9...0.3.10

0.3.9

16 Jan 06:18
75e485b
Compare
Choose a tag to compare

What's Changed

  • Fix false positive DOC203 in property methods by @jsh9 in #115

Full Changelog: 0.3.8...0.3.9