summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatthew Jones <mat@matburt.net>2015-02-04 17:47:02 +0100
committerMatthew Jones <mat@matburt.net>2015-02-04 17:47:17 +0100
commit9b0fe1b015de095f20660ed31a81fd5c07df813a (patch)
tree9f2900d95cdde9281a9822e155e1728e7155d982 /setup.cfg
parentadding comments to survey code (diff)
downloadawx-9b0fe1b015de095f20660ed31a81fd5c07df813a.tar.xz
awx-9b0fe1b015de095f20660ed31a81fd5c07df813a.zip
Ignore E265 in pep8, it's super noisy
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 082a36d51e..f3d3896143 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,5 +13,5 @@
# W291 - Trailing whitespace
# W391 - Blank line at end of file
# W293 - Blank line contains whitespace
-ignore=E201,E203,E221,E225,E231,E241,E251,E261,E302,E303,E501,W291,W391,W293
+ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E302,E303,E501,W291,W391,W293
exclude=awx/lib/site-packages,awx/ui