Add type hints for IntegrationManager.

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

Information

Djblets
release-3.x

Reviewers

This adds type hints for IntegrationManager, helping ensure that code
interacting with an IntegrationManager passes around the right types.
These type hints also cover instance variables, letting IDEs and type
checkers show details on these attributes.

Unit tests, mypy, and pyright pass.

Diff Revision 4 (Latest)

orig
1
2
3
4

Commits

First Last Summary ID Author
Add type hints for IntegrationManager.
This adds type hints for `IntegrationManager`, helping ensure that code interacting with an `IntegrationManager` passes around the right types. These type hints also cover instance variables, letting IDEs and type checkers show details on these attributes.
02a75daa37799fa446601e194e1a5fa0dbdc88fc Christian Hammond
djblets/integrations/integration.py
djblets/integrations/manager.py
djblets/integrations/tests/test_manager.py
Loading...