summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2016-06-09 15:00:48 +0100
committerErik Johnston <erikj@matrix.org>2016-06-09 15:00:48 +0100
commit5c69bee3f4b5bf1ae6c7f6c898f7b91c52df0ec4 (patch)
tree70f492094b7fb962a8161bd2304c6846b3ac3f40 /setup.cfg
parent6b96b76674ddc3f830bca34f4a0bee6f09fdbd45 (diff)
Imported Upstream version 0.16.0
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 f8cc13c8..5ebce1c5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,3 +17,6 @@ ignore =
[flake8]
max-line-length = 90
ignore = W503 ; W503 requires that binary operators be at the end, not start, of lines. Erik doesn't like it.
+
+[pep8]
+max-line-length = 90