Skip to content

Releases: jsh9/pydoclint

0.1.5

12 Aug 10:43
397d6b2
Compare
Choose a tag to compare

What's Changed

  • Improve type hint comparison algorithm by @jsh9 in #58

Full Changelog: 0.1.4...0.1.5

0.1.4

23 Jul 23:12
5ad3126
Compare
Choose a tag to compare

What's Changed

  • Create doc site for pydoclint by @jsh9 in #47

Full Changelog: 0.1.3...0.1.4

0.1.3

21 Jul 22:07
2b9caf0
Compare
Choose a tag to compare

What's Changed

  • Parse '--check-return-types' in flake8 plugin by @JenSte in #52

Full Changelog: 0.1.2...0.1.3

0.1.2

21 Jul 02:41
29c247a
Compare
Choose a tag to compare

What's Changed

  • Fix outdate wording in type-hints-in-xxx by @jsh9 in #51

Full Changelog: 0.1.1...0.1.2

0.1.1

19 Jul 02:26
86c38c7
Compare
Choose a tag to compare

What's Changed

  • Fix parsing of 'sphinx' as style argument by @JenSte in #48

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

16 Jul 00:18
274e457
Compare
Choose a tag to compare

What's Changed

  • Add support for Sphinx docstring style by @jsh9 in #46

Full Changelog: 0.0.16...0.1.0

0.0.16

15 Jul 19:14
872d24f
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect tuple annotation detection by @jsh9 in #45

Full Changelog: 0.0.15...0.0.16

0.0.15

10 Jul 10:23
64ae579
Compare
Choose a tag to compare

What's Changed

  • Fix false positive DOC402 by @jsh9 in #41
  • Fix raise/return detection for nested functions by @jsh9 in #42

Full Changelog: 0.0.14...0.0.15

0.0.14

05 Jul 08:04
d14c159
Compare
Choose a tag to compare

What's Changed

  • Properly deal with quotes in return annotations by @jsh9 in #39

Full Changelog: 0.0.13...0.0.14

0.0.13

27 Jun 08:12
1a3596f
Compare
Choose a tag to compare

What's Changed

  • Fix false positives in abstract methods by @jsh9 in #35

Full Changelog: 0.0.12...0.0.13