Skip to content

Releases: jshwi/docsig

v0.92.2

Choose a tag to compare

@jshwi jshwi released this 25 Jul 12:51
v0.92.2
e563c11

Fixed

  • pyproject resolved from the working directory (#1017)
  • inline directive dropped before intervening lines (#1019)
  • message list kwargs rejected by type checkers (#1021)

v0.92.1

Choose a tag to compare

@jshwi jshwi released this 25 Jul 05:09
v0.92.1
6368055

Fixed

  • sig306 undetected after an ellipsis line (#1011)
  • whitespace rejected in comma separated rule lists (#1013)
  • sphinx inline types rejected with an ellipsis or quotes (#1015)

v0.92.0

Choose a tag to compare

@jshwi jshwi released this 24 Jul 23:53
v0.92.0
76db68c

Removed

  • short form for check-dunders (#1009)

v0.91.8

Choose a tag to compare

@jshwi jshwi released this 24 Jul 02:54
v0.91.8
d809657

Fixed

  • documentation undetected under unknown section headers (#1002)
  • false positive SIG203 for a wrapped cross-reference role (#1005)
  • numpy sections undetected with trailing whitespace (#1007)

v0.91.7

Choose a tag to compare

@jshwi jshwi released this 22 Jul 11:59
v0.91.7
06420ee

Fixed

  • indent anomaly reported for tab indented docstrings (#996)
  • return doc required for quoted none annotation (#998)
  • json line zero for whole file syntax errors (#1000)

v0.91.6

Choose a tag to compare

@jshwi jshwi released this 22 Jul 03:18
v0.91.6
33e2827

Fixed

  • gitignore resolved from cwd instead of checked path (#986)
  • stop false positives for typed parameter fields (#988)
  • google docstrings undetected by keyword args section (#990)

v0.91.5

Choose a tag to compare

@jshwi jshwi released this 21 Jul 06:20
v0.91.5
d95b149

Fixed

  • capitalization error after common abbreviations (#976)
  • commandline exclude ignored when configured in pyproject (#978)
  • syntax error reported for description on line after field (#980)

v0.91.4

Choose a tag to compare

@jshwi jshwi released this 20 Jul 20:40
v0.91.4
84fe9f6

Fixed

  • false positive SIG306 for descriptions ending with a list (#969)
  • valid python in non-utf-8 encoding reported as broken file (#971)
  • default excludes for paths below the invocation dir (#973)

v0.91.3

Choose a tag to compare

@jshwi jshwi released this 20 Jul 02:33
v0.91.3
b10da12

Fixed

  • false positive SIG305 for parenthesized abbreviations (#959)
  • false positive SIG305 for abbreviations before comma (#961)
  • false positive SIG306 for rst directives in descriptions (#963)

v0.91.2

Choose a tag to compare

@jshwi jshwi released this 19 Jul 12:23
v0.91.2
e3ae443

Fixed

  • config lookup for module invocation (#953)
  • false positive SIG306 for rst code blocks in descriptions (#955)
  • false positive SIG305 for abbreviations after sentence end (#957)