diff options
author | Matthew Jones <mat@matburt.net> | 2015-02-04 17:47:02 +0100 |
---|---|---|
committer | Matthew Jones <mat@matburt.net> | 2015-02-04 17:47:17 +0100 |
commit | 9b0fe1b015de095f20660ed31a81fd5c07df813a (patch) | |
tree | 9f2900d95cdde9281a9822e155e1728e7155d982 /setup.cfg | |
parent | adding comments to survey code (diff) | |
download | awx-9b0fe1b015de095f20660ed31a81fd5c07df813a.tar.xz awx-9b0fe1b015de095f20660ed31a81fd5c07df813a.zip |
Ignore E265 in pep8, it's super noisy
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |