Add type hints for Integration.

Review Request #12993 — Created April 27, 2023 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

This adds type hints for Integration, helping authors of integrations
supply the right types when filling out the attributes in a subclass or
calling methods on the integration.

Unit tests, mypy, and pyright pass.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add type hints for Integration
This adds type hints for `Integration`, helping authors of integrations supply the right types when filling out the attributes in a subclass or calling methods on the integration.
3c5133ed231e5676bf7112be13d049f74d4f56d9 Christian Hammond
djblets/integrations/integration.py
djblets/integrations/tests/test_integration.py
Loading...