Skip to content
Snippets Groups Projects
Commit 324d4f61 authored by Erik Johnston's avatar Erik Johnston
Browse files

Include more folders in mypy

parent 25f12443
No related branches found
No related tags found
No related merge requests found
...@@ -177,5 +177,17 @@ env = ...@@ -177,5 +177,17 @@ env =
MYPYPATH = stubs/ MYPYPATH = stubs/
extras = all extras = all
commands = mypy \ commands = mypy \
synapse/config/ \
synapse/handlers/ui_auth \
synapse/logging/ \ synapse/logging/ \
synapse/config/ synapse/module_api \
synapse/rest/consent \
synapse/rest/media/v0 \
synapse/rest/saml2 \
synapse/spam_checker_api \
synapse/storage/engines \
synapse/streams
# To find all folders that pass mypy you run:
#
# find synapse/* -type d -not -name __pycache__ -exec bash -c "mypy '{}' > /dev/null" \; -print
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment