Tell Black to format code for Python 3.5 (#8664)
This allows trailing commas in multi-line arg lists.
Minor, but we might as well keep our formatting current with regard to
our minimum supported Python version.
Signed-off-by:
Dan Callahan <danc@element.io>
Showing
- changelog.d/8664.misc 1 addition, 0 deletionschangelog.d/8664.misc
- pyproject.toml 1 addition, 1 deletionpyproject.toml
- synapse/http/client.py 1 addition, 1 deletionsynapse/http/client.py
- synapse/storage/database.py 2 additions, 2 deletionssynapse/storage/database.py
- synapse/util/retryutils.py 1 addition, 1 deletionsynapse/util/retryutils.py
- tests/replication/_base.py 1 addition, 1 deletiontests/replication/_base.py
- tests/replication/tcp/streams/test_events.py 1 addition, 1 deletiontests/replication/tcp/streams/test_events.py
- tests/server.py 2 additions, 2 deletionstests/server.py
- tests/storage/test_client_ips.py 1 addition, 1 deletiontests/storage/test_client_ips.py
- tests/test_utils/event_injection.py 1 addition, 1 deletiontests/test_utils/event_injection.py
Loading
Please register or sign in to comment