forked-synapse/synapse
Jonathan de Jong 95e47b2e78
[pyupgrade] synapse/ (#10348)
This PR is tantamount to running 
```
pyupgrade --py36-plus --keep-percent-format `find synapse/ -type f -name "*.py"`
```

Part of #9744
2021-07-19 15:28:05 +01:00
..
_scripts Add script for getting info about recently registered users (#10290) 2021-07-06 13:03:16 +01:00
api Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00
app [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
appservice Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
config [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
crypto Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
events Do not include signatures/hashes in make_{join,leave,knock} responses. (#10404) 2021-07-16 10:36:38 -04:00
federation Do not include signatures/hashes in make_{join,leave,knock} responses. (#10404) 2021-07-16 10:36:38 -04:00
groups Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
handlers [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
http [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
logging [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
metrics [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
module_api One last inline type hint (for the whole repo) (#10418) 2021-07-16 20:12:56 +01:00
push Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00
replication Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
res/templates Port "Allow users to click account renewal links multiple times without hitting an 'Invalid Token' page #74" from synapse-dinsic (#9832) 2021-04-19 19:16:34 +01:00
rest [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
server_notices Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
spam_checker_api Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
state Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
static Add initial support for a "pick your IdP" page (#9017) 2021-01-05 11:25:28 +00:00
storage [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
streams Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
util [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
__init__.py 1.38.0 2021-07-13 13:19:06 +01:00
event_auth.py Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
notifier.py Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
python_dependencies.py Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
server.py Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
types.py [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
visibility.py [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00