summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 875480594..3ef28451f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,3 +13,7 @@ docs = develop easy_install pyramid[docs]
[bdist_wheel]
universal = 1
+[flake8]
+ignore = E301,E302,E731,E261,E123,E121,E128,E129,E125,W291,E501,W293,E303,W391,E266,E231,E201,E202,E127,E262
+exclude = pyramid/tests/,pyramid/compat.py,pyramid/resource.py
+show-source = True