-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
While working on this, I have been frustrated by model diffs producing unexpected results because they have tried to compare a list of E-mail addresses with a tuple of E-mail addresses, and finding that they differ.
There are, broadly, 2 possible ways to fix this:
- Use mypy, a static type checker for python, to check that we're using appropriate types.
- Use type_enforced (https://github.com/connor-makowski/type_enforced) to decorate the User and Group class (and hope that it's compatible with the dataclasses decorator)
Metadata
Metadata
Assignees
Labels
No labels