diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-22 10:12:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 10:12:17 +0100 |
commit | d84bdfe599aa47617d59c8e6eea5071463382c1c (patch) | |
tree | 6ee150055a285139e9d862e405bec14dcf0d3791 /tox.ini | |
parent | Fix some DETECTED VIOLATIONS in the config file (#7550) (diff) | |
download | synapse-d84bdfe599aa47617d59c8e6eea5071463382c1c.tar.xz |
mypy for synapse.http.site (#7553)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
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 \ |