forked-synapse/synapse/federation
Richard van der Hoff ef771cc4c2 Fix a number of flake8 errors
Broadly three things here:

* disable W504 which seems a bit whacko
* remove a bunch of `as e` expressions from exception handlers that don't use
  them
* use `r""` for strings which include backslashes

Also, we don't use pep8 any more, so we can get rid of the duplicate config
there.
2018-10-24 10:39:03 +01:00
..
transport Fix incorrect truncation in get_missing_events 2018-10-16 21:10:04 +01:00
__init__.py Remove unused ReplicationLayer 2018-03-13 11:00:04 +00:00
federation_base.py Fix handling of redacted events from federation 2018-09-13 15:44:12 +01:00
federation_client.py more comments 2018-09-27 11:31:51 +01:00
federation_server.py Fix a number of flake8 errors 2018-10-24 10:39:03 +01:00
persistence.py Fix origin handling for pushed transactions 2018-09-05 13:08:07 +01:00
send_queue.py fix #3445 2018-08-29 16:28:25 +02:00
transaction_queue.py Various cleanups in the federation client code (#4031) 2018-10-16 10:44:49 +01:00
units.py Remove pdu_failures from transactions 2018-07-30 16:28:47 -06:00