Add typing for reviewboard.hostingsvcs.repository.

Review Request #12989 — Created April 25, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add typing for reviewboard.hostingsvcs.repository.
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.
04c78d1f112617cbf816475d21aac40f8ebe7cff Christian Hammond
reviewboard/hostingsvcs/repository.py
Loading...