diff options
author | Erik Johnston <erik@matrix.org> | 2015-08-13 17:28:43 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-08-13 17:28:43 +0100 |
commit | 129ee4e149095aa71c284cc5e1e7efa653222729 (patch) | |
tree | b1b02e3ec821888644edd1d389d6adbca6c6459a /setup.cfg | |
parent | Add metrics to the receipts cache (diff) | |
parent | Merge pull request #219 from matrix-org/erikj/dictionary_cache (diff) | |
download | synapse-129ee4e149095aa71c284cc5e1e7efa653222729.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/receipts_take2
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 |