Skip to content

Releases: jshwi/docsig

v0.59.1

17 Jul 02:39
v0.59.1
bb6f137
Compare
Choose a tag to compare

Fixed

  • handle unicode decode error (#384)

v0.59.0

16 Jul 12:28
v0.59.0
b9238bc
Compare
Choose a tag to compare

Changed

  • sort checked paths (#381)

v0.58.0

15 Jul 13:21
v0.58.0
969dd53
Compare
Choose a tag to compare

Changed

  • remove click from dependencies (#376)

v0.57.0

03 Jul 03:28
v0.57.0
d8d2608
Compare
Choose a tag to compare

Added

  • docsig as a flake8 plugin (#368)

v0.56.0

23 Jun 11:32
v0.56.0
4847d21
Compare
Choose a tag to compare

Changed

  • error codes

Deprecated

  • old style messages

v0.55.0

11 Jun 22:32
v0.55.0
c23f8f6
Compare
Choose a tag to compare

Changed

  • rename targets parameter to target in docsig function

v0.54.1

23 May 12:30
v0.54.1
636a5a5
Compare
Choose a tag to compare

Fixed

  • issue where spelling-error could only occur alone

v0.54.0

21 May 00:21
v0.54.0
be8a6e4
Compare
Choose a tag to compare

Added

  • description-missing check

Changed

  • reword description for confirm-return-needed

Fixed

  • adjust docstring to match signature once params-missing evaluated

v0.53.3

12 May 21:36
v0.53.3
9989988
Compare
Choose a tag to compare

Fixed

  • param-not-equal-to-arg which should not be final catch-all

v0.53.2

08 May 23:37
v0.53.2
0fe49fd
Compare
Choose a tag to compare

Fixed

  • raise E102 before E107 considered
  • false positives in E105 hints
  • method for detecting incorrectly indented parameter
  • no longer rely on raising E102 errors to raise E106
  • no longer rely on raising E101 errors to raise E106
  • raise E107 without relying on other errors
  • issue where E106 needed parameter name and description to match