diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-08-13 13:12:33 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-08-13 13:12:33 +0100 |
commit | 7eb4d626bada90834f8cfe464e4424ed8991e590 (patch) | |
tree | e3186eeb006b214f974cdcf1af39b074c55edc6c | |
parent | PEP8 (diff) | |
download | synapse-7eb4d626bada90834f8cfe464e4424ed8991e590.tar.xz |
Add max-line-length to the flake8 section of 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 |