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.

Changes between revision 2 and 3

orig
1
2
3
4

Commits

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.
bc83879805ed79c59a5c96a41d2830fe22606391 Christian Hammond
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.
da8306cfb039eeda2ba4106ba6c5075450084df6 Christian Hammond
djblets/integrations/integration.py
djblets/integrations/manager.py
Loading...