summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-05-22 10:12:17 +0100
committerGitHub <noreply@github.com>2020-05-22 10:12:17 +0100
commitd84bdfe599aa47617d59c8e6eea5071463382c1c (patch)
tree6ee150055a285139e9d862e405bec14dcf0d3791 /tox.ini
parentFix some DETECTED VIOLATIONS in the config file (#7550) (diff)
downloadsynapse-d84bdfe599aa47617d59c8e6eea5071463382c1c.tar.xz
mypy for synapse.http.site (#7553)
Diffstat (limited to '')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3bb4d45e2a..9fefcb72b5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -193,6 +193,7 @@ commands = mypy \
             synapse/handlers/saml_handler.py \
             synapse/handlers/sync.py \
             synapse/handlers/ui_auth \
+            synapse/http/site.py \
             synapse/logging/ \
             synapse/metrics \
             synapse/module_api \