mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 08:54:12 -04:00
Type checking for FederationHandler
(#7770)
fix a few things to make this pass mypy.
This commit is contained in:
parent
244dbb04f7
commit
a6eae69ffe
3 changed files with 32 additions and 17 deletions
1
tox.ini
1
tox.ini
|
@ -184,6 +184,7 @@ commands = mypy \
|
|||
synapse/handlers/auth.py \
|
||||
synapse/handlers/cas_handler.py \
|
||||
synapse/handlers/directory.py \
|
||||
synapse/handlers/federation.py \
|
||||
synapse/handlers/oidc_handler.py \
|
||||
synapse/handlers/presence.py \
|
||||
synapse/handlers/room_member.py \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue