Modernize djblets/auth.

Review Request #13968 — Created June 10, 2024 and submitted — Latest diff uploaded

Information

Djblets
release-5.x

Reviewers

This change makes several modernizations for the auth app:

  • Add `from future import annotations' to everything.
  • Add type hints.
  • Fix up a few small type issues that were exposed by type hints.
  • Add in missing docstrings.

Ran unit tests.

Changes between revision 4 and 5

orig
1
2
3
4
5

Commits

Summary ID Author
Modernize djblets/auth.
This change makes several modernizations for the auth app: - Add `from __future__ import annotations' to everything. - Add type hints. - Fix up a few small type issues that were exposed by type hints. - Add in missing docstrings. Testing Done: Ran unit tests.
2604b85a568d8d71c04d59cbe89af2bd8a5a3ac8 David Trowbridge
Modernize djblets/auth.
This change makes several modernizations for the auth app: - Add `from __future__ import annotations' to everything. - Add type hints. - Fix up a few small type issues that were exposed by type hints. - Add in missing docstrings. Testing Done: Ran unit tests.
75ed6eb905e2b8cd0b0f885b0abc537c91a8fb5f David Trowbridge
djblets/auth/util.py
Loading...