summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 2 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
index f8da47c1a..958f8f9e0 100644
--- a/.flake8
+++ b/.flake8
@@ -6,6 +6,8 @@ ignore =
E731
# W503: line break before binary operator (flake8 is not PEP8 compliant)
W503
+ # W504: line break after binary operator (flake8 is not PEP8 compliant)
+ W504
exclude =
src/pyramid/compat.py
src/pyramid/scaffolds/alchemy