MatrixSynapse/synapse/config
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
..
__init__.py
__main__.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 2018-10-20 11:16:55 +11:00
_base.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 2018-10-20 11:16:55 +11:00
api.py
appservice.py
captcha.py
cas.py
consent_config.py
database.py
emailconfig.py Calculate absolute path for email templates 2018-10-19 14:01:59 +01:00
groups.py
homeserver.py Fix jwt import check 2018-09-07 14:20:54 +01:00
jwt_config.py Fix jwt import check 2018-09-07 14:20:54 +01:00
key.py
logger.py Remove some superfluous logging (#3855) 2018-09-13 19:59:32 +10:00
metrics.py
password.py
password_auth_providers.py
push.py
ratelimiting.py
registration.py
repository.py Fix a number of flake8 errors 2018-10-24 10:39:03 +01:00
saml2.py
server.py
server_notices_config.py
spam_checker.py
tls.py
user_directory.py
voip.py
workers.py