summary refs log tree commit diff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRichard van der Hoff <github@rvanderhoff.org.uk>2016-07-26 13:27:54 +0100
committerGitHub <noreply@github.com>2016-07-26 13:27:54 +0100
commit5b1825ba5be357db07b56fb2c86b317e7fb29b5f (patch)
tree0f534fe44d8490436f9a99b838a33d7cace4d2e0 /setup.cfg
parentMerge pull request #948 from matrix-org/markjh/auth_fixes (diff)
parentFix flake8 violation (diff)
downloadsynapse-5b1825ba5be357db07b56fb2c86b317e7fb29b5f.tar.xz
Merge pull request #951 from matrix-org/rav/flake8
Fix flake8 noise
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 5ebce1c56b..da8eafbb39 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,5 @@ 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
+#  W503 requires that binary operators be at the end, not start, of lines. Erik doesn't like it.
+ignore = W503