Skip to content

Releases: jshwi/docsig

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

v0.53.1

06 May 12:08
v0.53.1
9c5f404
Compare
Choose a tag to compare

Fixed

  • no longer raise E104 with optional overload (#318)

v0.53.0

01 May 03:49
v0.53.0
41b454a
Compare
Choose a tag to compare

Added

  • hint for confirm-return-needed
  • arg for ignoring return type checker

Changed

  • output to summarised version
  • remove color from help

Deprecated

  • summary option as this is now the report format

v0.52.0

29 Apr 08:12
v0.52.0
523538f
Compare
Choose a tag to compare

Added

  • message types to messages module