Add typing for reviewboard.hostingsvcs.repository.
Review Request #12989 — Created April 25, 2023 and submitted — Latest diff uploaded
This introduces typing for
RemoteRepository
, which represents a
scanned repository in a service. This covers typing of the attributes on
the class and on the__init__()
and__repr__()
methods.The module has also been given a docstring.
Viewed the docs in the new docs UI.
Unit tests pass.