Skip to content

Releases: jsh9/pydoclint

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

0.0.10

12 Jun 09:07
31e6a0b
Compare
Choose a tag to compare

What's Changed

  • Fix bug in type hint checking by @jsh9 in #29

Full Changelog: 0.0.9...0.0.10

0.0.9

12 Jun 08:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.8...0.0.9

0.0.8

06 Jun 08:36
Compare
Choose a tag to compare

What's Changed

  • Add CLI option --version to show version info by @m472 in #17
  • ✨ Add ability to use as stand-alone pre-commit hook by @s-weigand in #18
  • 🩹 Fix windows encoding issues by @s-weigand in #21
  • 🩹 Don't use colon after error code in message text for flake8 by @s-weigand in #22
  • Better identify generator methods by @jsh9 in #23

New Contributors

Full Changelog: 0.0.7...0.0.8

0.0.7

01 Jun 10:41
Compare
Choose a tag to compare
  • Fixed
    • Fixed a bug (#16) where re-raising an exception was not handled properly
  • Full diff