Skip to content

0.0.4

Compare
Choose a tag to compare
@jsh9 jsh9 released this 27 May 10:27
· 138 commits to main since this release
  • Added
    • A new violation, DOC001, for errors in parsing docstrings (PR #8)
    • A new option to allow __init__() methods to have docstring (and when
      users activate this option, check arguments and "Raises" in the docstring
      of __init__() instead of in the class docstring) (PR #7)
  • Changed
    • Used AST unparser to unparse type annotation nodes (2ed40f7)
  • Fixed
    • A bug when parsing type annotations such as Callable[[int], str] (64f6250)
  • Full changelog