Add typing and clean up code for reviewboard.hostingsvcs.errors.

Review Request #12985 — Created April 24, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

This updates the error code for hosting services to include type hints
and information on attributes, making it easier and safer to work with
errors.

It also adds some missing documentation and removes some unneeded
pass statements.

Type checker and unit tests pass.

Used some of these attributes in code I was working on.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add typing and clean up code for reviewboard.hostingsvcs.errors.
This updates the error code for hosting services to include type hints and information on attributes, making it easier and safer to work with errors. It also adds some missing documentation and removes some unneeded `pass` statements.
545e886e9efccf5fff78180312ddfb822ff5255d Christian Hammond
reviewboard/hostingsvcs/errors.py
Loading...