summary refs log tree commit diff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-08-13 13:12:33 +0100
committerMark Haines <mark.haines@matrix.org>2015-08-13 13:12:33 +0100
commit7eb4d626bada90834f8cfe464e4424ed8991e590 (patch)
treee3186eeb006b214f974cdcf1af39b074c55edc6c /setup.cfg
parentPEP8 (diff)
downloadsynapse-7eb4d626bada90834f8cfe464e4424ed8991e590.tar.xz
Add max-line-length to the flake8 section of setup.cfg
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
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