summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-05-07 09:30:45 -0400
committerGitHub <noreply@github.com>2020-05-07 09:30:45 -0400
commit22246919e38ef47780b080a8109728ffeba77f69 (patch)
treefba244f0258333b4f444ae18c0ec6882aacaeed4 /tox.ini
parentSupport any process writing to cache invalidation stream. (#7436) (diff)
downloadsynapse-22246919e38ef47780b080a8109728ffeba77f69.tar.xz
Add more type hints to SAML handler. (#7445)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ad4ed8299e..c699f3e46a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -186,6 +186,7 @@ commands = mypy \
             synapse/handlers/cas_handler.py \
             synapse/handlers/directory.py \
             synapse/handlers/presence.py \
+            synapse/handlers/saml_handler.py \
             synapse/handlers/sync.py \
             synapse/handlers/ui_auth \
             synapse/logging/ \