Commit graph

2 commits

Author SHA1 Message Date
Reynir Björnsson
c9b0c19fec Fix type errors (#81)
This brings down the number of type errors from 118 down to 92. I think most of the remaining errors are due to the */models.py files where I'm not sure what to do about it. I run the type checker in docker via `just typecheck`.

The change in 0af3fbcac4 requires this change upstream: https://github.com/valberg/django-registries/pull/28 we can omit that commit for now.

Reviewed-on: https://git.data.coop/data.coop/membersystem/pulls/81
Reviewed-by: benjaoming <benjaoming@data.coop>
Co-authored-by: Reynir Björnsson <reynir@reynir.dk>
Co-committed-by: Reynir Björnsson <reynir@reynir.dk>
2025-03-03 18:20:28 +00:00
Víðir Valberg Guðmundsson
257f1a26eb Add a custom OAuth2 validator to provide some more info in the OIDC dance. 2025-02-02 14:41:11 +01:00