diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-08-13 17:03:58 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-08-13 17:03:58 +0100 |
commit | 3d1cdda762aa64ca84e096ff4c564130e9d2bf26 (patch) | |
tree | e26bced4c123c8d2aa274d771728a9f2b2f5f1a1 /setup.cfg | |
parent | Don't time getDelayedCalls (diff) | |
parent | Add max-line-length to the flake8 section of setup.cfg (diff) | |
download | synapse-3d1cdda762aa64ca84e096ff4c564130e9d2bf26.tar.xz |
Merge branch 'develop' into erikj/reactor_metrics
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg index 888ad6ed4a..abb649958e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,3 +16,6 @@ ignore = docs/* pylint.cfg tox.ini + +[flake8] +max-line-length = 90 |