synapse-product/synapse/rest/synapse/client
Erik Johnston b5efcb577e
Make it possible to use dmypy (#9692)
Running `dmypy run` will do a `mypy` check while spinning up a daemon
that makes rerunning `dmypy run` a lot faster.

`dmypy` doesn't support `follow_imports = silent` and has
`local_partial_types` enabled, so this PR enables those options and
fixes the issues that were newly raised. Note that `local_partial_types`
will be enabled by default in upcoming mypy releases.
2021-03-26 16:49:46 +00:00
..
oidc Support for form_post in OIDC responses (#9376) 2021-02-17 10:15:14 +00:00
saml2 Fix Internal Server Error on GET /saml2/authn_response (#9623) 2021-03-16 10:20:20 +00:00
__init__.py Add back the deprecated SAML endpoint. (#9474) 2021-02-23 12:57:37 -05:00
new_user_consent.py Use the proper Request in type hints. (#9515) 2021-03-01 12:23:46 -05:00
password_reset.py Use the proper Request in type hints. (#9515) 2021-03-01 12:23:46 -05:00
pick_idp.py Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128) 2021-01-18 14:52:49 +00:00
pick_username.py Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00
sso_register.py Use the proper Request in type hints. (#9515) 2021-03-01 12:23:46 -05:00