Skip to content
Snippets Groups Projects
Unverified Commit 7e67cfc8 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Merge pull request #6534 from matrix-org/erikj/extend_mypy

Include more folders in mypy
parents cb2db179 c965253e
No related branches found
No related tags found
No related merge requests found
Test more folders against mypy.
......@@ -177,5 +177,17 @@ env =
MYPYPATH = stubs/
extras = all
commands = mypy \
synapse/config/ \
synapse/handlers/ui_auth \
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