Skip to content

Releases: jsh9/pydoclint

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

0.0.12

27 Jun 06:50
6aac3a6
Compare
Choose a tag to compare

What's Changed

  • Fix false positive D203 when returning None by @jsh9 in #34

Full Changelog: 0.0.11...0.0.12

0.0.11

26 Jun 08:46
3e044e0
Compare
Choose a tag to compare

What's Changed

  • Check consistency in return types by @jsh9 in #33

Full Changelog: 0.0.10...0.0.11