You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)