summary refs log tree commit diff
path: root/mypy.ini (follow)
Commit message (Expand)AuthorAgeFilesLines
* Block clients from sending server ACLs that lock the local server out. (#8708)Erik Johnston2020-11-031-0/+1
* Add type hints to application services. (#8655)Patrick Cloke2020-10-281-0/+4
* Add type hints for account validity handler (#8620)Patrick Cloke2020-10-261-0/+1
* Type hints for RegistrationStore (#8615)Erik Johnston2020-10-221-0/+1
* Add type hints to profile and base handlers. (#8609)Patrick Cloke2020-10-211-1/+3
* Send some ephemeral events to appservices (#8437)Will Hunt2020-10-151-0/+1
* Enable mypy for synapse.util.caches (#8547)Richard van der Hoff2020-10-151-3/+1
* Add type hints to response cache. (#8507)Patrick Cloke2020-10-091-0/+1
* Add type hints to some handlers (#8505)Patrick Cloke2020-10-091-0/+5
* Add typing information to the device handler. (#8407)Patrick Cloke2020-10-071-0/+1
* Add unit test for event persister sharding (#8433)Erik Johnston2020-10-021-0/+3
* Enable mypy checking for unreachable code and fix instances. (#8432)Patrick Cloke2020-10-011-0/+1
* Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281)Erik Johnston2020-09-111-0/+2
* Add types to async_helpers (#8260)Patrick Cloke2020-09-081-1/+2
* Add type hints to more handlers (#8244)Erik Johnston2020-09-031-0/+3
* Fix typing for `@cached` wrapped functions (#8240)Erik Johnston2020-09-031-1/+2
* Add StreamStore to mypy (#8232)Erik Johnston2020-09-021-0/+1
* Convert the well known resolver to async (#8214)Patrick Cloke2020-09-011-0/+1
* Allow running mypy directly. (#8175)Patrick Cloke2020-08-261-0/+49
* Add type hints to handlers.message and events.builder (#8067)Erik Johnston2020-08-121-0/+3
* Add support for using rust-python-jaeger-reporter (#7697)Erik Johnston2020-06-171-0/+3
* Implement OpenID Connect-based login (#7256)Quentin Gliech2020-05-081-0/+3
* Fixup synapse.rest to pass mypy (#6732)Erik Johnston2020-01-201-0/+9
* Fixup synapse.api to pass mypy (#6733)Erik Johnston2020-01-201-0/+3
* Silence mypy errors for files outside those specifiedErik Johnston2019-12-101-1/+1
* Update black to 19.10b0 (#6304)Amber Brown2019-11-011-4/+7
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-4/+12
* Fix for structured logging tests stomping on logs (#6023)Amber Brown2019-09-131-0/+54